nteract / bookstore

📚 Notebook storage and publishing workflows for the masses
https://bookstore.readthedocs.io
BSD 3-Clause "New" or "Revised" License
202 stars 23 forks source link

Create local/mounted file system cloning #110

Closed mpacer closed 5 years ago

mpacer commented 5 years ago

A use case has come up where it would be helpful for bookstore to be able to clone from a network attached file system.

Given @MSeal's other comments about the need for us to eventually generalize bookstore functionality beyond AWS services in line with papermill and other applications (which have compatibility with e.g., Azure). This may be a good test case for building that abstraction from an API perspective.

rgbkrk commented 5 years ago

Might want to label this local storage cloning, since it tends not to make a difference what the underlying filesystem is. It's mostly just about pointing to the right file mount location.

mpacer commented 5 years ago

That's a good point!

mpacer commented 5 years ago

Closing in favour of #154