storacha-network / project-tracking

🐾 Used as central/default repo for project management, backlog, etc.
0 stars 0 forks source link

Define the internal data model for the W3UP Index Cache #106

Open hannahhoward opened 1 month ago

hannahhoward commented 1 month ago

Following from https://github.com/w3s-project/RFC/pull/29, spec out an internal data format for the W3 index cache.

We should be clear about:

  1. What the data model is
  2. How it will serve queries
  3. How we will translate from IPNI results and sharded dag indexes to the internal data model

A suggested baseline model is Entity-Attribute-Value which could probably be implemented with redis, though possibly some kind of graph database is ideal.