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

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

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

2 个仓库

Awesome GitHub RepositoriesCollaborative Text Modeling

CRDT-based representations of text sequences that enable concurrent editing and merging across distributed users.

Distinct from Collaborative Rich Text Binding: Distinct from text indexing or UI binding; focuses on the underlying data model for collaborative text sequences.

Explore 2 awesome GitHub repositories matching data & databases · Collaborative Text Modeling. Refine with filters or upvote what's useful.

Awesome Collaborative Text Modeling GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vlcn-io/cr-sqlitevlcn-io 的头像

    vlcn-io/cr-sqlite

    3,640在 GitHub 上查看↗

    cr-sqlite is a multi-master database replication system that uses conflict-free replicated data types to ensure eventual consistency across distributed nodes. It provides the core capabilities for offline-first data synchronization, allowing multiple database instances to merge concurrent updates and reach a consistent state. The project distinguishes itself through a combination of CRDT-based data replication and a WASM-based database engine, enabling full SQL execution and state persistence within web browsers. It supports peer-to-peer replication and cross-tab synchronization, utilizing ca

    Provides specialized CRDT modeling for concurrent text editing within the database.

    Rustcrdtdatabasesqlite
    在 GitHub 上查看↗3,640
  • streamich/json-joystreamich 的头像

    streamich/json-joy

    1,079在 GitHub 上查看↗

    json-joy 是一个用于构建实时协作应用和分布式系统的综合库。它提供了一个强大的框架,用于管理共享的 JSON 类数据结构,这些结构会自动合并来自多个用户的并发编辑,确保所有副本之间的一致状态,而无需中央协调服务器。 该项目通过高性能的数据处理方法脱颖而出,利用无冲突复制数据类型(CRDT)和基于逻辑时钟的同步来维护数据完整性。它包含一个专门的引擎,用于使用标准化的指针语法导航和操作复杂的嵌套对象,以及一个用于对文档应用细粒度、原子修改的工具包。这些功能辅以一个支持紧凑二进制格式的高速序列化库,以优化网络带宽和存储效率。 除了核心同步逻辑外,该库还提供了一套广泛的响应式状态管理和用户界面集成工具。它提供声明式的 Hooks 和组件,将共享数据模型直接绑定到基于 Web 的文本和代码编辑器,从而实现实时在线状态、远程光标渲染和本地历史记录跟踪等功能。该系统还支持高级数据处理,包括模式验证、表达式求值和高性能的树状数据组织。

    Provides CRDT-based representations of text sequences that enable concurrent editing and merging.

    TypeScriptcborcollaborationcollaborative
    在 GitHub 上查看↗1,079
  1. Home
  2. Data & Databases
  3. Collaborative Text Modeling