alan-turing-institute / simulate

A web framework for research simulations.
http://simulate.readthedocs.io
MIT License
4 stars 1 forks source link

Support storage model on internal network #30

Open masonlr opened 6 years ago

masonlr commented 6 years ago

Goal

Support a model where client brings own storage server, i.e. no simulation output data is permitted to leave organisation network. Simulation occurs on local cluster, simulations outputs are stored on local server.

Acceptance criteria

Out of scope

Implementation notes