awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • orbitdb/orbit-dbالصورة الرمزية لـ orbitdb

    orbitdb/orbit-db

    8,791عرض على 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
    عرض على GitHub↗8,791
  • orbitdb/orbitdbالصورة الرمزية لـ orbitdb

    orbitdb/orbitdb

    8,737عرض على 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
    عرض على GitHub↗8,737
  1. Home
  2. Data & Databases
  3. IPFS-Based Databases

استكشف الوسوم الفرعية

  • 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.