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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hazelcast/hazelcastAvatar de hazelcast

    hazelcast/hazelcast

    6,570Ver en GitHub↗

    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
    Ver en GitHub↗6,570
  • libp2p/rust-libp2pAvatar de libp2p

    libp2p/rust-libp2p

    5,556Ver en GitHub↗

    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
    Ver en GitHub↗5,556
  • apache/hbaseAvatar de apache

    apache/hbase

    5,540Ver en GitHub↗

    HBase is a distributed, wide-column NoSQL store and big data storage engine designed for sparse datasets. It functions as a scalable columnar database built on top of the Hadoop Distributed File System to provide real-time read and write access to massive volumes of structured and unstructured data. The system acts as a cross-language database gateway, offering connectivity through native remote procedure calls, REST, and Thrift interfaces. It distinguishes itself through a master-worker coordination model that enables horizontal scaling and fault tolerance across a cluster. The project cove

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

    Java
    Ver en GitHub↗5,540
  • apache/iggyAvatar de apache

    apache/iggy

    4,382Ver en GitHub↗

    Iggy es una plataforma de streaming de mensajes distribuida y un broker de mensajes multiprotocolo que funciona como un almacén de registros distribuidos persistente. Proporciona infraestructura para publicar y consumir mensajes binarios utilizando un registro de solo adición (append-only log), asegurando alta disponibilidad y consistencia de datos entre nodos mediante Viewstamped Replication. La plataforma se distingue por su infraestructura de streaming para LLM, que utiliza un protocolo de servidor para conectar modelos de lenguaje grandes a datos de streaming y controles del sistema. Esto incluye protocolos estandarizados para la gestión de contexto y el puente de datos mediante HTTP o entrada/salida estándar. El sistema cubre un amplio conjunto de capacidades, incluyendo la orquestación de pipelines de datos con plugins modulares de origen y destino, coordinación de grupos de consumidores para escalado horizontal y soporte de transporte multiprotocolo a través de TCP, QUIC, HTTP y WebSocket. También incorpora primitivas de seguridad como cifrado AES-256-GCM para datos en reposo y en tránsito, y proporciona observabilidad mediante métricas de Prometheus, rastreo con OpenTelemetry y un panel de control operativo web. El servidor puede desplegarse utilizando imágenes de contenedor y orquestarse mediante Kubernetes.

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

    Rustapachehttpiggy
    Ver en GitHub↗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

Explorar subetiquetas

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