60d401a615
docs: update documentation with information about replication
2025-04-29 15:03:03 -06:00
169c1f78a4
chore: update the layout of the interface design in readme
Go Tests / Run Tests (1.24.2) (push) Failing after 5m2s
2025-04-25 13:04:08 -06:00
0637c40a40
feat: big refactor cleaning up the engine code
Go Tests / Run Tests (1.24.2) (push) Failing after 5m4s
2025-04-23 22:45:16 -06:00
6f83fa1ade
feat: add suffix scanning
Go Tests / Run Tests (1.24.2) (push) Successful in 9m49s
2025-04-23 09:00:26 -06:00
91448203e6
chore: add sdk links to readme
Go Tests / Run Tests (1.24.2) (push) Successful in 9m49s
2025-04-22 11:08:50 -06:00
fbea5da627
chore: renaming packages after move to github org
2025-04-22 11:01:33 -06:00
87285d931e
docs: fix link in readme on how to go get
Go Tests / Run Tests (1.24.2) (push) Successful in 9m37s
2025-04-20 18:22:31 -06:00
477cfa1817
chore: renamed cli from gs to kevo
Go Tests / Run Tests (1.24.2) (push) Has been cancelled
2025-04-20 18:16:26 -06:00
d6d164752c
chore: rename from private repo to public GH repo in readme
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
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.
...
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