-
Notifications
You must be signed in to change notification settings - Fork 83
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
Pull HybridContentsManager out to own package #50
Comments
hey @jcrist! My first instinct is that I'm not super excited about splitting this up into multiple repositories. This repo is generally pretty stable, and as you can see from #28 I haven't had a ton of bandwidth lately for issue triage/packaging/release maintenance, so creating twice the amount of work for releases doesn't sound great. That said, if you were willing to help out with some of that maintenance (at least for whatever new home HybridContentsManager found), I'd be willing to consider splitting it out, especially if you were willing to help out with getting CI/release tooling back in shape for the split repo. Without having put too much thought into it, my preference would probably be to maintain two packages in this repo: one named something like |
I am willing to put in this effort, no problem.
I'm fine with this approach. My one concern would be that having multiple packages per repo can make it a bit confusing where to file bugs (harder to google search), but agree that for development this will likely make things easier. If the above plan makes sense with you, I'll try to get a PR worked up sometime next week. Thanks! |
I buy this concern, though I think in this specific case I'm not too worried about that. I see HybridContentsManager as a pretty advanced tool that's mostly going to be used by people doing something fairly unusual with their Jupyter deployment, so I'm less concerned about discoverability than I would be for a tool aiming for a wider appeal. We can also always decide to separate further in the future if it's warranted.
Sounds good! Let me know if I can be of help. |
I second this request. The HybridContentsManager is useful when used in conjunction with s3contents. However, pgcontents won't install without postgres. I did pull out the necessary files for my deployment, but obviously if you make updates I won't be able to easily pull them in. If you are trying to bring in broader appeal. Once HybridContentsManager is pulled out I'd suggest checking out https://github.com/danielfrg/s3contents to give wider applicability. Turns out in my use case, I have notebook on an ephemeral docker image on AWS, I "mount" a persistent "user" S3 location and a persistent "shared" S3 location to a local filesystem. Using HybridContentsManager I can make S3 buckets various "drives" in a collaborative environment. HybridContentsManager I believe will be a very useful module as people are trying to use jupyter more and more in a cloud environment |
We have the same use-case as @summerswallow above. We realised that, while whole Feels like another reason to have them separated. |
I actually having the same issue and also looking for copy-paste across multi-region. Therefore I make a completely new package: https://github.com/lydian/multicontents |
@jcrist @summerswallow @cristiklein We had the same use case, so we created and are maintaining a hyrbidcontents fork. Feel free to try out and let me know if you have any feature requests! |
I have a use case for
HybridContentsManager
withoutpgcontents
itself. Would you be willing to pull the relevant code/tests out into a separate package to allow installing without the postgres dependencies?The text was updated successfully, but these errors were encountered: