Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mars/couchkicker
A CouchDB "update_notification" client to keep views fresh.
https://github.com/mars/couchkicker
Last synced: 14 days ago
JSON representation
A CouchDB "update_notification" client to keep views fresh.
- Host: GitHub
- URL: https://github.com/mars/couchkicker
- Owner: mars
- Created: 2010-12-14T22:24:03.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-16T05:39:30.000Z (almost 14 years ago)
- Last Synced: 2024-10-16T01:41:31.429Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# couchkicker
A node.js app that keeps your CouchDB views fresh.
This is a port & revision to the process demonstrated in Ruby & Python on the [CouchDB wiki](http://wiki.apache.org/couchdb/Regenerating_views_on_update)
## Node & NPM
You'll need [Node](http://nodejs.org/#download) & [Node Package Manager](http://npmjs.org/).
## CouchDB config
In the etc/couchdb/local.ini file, set:
``[update_notification]
couchkicker=/absolute/path/to/local/bin/node /absolute/path/to/couchkicker/lib/daemon.js``