5 releases

0.1.4 Mar 3, 2023
0.1.3 Feb 27, 2023
0.1.2 Feb 20, 2023
0.1.1 Feb 2, 2023
0.1.0 Jan 22, 2023

#746 in Data structures

27 downloads per month
Used in 2 crates

MIT license

30KB
782 lines

driftdb

GitHub Repo stars crates.io docs.rs docs.rs Test Chat on Discord

DriftDB is a is a real-time data backend that runs on the edge.

The underlying data structure in DriftDB is an in-memory ordered stream. This crate provides the core data structure, message format, and connection logic used by DriftDB.

This crate is used as a library for implementations of the DriftDB API. It does not provide a full implementation (including an event loop and request serving), but implementations are available as driftdb-server (a local dev server) and driftdb-worker (Cloudflare Worker implementation).

Dependencies

~0.7–1.4MB
~33K SLoC