systems · sub-star
nexus_db
key-value store with a live dashboard over the storage engine.
readme
A key-value store paired with a web dashboard that exposes what the engine is doing while it runs — reads, writes, and the state of the store visible live instead of guessed at from logs.
signal log
- storage engine exposed through a dashboard for inspecting reads/writes as they happen.
- [ add the indexing / persistence strategy — hash index? LSM? append-only log? ]
- [ add what the dashboard surfaces that a plain CLI would not ]
built with
TypeScript
view repository →