dashboards_server icon indicating copy to clipboard operation
dashboards_server copied to clipboard

Pluggable persistence

Open parente opened this issue 9 years ago • 0 comments

Right now, we write notebooks / bundles to local disk when they are POSTed via the API. This means we can't scale the server horizontally nor can we operate in a PaaS/CaaS environment where the server disk is ephemeral.

Look into options available. Keep in mind we have to handle not only notebooks, but also any bundled frontend assets they require (e.g., zips).

parente avatar Feb 29 '16 13:02 parente