Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A self-hosted service and graphical user interface to help you build data science environments in the cloud.

dsStack is an open source web application that can be used to create, manage and learn about cloud resources for data science. dsStack includes a dataset of cloud and data science related functions (components) that can be stacked to the user's needs. This application is self hosted on your server.

...

Components containing scripts are stored in a tree like structure and can be moved, copied and sorted to build chains of automation. 

A sample use case:

[create keypair] -> [create instance] -> [create volume] -> [attach volume] -> [install Streamlit] -> etc...


Cybera offers a readonly read-only demo version of dsStack at https://dsstack.cybera.ca/

For the full experience it is recommended that you self host your own instance.

Setup:

See readme README for setup instructions in the github GitHub repository: https://github.com/cybera/dsStack

...