* fix dreyfus/hastings conditional macro goop
Merge pull request #4 from apache/has_have_confusion

Fix compilation errors and use of macro
tree: 2471a7af94136eee3004ff2d34e415e8d4a794c7
  1. src/
  2. test/
  3. README.md
  4. rebar.config.script
README.md

ken

Ken builds views and search indexes. Automatically.

Overview

When the couch_db_update event is triggered with an updated event, ken will spawn indexing jobs for view groups and search indexes (one job per view group shard or search index shard). If a deleted event is triggered, all jobs associated with the corresponding database shard will be removed.

Testing

Testing for ken expected to be executed from the top level couchdb repo as a part of make check run. The isolated ken test could be ran as rebar eunit apps=ken verbose=1 from the couchdb's root directory.