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

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

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

1 个仓库

Awesome GitHub RepositoriesDeclarative Pull APIs

APIs that allow clients to specify the exact shape of a nested entity graph to be retrieved.

Distinct from Entity Context Retrieval: Candidates focus on AI context or CRM schemas, not the general architectural pattern of a declarative pull API for graphs.

Explore 1 awesome GitHub repository matching data & databases · Declarative Pull APIs. Refine with filters or upvote what's useful.

Awesome Declarative Pull APIs GitHub Repositories

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

    tonsky/datascript

    5,767在 GitHub 上查看↗

    Datascript 是一个不可变的、内存中的状态存储和基于模式的三元组存储。它将应用状态作为版本化数据库进行管理,将数据存储为由实体、属性、值和事务组成的不可变事实。 该项目提供了一个用于执行 Datalog 查询的逻辑引擎,支持隐式连接、递归规则和否定。它还具有一个用于检索深度嵌套实体图和相关数据结构的声明式 pull API。 该数据库通过模式驱动的约束和属性类型强制执行数据完整性。它支持原子事务、用于持久化的可插拔存储协议,以及用于优化查找的 B 树属性索引。 该系统专为 Clojure、ClojureScript 和 JavaScript 环境设计。

    Provides a declarative pull API for retrieving deeply nested entity graphs and related data.

    Clojure
    在 GitHub 上查看↗5,767
  1. Home
  2. Data & Databases
  3. Declarative Pull APIs