awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesIPFS-Based Databases

Databases that leverage IPFS for content-addressing and P2P data synchronization.

Distinct from Peer-to-Peer Clients: Specifically describes databases built on the IPFS protocol, which the candidates for general P2P clients did not capture.

Explore 2 awesome GitHub repositories matching data & databases · IPFS-Based Databases. Refine with filters or upvote what's useful.

Awesome IPFS-Based Databases GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • orbitdb/orbit-dbAvatar de orbitdb

    orbitdb/orbit-db

    8,791Voir sur GitHub↗

    Orbit DB is a decentralized NoSQL database that utilizes conflict-free replicated data types to ensure eventual consistency across a network of nodes. It functions as a peer-to-peer data store that uses IPFS for content-addressing and synchronization, allowing for the maintenance of application state without a central server or authority. The system is built upon a cryptographically verifiable, immutable operation log, which serves as the foundation for custom decentralized data models. This architecture enables the implementation of various data storage patterns, including JSON document stor

    Functions as a decentralized data store that utilizes IPFS for content-addressing and synchronization.

    JavaScript
    Voir sur GitHub↗8,791
  • orbitdb/orbitdbAvatar de orbitdb

    orbitdb/orbitdb

    8,737Voir sur GitHub↗

    OrbitDB is a decentralized data storage system that enables the creation of serverless databases residing across a network of peers. It functions as a peer-to-peer database that integrates with a content-addressed storage layer to distribute and replicate data without a central server. The system utilizes conflict-free replicated data types to ensure eventual consistency and state convergence across distributed nodes. It maintains an immutable record of updates using a directed acyclic graph to preserve causal ordering and cryptographic integrity. Access is managed through a decentralized ide

    Leverages IPFS for content-addressed storage and data replication across a decentralized network.

    JavaScriptcrdtdatabasedecentralized
    Voir sur GitHub↗8,737
  1. Home
  2. Data & Databases
  3. IPFS-Based Databases

Explorer les sous-tags

  • IPFS Storage IntegrationsConnectors for interacting with IPFS nodes as a distributed storage backend. **Distinct from IPFS-Based Databases:** Distinct from IPFS-Based Databases: focuses on general file-level storage access rather than database-specific synchronization logic.