You are viewing a single comment's thread from:

RE: Concept: the Steem Ledger Index Protocol (SLIP)

in #desci6 hours ago

Database indexes are maintained in app-specific decentralized clients.

You could probably use a post on the chain to store something like a JSON, XML, or other string-friendly representation of a data structure, and edit it whenever there's an update. That way consumers of the data could just use chain-level APIs rather than having to interface with the decentralized clients.