1 Repo
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.
Kvrocks is a distributed key-value store and Redis-compatible NoSQL database. It utilizes a RocksDB storage engine to provide disk-based persistence, allowing for high-capacity data storage with reduced memory costs compared to in-memory systems. The system functions as a vector database and full-text search engine, supporting nearest-neighbor searches on vector embeddings and complex document queries via text matching. It employs a proxyless cluster architecture with slot-based routing to distribute data and scale capacity across multiple nodes. The platform covers a wide range of data mana
Allows invocation of named server-side functions to execute custom business logic within the database.