waku-org / research

Waku Protocol Research
MIT License
3 stars 0 forks source link

Research existing decentralized storage solutions #34

Open s-tikhomirov opened 8 months ago

s-tikhomirov commented 8 months ago

There are multiple decentralization storage protocols out there. Can we use one as an off-the-shelf solution instead of rolling out our own incentivization. Todo: research the landscape, compare the alternatives.

What comes to my mind:

See also here, keyword "competitor" (h/t @alrevuelta).

mart1n-xyz commented 8 months ago

We and the Codex team have several resources for Codex comparables. See the links below: Codex research repo and evaluations Codex Comparables

SionoiS commented 7 months ago

From my previous work in Merkle Search & Prolly trees.

Good explanation -> https://fireproof.storage/posts/from-mlops-to-point-of-sale:-merkle-proofs-and-data-locality/ Also -> https://joelgustafson.com/posts/2023-05-04/merklizing-the-key-value-store-for-fun-and-profit I built the rust impl for this -> https://github.com/ipld/ipld/blob/prolly-trees/specs/advanced-data-layouts/prollytree/spec.md

Could be useful if we want to roll our own decentralized DB

edit: more stuff less related https://cips.ceramic.network/CIPs/cip-124