#key-value-store #event-driven #events #kv #state #machines #edfsm

no-std edfsm-kv-store

A KV Store based on Event Driven Finite State Machines

4 releases (2 breaking)

new 0.10.0 Feb 6, 2025
0.9.0 Jan 4, 2025
0.8.1 Dec 5, 2024
0.8.0 Nov 27, 2024

#1667 in Algorithms

Download history 130/week @ 2024-11-23 155/week @ 2024-11-30 36/week @ 2024-12-07 7/week @ 2024-12-14 169/week @ 2025-01-04 9/week @ 2025-01-11 104/week @ 2025-02-01

121 downloads per month

Apache-2.0

45KB
759 lines

Event Driven FSM KV Store

A Key-Value Store based on edfsm's FSM trait implementation. The store is often wired up to use edfsm-machine and streambed-logged to use as a fully-fledged persistent database. All key/values are held in memory so only use for those scenarios where that is what is required.

Dependencies

~2.5–9MB
~75K SLoC