-
-
Notifications
You must be signed in to change notification settings - Fork 25
Support for managing files with AvionDB #5
Copy link
Copy link
Open
Labels
discussionopen for public discussionopen for public discussionenhancementNew feature or requestNew feature or request
Description
The agenda of this issue is to come up with a rough specification of the store explaining what methods/features we need in the custom store & how will the store work.
The basic idea here is to create a custom store for managing big files in IpfsDB.
A few things that are desirable in such a custom store:
- It should support methods to
add,read,list,removethe files. - Should store
metadatafor each file. - Add more...
How will this work?
We can add the files to the connected IPFS instance, get the hash and other metadata and store the details in the custom store.
This is an open discussion, feel free to comment your suggestions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
discussionopen for public discussionopen for public discussionenhancementNew feature or requestNew feature or request