awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ravendb/ravendbAvatar ravendb

    ravendb/ravendb

    3,961Vezi pe 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
    Vezi pe GitHub↗3,961
  • redisjson/redisjsonAvatar RedisJSON

    RedisJSON/RedisJSON

    3,954Vezi pe GitHub↗

    RedisJSON is a system for storing and managing JSON data within Redis using a native binary format. It enables the storage of JSON documents and the retrieval of nested data using targeted path syntax. The project provides the ability to perform atomic updates on individual elements within a nested JSON object, allowing for modifications without retrieving and rewriting the entire document. It further supports NoSQL data indexing by creating secondary indexes on specific fields to accelerate search and filtering operations across datasets. Its broader capabilities cover hierarchical data ret

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

    Rustdocument-storejsonredis
    Vezi pe GitHub↗3,954
  • yoopta-editor/yoopta-editorAvatar yoopta-editor

    yoopta-editor/Yoopta-Editor

    3,045Vezi pe 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
    Vezi pe GitHub↗3,045
  1. Home
  2. Data & Databases
  3. Bulk Data Operations
  4. Atomic Batch Operations
  5. Atomic Document Transforms