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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesAtomic Field Operators

Database operators that perform partial updates on specific fields without replacing the entire document.

Distinct from Atomic Batch Operations: Distinct from batch operations or memory atomicity; focuses on NoSQL server-side atomic field modifications.

Explore 6 awesome GitHub repositories matching data & databases · Atomic Field Operators. Refine with filters or upvote what's useful.

Awesome Atomic Field Operators GitHub Repositories

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

    apple/foundationdb

    16,446在 GitHub 上查看↗

    FoundationDB is an ACID-compliant distributed transactional key-value store. It functions as a scalable database engine that ensures strict serializability and data consistency across a cluster of servers using a shared-nothing architecture. The system is distinguished by its multi-region replication capabilities, allowing data to be synchronized across different datacenters for high availability and disaster recovery. It utilizes optimistic concurrency control to manage distributed transactions and employs a majority-based coordination system to maintain cluster state. The platform provides

    Provides distributed atomic add operations to maintain counters across the cluster without manual locking.

    C++aciddistributed-databasefoundationdb
    在 GitHub 上查看↗16,446
  • mongodb/laravel-mongodbmongodb 的头像

    mongodb/laravel-mongodb

    7,075在 GitHub 上查看↗

    This project is a MongoDB database driver and object-relational mapper that brings MongoDB support to the Laravel Eloquent model and query builder. It provides a NoSQL model mapper that allows MongoDB collections to be mapped to object-oriented models using the Active Record pattern. The integration enables the use of a fluent query builder for constructing queries and aggregation pipelines without writing raw database syntax. It supports schema-less model integration, allowing applications to manage unstructured data while maintaining compatibility with standard object-oriented patterns. Th

    Provides support for native MongoDB atomic update operators to prevent document replacement during partial updates.

    PHP
    在 GitHub 上查看↗7,075
  • 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

    Provides atomic operations on key-value pairs across a distributed cluster without requiring manual locking.

    Javabig-datacachingdata-in-motion
    在 GitHub 上查看↗6,570
  • redisjson/redisjsonRedisJSON 的头像

    RedisJSON/RedisJSON

    3,954在 GitHub 上查看↗

    RedisJSON 是一个使用原生二进制格式在 Redis 中存储和管理 JSON 数据的系统。它支持存储 JSON 文档,并能通过目标路径语法检索嵌套数据。 该项目提供了对嵌套 JSON 对象中单个元素执行原子更新的能力,无需检索并重写整个文档即可进行修改。它还支持 NoSQL 数据索引,通过在特定字段上创建二级索引,加速跨数据集的搜索和过滤操作。 其更广泛的功能涵盖了分层数据检索,以及将 JSON 字段映射到外部索引结构以实现快速搜索。

    Provides atomic updates to specific JSON fields without replacing the entire document.

    Rustdocument-storejsonredis
    在 GitHub 上查看↗3,954
  • ravendb/ravendbravendb 的头像

    ravendb/ravendb

    3,961在 GitHub 上查看↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    Ensures data consistency by executing compare-and-swap operations that prevent race conditions.

    C#csharpdatabasedocument-database
    在 GitHub 上查看↗3,961
  • olric-data/olricolric-data 的头像

    olric-data/olric

    3,469在 GitHub 上查看↗

    Olric is a distributed data grid and in-memory key-value store that partitions and replicates data across a cluster of servers. It serves as a shared memory system for managing distributed maps, performing atomic operations, and acting as an in-memory data cache. The system provides a distributed locking mechanism for concurrency control and a pub-sub messaging system that broadcasts and routes messages over named channels across the cluster. The platform covers wide-ranging capabilities including cluster management and orchestration, data replication with configurable quorums, and automated

    Supports atomic increments and replacements of values to ensure consistency across the distributed grid.

    Gocachedatabasedistributed-cache
    在 GitHub 上查看↗3,469
  1. Home
  2. Data & Databases
  3. Atomic Field Operators

探索子标签

  • Distributed Atomic Operations2 个子标签Atomic updates on key-value pairs across a distributed cluster without requiring manual locking. **Distinct from Atomic Field Operators:** Distinct from Atomic Field Operators by operating across a distributed cluster rather than within a single document/database instance.