Skip to content

Storage

EpiK-Tech edited this page Aug 5, 2020 · 2 revisions

In EpiK Protocol, Knowledge Graph (KG) consists of n-Quads statements.

In order to make EpiK Protocol Storage compatible with FileCoin's, we design it as below:

  • Each KG quads statement will be wrapped as a file with unique CID.
  • Only Knowledge Experts (KEs) could make EpiK storage deals to upload KG quads statements.
  • Knowledge Miners (KMs) will verify the file format in each EpiK storage deal.
  • As for a EpiK storage deal, its price will be zero. Then its MinDuration and MinPieceSize will be infinity to make KG eternal.
  • KEs could update KG quads statements atomically.
  • Any action on KG will emit an event.
Clone this wiki locally