Skip to content

Storages

Arsenii Petrovich edited this page Feb 23, 2026 · 2 revisions

Purpose

Web3-focused or widely used in blockchain databases and storages, such as Filecoin, IPFS, orbit-db, etc.

Storage path

references/offers/storages.csv - canonical source for all new offers (including offers only exist one network). listings/specific-networks/<network_name>/storages.csv - use !offer:<slug> references and only specify network-specific overrides when needed. listings/all-networks/storages.csv - use for entries that should propagate to all network JSON outputs.

When to add

  • Always create or update the canonical offer in references/offers/storages.csv first.
  • In listings, add !offer:<slug> and fill only fields that must override offer defaults.
  • Storage/database is used to build Web3 dApps or protcols, or directly focused on Web3 ecosystem.
  • Docs/install links are public and maintained.

Example

slug,provider,offer,actionButtons,toolType,tag,price,planType,planName,description,starred
thread-db,Thread DB,"[""[Docs](https://docs.textile.io/threads/)""]",Database,"[""Decentralized database"",""P2P database""]",Custom,TBD,,"It is a multi-party,decentralized database solution built on IPFS and Libp2p that provides an alternative architecture for data on the web",FALSE

Columns

Note: for now structure repeats those of [Services][Services.md], although there is an active request for a database improvement proposal aimed to change that: https://github.com/Chain-Love/chain-love/issues/433

slug

Refer to Common Columns.

provider

Refer to Common Columns. Examples: Hardhat, Foundry.

actionButtons

Refer to Common Columns.

toolType

Primary category. Blank: No Format: text Examples: Database, Storage

How to choose the tool type

General rules:

  • One primary type per entity.
  • Put secondary roles into tag.
  • Create an additional toolType beyond one mentioned in examples only if you are absolutely sure that none of the existing categories fits in, and explain its necessity in your PR.

tag

Refer to Common Columns.

price

Refer to Common Columns.

planType

Refer to Common Columns.

planName

Refer to Common Columns.

description

How this database/storage differs from others. Blank: No Format: text Examples: Open decentralized protocol to store, verify, and share data across distributed networks commonly used in blockchain Tips:

  • Keep it short, prefer one sentence.

starred

Refer to Common Columns.

Clone this wiki locally