awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesDistributed State Structures

Remote implementations of data structures used to synchronize state across multiple application instances.

Distinct from Distributed Data Synchronization Systems: Focuses on the implementation of shared state structures rather than general data synchronization protocols.

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

Awesome Distributed State Structures GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mrniko/redissonmrniko 的头像

    mrniko/redisson

    24,355在 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

    Synchronizes application state using distributed maps, sets, queues, and locks stored remotely.

    Java
    在 GitHub 上查看↗24,355
  • hazelcast/hazelcasthazelcast 的头像

    hazelcast/hazelcast

    6,570在 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

    Synchronizes shared data structures across multiple application instances to maintain consistent state.

    Javabig-datacachingdata-in-motion
    在 GitHub 上查看↗6,570
  1. Home
  2. Data & Databases
  3. Distributed Data Synchronization Systems
  4. Distributed State Structures

探索子标签

  • Injectable Distributed StructuresExposing distributed data structures as injectable beans within an application context. **Distinct from Distributed State Structures:** Distinct from Distributed State Structures: focuses on the integration with dependency injection frameworks rather than the structure implementation itself.