Skip to content

Commit

Permalink
fix: Rename polka-index RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed Dec 4, 2024
1 parent bf2c1fb commit d27888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFCs/RFC.md → RFCs/polka-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The [identify protocol](https://github.com/libp2p/specs/blob/master/identify/REA

Storage providers are nodes in the Polka-Index ecosystem, responsible for storing files and managing metadata that links Content Identifiers (CIDs) to their respective storage details. While the actual file storage occurs outside the scope of the P2P network, storage providers leverage the network to facilitate content discovery. They broadcast their Peer IDs to the network, making their presence known and enabling Polka-Index to query them for CID mappings.

Each storage provider maintains a local Deal Database, implemented using RocksDB, a high-performance key-value store. This database organizes CIDs and metadata efficiently, ensuring rapid responses to CID queries from Polka-Index.
Each storage provider maintains a local Deal Database, implemented using RocksDB, a high-performance key-value store. This database organizes CIDs and metadata efficiently, ensuring fast gossip messages to the topics. Storage providers must notify the network of any new deals and any deals that have expired to ensure that Polka-Index has up to date information.

To enhance the robustness and connectivity of the network, storage providers can optionally act as bootstrap nodes. As bootstrap nodes, they provide initial points of contact for new peers joining the network, helping in peer discovery.

Expand Down

0 comments on commit d27888d

Please sign in to comment.