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

Investigate IPFS as a storage back-end #1328

Open
sschuberth opened this issue Feb 24, 2019 · 5 comments
Open

Investigate IPFS as a storage back-end #1328

sschuberth opened this issue Feb 24, 2019 · 5 comments
Assignees
Labels
new feature Issues that are considered to be new features scanner About the scanner tool

Comments

@sschuberth
Copy link
Member

sschuberth commented Feb 24, 2019

See https://ipfs.io/ and https://github.com/ipfs/ipfs. Maybe a good way to share data with ClearlyDefined? What do you think, @jeffmcaffer?

Edit: Probably do #6603 first.

Edit: More (German) resources are

@jeffmcaffer
Copy link
Contributor

Interesting tech. How would you see that working? For scenarios like ORT it seems like there are several interactions:

  • Getting definitions. This enables ORT users to benefit from the ClearlyDefined community curations etc. in the ORT-based policies and processes. Given some component found using ORT, the user can quickly and easily get the curated license, copyright, ... and drive their workflows
  • Contribute curations. If in the the above workflows there are issues with the supplied definitions (e.g., missing license), the user can curate using ORT and supply that curation back to ClearlyDefined for integration and upstreaming.
  • Raw tool results. I don't know enough about all of the ORT processing but if ORT wants to do some analysis etc that ClearlyDefined does not do in the summarization while creating definitions, then it can get the raw results from ClearlyDefined and do said work.

Does this match your expectations/understanding?

@sschuberth
Copy link
Member Author

Yes, I was mostly thinking about your first two scenarios. Phrased differently, use IPFS to create a shared "pool" of curations and / or scan results that any party can contribute to and / or read from.

@jeffmcaffer
Copy link
Contributor

For reading it could be interesting to look at putting an IPFS front-end on our backing stores. For example, the tool results are all stored in Blob using obviously named blobs. I don't know enough about IPFS to know if this is feasible but you could imagine an implementation that surfaced those blobs in their protocol. Similarly for the curations (those are all stored in a document db).

Writing is different as that needs to be controlled for both tool outputs and curations. We carefully manage which tools, the version and configuration so as to get consistent and trusted results. For curations, those must go through the pull request process for review and transparency.

@sschuberth
Copy link
Member Author

Note to myself: A comparison to https://github.com/seaweedfs/seaweedfs would be interesting.

@sschuberth sschuberth self-assigned this Apr 29, 2024
@sschuberth
Copy link
Member Author

A Java implementation to possibly use: https://github.com/Peergos/nabu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Issues that are considered to be new features scanner About the scanner tool
Projects
None yet
Development

No branches or pull requests

2 participants