Closed hannahhoward closed 6 months ago
Alan is going to add some additional notes, but this is effectively done.
DEMO: https://youtu.be/eJVA97t-jaw?si=CL9BQCaRKZ15UHVb&t=2748
/claims/:cid
store/add
invocation:
upload/add
invocation:
/blob/:multihash
gateway-lib
to do the heavy lifting here./claims/:cid
with walk parameters parts
and includes
Goals
Time box to one week -- attempt to produce an upload node that can persist data and a retrieval node that can talk to each other on a local system
For this round, don't worry about web assembly -- feel free to run docker or whatever you like.
The goal here is to identify hidden dependencies on cloud services and/or assumptions that make portability difficult.
If this is trivially easy, that's wonderful news. The next move will be to seperate the upload node from the storage device -- and start building code to register storage nodes with the uploader and have it round robin content uploads between them.