Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change API structure to account for a more general solution #114

Open
mpacer opened this issue Jun 3, 2019 · 0 comments
Open

Change API structure to account for a more general solution #114

mpacer opened this issue Jun 3, 2019 · 0 comments

Comments

@mpacer
Copy link
Member

mpacer commented Jun 3, 2019

Just finished chatting with @willingc about the future of bookstore and how we would generalize the different pieces of functionality offered by bookstore to be less specifically tied to S3.

Carol's suggestion was to look into the papermill.iorw model and see how it could apply to bookstore.

There are some considerations that we need to think about that don't come up with papermill

  1. As a server extension we need to think about how we want this functionality to be tied to the different routes
  2. As a Jupyter server extension, we are using traitlets configuration systems to pass in S3 keys and our prefix conventions. We would need to provide some way to generalize that functionality as well.
    1. papermill does not address the configuration problem (as it is not a JupyterApp and does not integrate with the traitlets configuration system).

This relates to #110 indirectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant