A way to use the ipfs filesystem as a key value store
-
Updated
Jul 25, 2023 - Python
A way to use the ipfs filesystem as a key value store
A file based key-value data store that supports the basic CRD (create, read, and delete) operations.
Build a file-based key-value data store that supports the basic CRD (create, read, and delete) operations. This data store is meant to be used as local storage for one single process on one laptop. The datastore must be exposed as a library to clients that can instantiate a class and work with the data store.
Add a description, image, and links to the key-value-data-store topic page so that developers can more easily learn about it.
To associate your repository with the key-value-data-store topic, visit your repo's landing page and select "manage topics."