-
Notifications
You must be signed in to change notification settings - Fork 32
Home
apage43 edited this page Mar 2, 2012
·
4 revisions
Couchstore is a low-level KV library that has a couple of unique features that we needed when building couchbase.
- It's append-only (doesn't change stuff from the past).
- It's indexed by change (and allows iteration since a particular change).
- It's awesome.
It's also got a scripting interface that we use for making tools and tests.
The file format is relatively simple too.