Commit Graph

4 Commits

Author SHA1 Message Date
e433b12930
feat: add a standard logger, and start on a replication manager to tie into wal hooks
All checks were successful
Go Tests / Run Tests (1.24.2) (pull_request) Successful in 9m37s
2025-04-20 21:05:49 -06:00
e1ea512864
feat: add a lamport clock 2025-04-20 20:20:42 -06:00
25fe3b1771
chore: i am an idiot, forgot to change the full path parts
Some checks failed
Go Tests / Run Tests (1.24.2) (push) Has been cancelled
2025-04-20 14:53:39 -06:00
6fc3be617d
feat: Initial release of kevo storage engine.
Some checks failed
Go Tests / Run Tests (1.24.2) (push) Has been cancelled
Adds a complete LSM-based storage engine with these features:
- Single-writer based architecture for the storage engine
- WAL for durability, and hey it's configurable
- MemTable with skip list implementation for fast read/writes
- SSTable with block-based structure for on-disk level-based storage
- Background compaction with tiered strategy
- ACID transactions
- Good documentation (I hope)
2025-04-20 14:06:50 -06:00