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

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

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

3 个仓库

Awesome GitHub RepositoriesAtomic Document Transforms

Grouping of multiple content changes into a single atomic operation to ensure state integrity.

Distinct from Atomic Batch Operations: Focuses on document state transforms, not database batching or distributed operations.

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

Awesome Atomic Document Transforms GitHub Repositories

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

    RedisJSON/RedisJSON

    3,954在 GitHub 上查看↗

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

    Performs multiple content changes in a single atomic operation to ensure document state integrity.

    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

    Updates documents in bulk using scripts to change data patterns without manual iteration.

    C#csharpdatabasedocument-database
    在 GitHub 上查看↗3,961
  • yoopta-editor/yoopta-editoryoopta-editor 的头像

    yoopta-editor/Yoopta-Editor

    3,045在 GitHub 上查看↗

    Yoopta-Editor is a headless framework for building customizable block-based rich text editors. It utilizes a JSON-based document engine to manage editor state and provides a WYSIWYG interface for creating structured documents. The system separates core document logic from the visual layer, allowing for complete customization of the user interface. The framework is designed for real-time collaborative editing, featuring a synchronization engine with conflict resolution and remote cursor presence tracking. It offers a highly extensible plugin system that allows developers to define new content

    Groups multiple block or element changes into single atomic transforms to ensure consistent document updates.

    TypeScriptcontenteditableeditorhacktoberfest
    在 GitHub 上查看↗3,045
  1. Home
  2. Data & Databases
  3. Bulk Data Operations
  4. Atomic Batch Operations
  5. Atomic Document Transforms