awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesDistributed Data Stores

Distributes data efficiently across a peer-to-peer network for cost-effective, scalable storage and retrieval.

Distinct from Peer-to-Peer Storage Models: Distinct from Peer-to-Peer Storage Models: focuses on persistent distributed storage, not ephemeral direct transfers.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Distributed Data Stores. Refine with filters or upvote what's useful.

Awesome Distributed Data Stores GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • hazelcast/hazelcastAvatar von hazelcast

    hazelcast/hazelcast

    6,570Auf GitHub ansehen↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Distributes data across a cluster to ensure high availability and scalability.

    Javabig-datacachingdata-in-motion
    Auf GitHub ansehen↗6,570
  • libp2p/rust-libp2pAvatar von libp2p

    libp2p/rust-libp2p

    5,556Auf GitHub ansehen↗

    rust-libp2p is a modular peer-to-peer networking library written in Rust, implementing the libp2p specification. It provides a composable stack of transport, security, and discovery protocols that can be mixed and matched to build decentralized applications, with a central swarm manager coordinating all active connections, protocol negotiation, and peer lifecycle. The library distinguishes itself through a pluggable transport abstraction that supports TCP, QUIC, WebSocket, WebRTC, and WebTransport, enabling cross-platform operation across browsers, mobile devices, and servers. It secures ever

    Provides infrastructure for distributed data storage and retrieval across the peer-to-peer network.

    Rustdecentralizationlibp2pnetworking
    Auf GitHub ansehen↗5,556
  • apache/hbaseAvatar von apache

    apache/hbase

    5,540Auf GitHub ansehen↗

    HBase ist ein verteilter, Wide-Column-NoSQL-Speicher und Big-Data-Speicher-Engine, die für spärliche Datensätze konzipiert ist. Sie fungiert als skalierbare spaltenorientierte Datenbank, die auf dem Hadoop Distributed File System aufbaut, um Echtzeit-Lese- und Schreibzugriffe auf massive Mengen strukturierter und unstrukturierter Daten zu ermöglichen. Das System agiert als sprachübergreifendes Datenbank-Gateway und bietet Konnektivität über native Remote Procedure Calls (RPC), REST- und Thrift-Schnittstellen. Es zeichnet sich durch ein Master-Worker-Koordinationsmodell aus, das horizontale Skalierung und Fehlertoleranz über einen Cluster hinweg ermöglicht. Das Projekt deckt ein breites Spektrum an Funktionen ab, einschließlich fein abgestimmter Zugriffskontrolle über Visibility-Labels auf Zellebene, plugbarer Datenkompression und serverseitiger Datenaggregation. Es unterstützt zudem Big-Data-Analytics-Workflows durch Map-Reduce-Integration und erlaubt die Ausführung benutzerdefinierter serverseitiger Logik. Die betriebliche Überwachung wird durch System-Metrik-Tracking und Plugin-basierten Metrik-Export bereitgestellt.

    Provides a cluster-based storage system with horizontal scaling and fault tolerance for scalable data retrieval.

    Java
    Auf GitHub ansehen↗5,540
  • apache/iggyAvatar von apache

    apache/iggy

    4,382Auf GitHub ansehen↗

    Iggy is a distributed message streaming platform and multi-protocol message broker that functions as a persistent distributed log store. It provides infrastructure for publishing and consuming binary messages using an append-only log, ensuring high availability and data consistency across nodes through Viewstamped Replication. The platform is distinguished by its specialized LLM streaming infrastructure, which uses a server protocol to connect large language models to streaming data and system controls. This includes standardized protocols for context management and data bridging via HTTP or

    Implements a persistent distributed log store using Viewstamped Replication for high availability and data consistency.

    Rustapachehttpiggy
    Auf GitHub ansehen↗4,382
  1. Home
  2. DevOps & Infrastructure
  3. Single-Node Deployment
  4. Single-Process Servers
  5. Multi-Model Server Architectures
  6. Peer-to-Peer Storage Models
  7. Distributed Data Stores

Unter-Tags erkunden

  • Distributed Log StoresReplicated, append-only storage systems that ensure data consistency and high availability across nodes. **Distinct from Distributed Data Stores:** Specifically addresses append-only logs for streaming rather than general peer-to-peer distributed data stores.