-
Notifications
You must be signed in to change notification settings - Fork 3
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
IPFS CID pin orchestration through cluster into private swarm #86
Comments
Here are several links Storj shared in our last call that'd be helpful to go over as we investigate cross-pinning onto their storage network: |
Here's the script that @YurkoWasHere shared during the last sync:
If I understand correctly, the script finds objects that are pinned to local storage but not in the cluster and pins them in the cluster. Could you let me know where we intend to use it? I couldn't find it myself in the repos I have access to. If it is to make sure that everything we add to |
Yes, this essential syncs pins on ipfs into an ipfs-cluster. It started off as 3 lines and got turned into this crazy thing :) I was just looking at what is possible and how ipfs-cluster actaully works.
This is my understanding as well.
This function does not yet exist. Currently the only time we invoke IPFS is to generate the CID
For example I would imagine the adding to IPFS would happen at the bottom of the action. @benhylau ^^ is there another action your thinking of pinning or this good? |
Never mind above is the archive action |
TODO @galargh:
|
Axis to consider for the documentation:
|
Because of holiday in-between I redirected my efforts a bit. I caught up on previous Slack convos with Storj and set up a repository for hosting documentation: the repository, the documentation site hosted with GitHub Pages. Now that the form is ready, my plan is to get back to my TODO list. |
Sync follow-up:
I'll move my markdowns to wiki instead 🚀 and I'll work on them there 🥳 @benhylau I think as far as IPFS goes, all we need is to decide where exactly to do |
Task Summary
📅 Due date: N/A
🎯 Success criteria: Be able to take encrypted archives and pin them across private swarm in staging.
[@YurkoWasHere to fill]
Files to store:
/mnt/integrity_store/starling/internal/{org_id}/{collection_id}/action-archive/*.encrypted
(NOT*.zip
)To Do
The text was updated successfully, but these errors were encountered: