-
Notifications
You must be signed in to change notification settings - Fork 40
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
Archive repository #125
Comments
:-( That's a pity this project is a really nice idea. |
I wonder if I should just try updating the dependencies and see what happens. curiosity intensifies |
Just do it ✔️ |
@achingbrain is lead maintainer, so is the one who can speak to whether or not to archive, as I believe it's more experiment than product. But yes, definitely helping update deps and fixing is much appreciated either way :) |
This repo lives in That said, this is still a pretty interesting idea but it's tough to find time to work on all the interesting ideas so some help would be appreciated.
Please do and submit a PR with the updates! |
I thought IPFS had a stated goal to focus on increasing the usefulness of IPFS for things such as code repos/cdns? |
No, I honestly don't believe archiving this project will solve anything. |
Would be amazing if you did this 👍 |
Apologies, I've been super busy with my blog and college 😅 So, after a quick thonk, would it be better to create a stub registry that interfaces with IPFS, instead of maintaining a wrapper for the CLI? |
@resynth1943 What would be best is to make a mirror of the registry, pin and sync it using IPNS and use it with a That's something I wanted to do with Ubuntu packages (offline proof of concept here), but it's quite expensive in terms of storage. The NPM registry is about 8 TB or something and you'd need at least double that to store it on IPFS and then you need room to support its continuous expansion. Just to be safe, one would need to start with 32 TB of SSDs to store it on IPFS. About 4 of these, totalling I would totally do it if I could afford that for my side projects :D |
@NatoBoram what about seeking funds from the IPFS grant program, then ? 😇 |
I would honestly love to maintain this project if I received a grant for it. Otherwise, I cannot afford the time. I LOVE the idea of this project. |
This was, one year a stated a goal of IPFS. I know they have been working with Nixos integration, which is very very cool. But I would love to see NPM decentralized. |
I don't think that storage space on one physical system is the right approach, it also very much does not take advantage of the power of the IPFS ecosystem and its distributed nature. Ideally, we should have very powerful sponsored nodes, just for speeds sake. But the basic operation of the system should not depend on this kind of centralized node. I think the algorithm should be more like this:
This way, packages can be managed incrementally. There isn't a requirement for the entire repo on one machine. Possibly it would help to widely mirror all of NPMS metadata on the IPFS network. Maybe even to each machine. I wonder how heavy that metadata is? It would be great to have all of NPMs metadata on IPFS network, pinned by every machine and also frequently updated. If the metadata was too heavy, pinning it would be disabled by default, and only more powerful nodes, such as IPFS would install it. Having the metadata locally I think would speed up the process of finding the packages to download. |
I has become clear that
ipfs-npm
is unmaintained since the last commit is from June 2019, the latest release is still impossible to install and attempting to install it throws exactly 49 deprecation warnings. I suggest archiving the repository to not give false hope to anyone trying to use it.The text was updated successfully, but these errors were encountered: