Skip to main content

Substrate

Substrate is a tool that allows you to automate the process of deploying visualization tools to different computing environments.

Supported Visualization tools

Supported Environments

Any computing environment capable of running Docker Swarm is a valid deployment target.

Requirements

This tool relies upon Docker Swarm. In order for it to work, the following assumptions are made of each compute node (for AWS deployments, these requirements are handled automatically):

  • Docker Engine must be installed.
  • The ports needed by Docker Swarm must be open for communication between nodes. Please review the Docker Swarm docs for more information.
  • You must be able to connect to each node over SSH with a private key available in ~/.ssh.

Getting Started

To install run

pip install seelabutk-substrate

then launch a visualization tool via a CLI using

substrate 'tool_name' start
substrate 'tool_name' stop

or via Python using

from substrate import Substrate

stack = Substrate('tool_name')
stack.start()
stack.stop()

Valid tool names:

  • hello_world (this will just host the provided data sources as static files)
  • nc_slicer
  • ospray_studio
  • tapestry
  • braid

Configuration

Substrate is configured using substrate.config.yaml. The tool will look for this file starting in your current working directory then look for it in parent folders. You can also provide a path with

substrate tapestry start -c /path/to/substrate.config.yaml

or

stack = Substrate('tool_name', path='path/to/substrate.config.yaml')

The options for the configuration file can be found here.

Each tool has static files that are needed to run it. Defaults are provided, but if needed or desired they can be modified. Here are links to get the default files for Tapestry and Braid.

For more information on configuring each tool, please refer to each tools documentation:

Development Environment

To setup the dev environment, please install Pipenv. Once installed, run the following commands to set up the development environment:

pipenv --python /path/to/your/python3.10
pipenv sync -d
pipenv shell

Uploading to PyPI

To upload to prepare a new release, run the following commands:

python -m build
python -m twine upload dist/*

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seelabutk-substrate-1.5.1.tar.gz (60.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seelabutk_substrate-1.5.1-py3-none-any.whl (68.1 kB view details)

Uploaded Python 3

File details

Details for the file seelabutk-substrate-1.5.1.tar.gz.

File metadata

  • Download URL: seelabutk-substrate-1.5.1.tar.gz
  • Upload date:
  • Size: 60.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for seelabutk-substrate-1.5.1.tar.gz
Algorithm Hash digest
SHA256 63c6dc2dbcf38fd01688a349f9016ddf2c033b749b413c363c0067f1b3aa67d6
MD5 a49b680b1ac1e74759ef220838f8d41c
BLAKE2b-256 4774f04de14dea42505e24241f6e3bca0f0d386e013f5c5faf733d25946ccee4

See more details on using hashes here.

File details

Details for the file seelabutk_substrate-1.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for seelabutk_substrate-1.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 88dee9b22c63f4c1298a6a93a6d3cf4195c124c126c0b09bf5b1e20f416d321c
MD5 0c03e4ea06c63bf68117042a6f581c9f
BLAKE2b-256 b81eb50bf5d7ac6c82bf4cbdcf443f9b11fee9f28de7ce75a6ba530f08e87014

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page