mediachain / concat

Mediachain daemons
MIT License
42 stars 13 forks source link

Metadata store #36

Closed parkan closed 7 years ago

parkan commented 7 years ago

KV store for actual metadata objects. Should conform to the go-datastore interface so IPFS can read from it. Will also serve as the "document store" for the indexer. Can be backed by e.g. LMDB though I suspect @autoencoder has thoughts on this

Closes #33

vyzo commented 7 years ago

I think implementing that interface is really an unreasonable amount of complexity, as we discussed.

So let's use a embedded kvdb with a narrow Put/Get/Delete interface.