Versions Compared

Key

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

...

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.


Image Modified

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...