You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FPS is a framework for composing a server as a set of plugins, which implement routers and configurations. It is used to implement a Jupyter server in jupyverse.
Quetz could be implemented using FPS. Could we do it incrementally, and if so, where should we start?
The text was updated successfully, but these errors were encountered:
Yeah, I guess we could. The big question is what's the ROI? :)
I think currently we could have the biggest user facing impact with some UI changes to quetz-frontend.
However, one area that I am quite interested in would be to share some auth level design. I am looking at GitHub's way of having permissions were one can have scopes per Token (and similar, probably per user).
It would be cool to unify this so that we could share the implementation of these scopes with the idea that they could later be merged under one hood.
FPS is a framework for composing a server as a set of plugins, which implement routers and configurations. It is used to implement a Jupyter server in jupyverse.
Quetz could be implemented using FPS. Could we do it incrementally, and if so, where should we start?
The text was updated successfully, but these errors were encountered: