Commit Graph

4 Commits

Author SHA1 Message Date
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
d6d164752c
chore: rename from private repo to public GH repo in readme
Some checks failed
Go Tests / Run Tests (1.24.2) (push) Failing after 4m50s
2025-04-20 14:29:54 -06:00
9752914c7e
docs: fix license link so it renders as markdown
Some checks failed
Go Tests / Run Tests (1.24.2) (push) Failing after 4m48s
2025-04-20 14:10:14 -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