Status: Work in Progress — not production-ready
Kiwi is a simple, educational key–value store project in Go.
Why “Kiwi”? A playful nod to “KV” (key–value). Spoken in English (“kay-vee”), it sounds a bit like the german fruit “Kiwi” — and thus a friendly fruit mascot was born.
- v0.1
- In-memory KV store
- set/get/delete
- Append-only active log and crash recovery
- Simple API
Contributions are welcome! Please:
- Open an issue to discuss changes
- Use clear commit messages
- Run go fmt / lint before committing
MIT LICENSE
