How to create a new CouchDB indexer?
Pretty extensive details and code on how to create a new CouchDB indexer for views[1]. Even if most of us will never need to do this, the implementation details can give you quite an interesting perspective on how CouchDB is working.
This tutorial won’t describe the straight way to a perfect solution but a way with certain bumps and rewrites so that you’ll get a better understanding how CouchDB works.
References
- [1] You can read more about CouchDB views: (↩)