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
·

2 dépôts

Awesome GitHub RepositoriesDocument Identifiers

Utilities for generating and managing unique identifiers for document nodes.

Distinguishing note: Focuses on node-level ID management for collaborative tracking, distinct from general database ID generation.

Explore 2 awesome GitHub repositories matching web development · Document Identifiers. Refine with filters or upvote what's useful.

Awesome Document Identifiers 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.
  • ueberdosis/tiptapAvatar de ueberdosis

    ueberdosis/tiptap

    37,341Voir sur GitHub↗

    Tiptap is a headless, modular framework designed for building custom rich-text editors. It provides a developer-focused abstraction layer over a structured document model, allowing for full control over the underlying schema through a plugin-based architecture. By separating document state management from the user interface, it enables the creation of tailored editing experiences that remain framework-agnostic. The project distinguishes itself through a robust collaborative engine that supports real-time multi-user editing, conflict resolution, and presence tracking. It integrates artificial

    Provides automatic ID generation for document nodes to support collaborative editing and tracking.

    TypeScripteditorjavascriptjs
    Voir sur GitHub↗37,341
  • ravendb/ravendbAvatar de ravendb

    ravendb/ravendb

    3,961Voir sur 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

    Defines custom logic for generating document IDs and identifying ID properties on entities.

    C#csharpdatabasedocument-database
    Voir sur GitHub↗3,961
  1. Home
  2. Web Development
  3. Document Identifiers

Explorer les sous-tags

  • Document Identity GeneratorsDefines custom logic for generating document IDs and identifying ID properties on entities. **Distinct from Document Identifiers:** Distinct from Document Identifiers: focuses on the generation logic and ID property identification for database entities, not just node-level tracking.