healthonnet / hon-couchdb-visualization

Node module for showing some Google Visualizations of our crawled documents in CouchDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HON CouchDB Visualization

Simple Node module for showing some Google Visualizations of our crawled documents in CouchDB.

Available at http://couchdb.khresmoi.eu.

Deploy it yourself

Simply run:

$ npm install
$ COUCHDB_USER=MY_USER_NAME COUCHDB_PASSWORD=MY_PASSWORD node server.js

To override the CouchDB host (e.g. when using localhost on the machine itself), do:

$ COUCHDB_HOST=localhost node server.js

Developer

Maintainer

License

Apache 2.0.

About

Node module for showing some Google Visualizations of our crawled documents in CouchDB.

License:Apache License 2.0


Languages

Language:JavaScript 82.9%Language:CSS 9.7%Language:HTML 7.3%