1 个仓库
The capability to host a database engine directly within an application process.
Distinct from Embedded Server Hosting: Candidates focus on hardware hosting or servlets; this is about integrating a database engine as a library.
Explore 1 awesome GitHub repository matching data & databases · Embedded Database Integration. Refine with filters or upvote what's useful.
Noria is a dynamic dataflow engine and materialized view database that transforms expensive read operations into fast keyed lookups. It operates as a stateful system that incrementally updates dependent views as underlying relational base tables change. The system can function as a MySQL protocol emulator, mimicking the binary protocol to allow applications to fetch precomputed data without changing client code. It can also be used as a Rust embedded database, integrating the server directly into a program via native bindings to perform dataflow operations without external coordination. The
Allows integrating the server directly into a process to perform data-flow operations without external coordination.