awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةالمدونةخريطة الموقع
المشروعحولالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ueberdosis/tiptapالصورة الرمزية لـ ueberdosis

    ueberdosis/tiptap

    37,341عرض على 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
    عرض على GitHub↗37,341
  • ravendb/ravendbالصورة الرمزية لـ ravendb

    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

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

    C#csharpdatabasedocument-database
    عرض على GitHub↗3,961
  1. Home
  2. Web Development
  3. Document Identifiers

استكشف الوسوم الفرعية

  • 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.