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
·

3 dépôts

Awesome GitHub RepositoriesDistributed Collections

Thread-safe data collections shared across multiple nodes in a distributed system.

Distinct from Thread-Safe Collection Wrappers: None of the candidates cover the concept of sharing standard collections like Maps and Sets across a network cluster.

Explore 3 awesome GitHub repositories matching data & databases · Distributed Collections. Refine with filters or upvote what's useful.

Awesome Distributed Collections 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.
  • mrniko/redissonAvatar de mrniko

    mrniko/redisson

    24,355Voir sur GitHub↗

    Redisson is a Java client library for Redis and Valkey that provides a distributed data structure library, a distributed lock manager, and a distributed MapReduce framework. It enables application instances in a cluster to share state through thread-safe collections and objects. The project implements a JCache compliant caching layer for standardized data storage and retrieval. It also functions as a probabilistic data store, providing memory-efficient structures such as Bloom filters and HyperLogLog for high-volume data membership testing. The library covers distributed state management usi

    Implements distributed thread-safe maps, sets, lists, and queues for sharing state between application nodes.

    Java
    Voir sur GitHub↗24,355
  • redisson/redissonAvatar de redisson

    redisson/redisson

    24,355Voir sur GitHub↗

    Redisson is a Java library and Redis client that functions as a distributed Java object mapper, caching provider, and locking framework. It maps Java collections and concurrency primitives to distributed implementations backed by Redis and Valkey, providing synchronous, asynchronous, and reactive APIs for interacting with these data stores. The project distinguishes itself by providing a comprehensive suite of distributed coordination tools, including a locking framework for managing semaphores and countdown latches across multiple application nodes. It also serves as a distributed messaging

    Provides thread-safe, shared distributed implementations of standard Java collections like maps, sets, lists, and queues.

    Java
    Voir sur GitHub↗24,355
  • hazelcast/hazelcastAvatar de hazelcast

    hazelcast/hazelcast

    6,570Voir sur 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

    Provides distributed versions of standard data structures like maps, queues, and lists for shared access across a cluster.

    Javabig-datacachingdata-in-motion
    Voir sur GitHub↗6,570
  1. Home
  2. Data & Databases
  3. Distributed Collections