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

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

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

1 个仓库

Awesome GitHub RepositoriesServer-Side Custom Functions

The ability to define and execute named business logic functions directly within the database engine.

Distinct from Custom SQL Functions: Shortlist candidates focused on SQL extensions or CLI tools, not general purpose server-side function execution in a KV store.

Explore 1 awesome GitHub repository matching data & databases · Server-Side Custom Functions. Refine with filters or upvote what's useful.

Awesome Server-Side Custom Functions GitHub Repositories

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

    apache/kvrocks

    4,338在 GitHub 上查看↗

    Kvrocks 是一个分布式键值存储和 Redis 兼容的 NoSQL 数据库。它利用 RocksDB 存储引擎提供基于磁盘的持久化,与内存系统相比,允许以更低的内存成本进行大容量数据存储。 该系统作为向量数据库和全文搜索引擎,支持对向量嵌入进行近邻搜索,并通过文本匹配进行复杂的文档查询。它采用无代理(proxyless)集群架构,通过基于槽位的路由来分发数据并在多个节点间扩展容量。 该平台涵盖了广泛的数据管理能力,包括 JSON 文档管理、时序数据和实时流处理。它通过地理空间查询、二级索引和查询计划分析提供高级搜索和索引功能,同时提供用于内存高效的基数和成员估计的概率数据草图。 其他操作特性包括原子事务、发布/订阅消息传递以及用于多租户环境的命名空间数据隔离。

    Allows invocation of named server-side functions to execute custom business logic within the database.

    C++databasedistributedkv
    在 GitHub 上查看↗4,338
  1. Home
  2. Data & Databases
  3. Server-Side Custom Functions