This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
[User-Story] Pinned content #10
Comments
The task breakdown is as follows:
this should be broken down into issues and reference this epic |
Is this okay if we do like this.. |
This is a user-story in my opinion which serves the 100 GB MVP EPIC #2 so I changed it to be a user-story. After conversations with Datafund, Elad, Zahoor Crt and Gregor technical ownership goes to Zahoor. This is now represented in our board as a userstory in review. We need to work that through next week to ensure it's containing all the elements to be fine (acceptance criteria, tests etc) |
FantasticoFox
changed the title
[USER-STORY] Pinned content
[User-Story] Pinned content
Jul 22, 2019
done ✔️ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Rationale
Until swarm is stable, it would be of great benefit to dapps if they can count on content being available from the local node at all times.
Owner
@justelad
Stakeholder Point of Contact
Gregor Žavcer & Zahoor Mohamed
Dependencies
Description
As a user, I want to upload content to my local node so that it is available at all times.
There should be HTTP APIs to do pinning operations
2)POST http://127.0.0.1:8500/bzz-pin:/?raw=true to pin a existing RAW file
3)DELETE http://127.0.0.1:8500/bzz-pin:/ to unpin the hash
Context
The pinned content will be made available through the localstore infrastructure. This will require to update the setup of indexes and APIs to access, maintain and retrieve pinned content.
Issues
Acceptance criteria
Upload a RAW file and pin it. The file should be available at all times (for acceptance: 24hrs)
Upload a collection and pin it. The collection should be available at all times (for acceptance: 24hrs)
Proof
Download of the file or collection after 24hrs succeeds.
The text was updated successfully, but these errors were encountered: