The Kahuna Book
The Kahuna book is a developer-friendly guide for learning how to use Kahuna and how it works internally. It covers the practical API surface first, then explains the distributed-systems model behind locks, key/value storage, transactions, sequencing, replication, storage, and recovery.
Use it when you want a more guided path than the reference docs:
- Learn the core Kahuna concepts in order
- See practical .NET examples
- Understand when to use locks, key/value entries, transactions, and sequences
- Build a mental model for Raft, MVCC, actors, persistence, and failure handling
Read online: Open the Kahuna book in HTML
Download: Get the Kahuna book PDF