0.4.1-local-2 • Published 11 years ago
npm2es4newww v0.4.1-local-2
npm2es4newww
push npm package metadata into elasticsearch for querying
install
npm install -g npm2es4newww
use
USAGE: npm2es4newww --couch="http://host:port/db" --es="http://host:port/index"
optional
npm2es4newww also takes a --since=<seq number> command line argument incase you want to skip a full re-index
example
npm2es4newww --couch="http://localhost:5984/registry" --es="http://localhost:9200/npm"
This will attach to the provided couchdb's _changes feed and automatically put every
package into elasticsearch for indexing. This script will run for as long as you let it, automatically applying updates to the search index.
running the tests
First off, you'll want the following installed
couchdb(i.e.which couchdbshould work)java(i.e.which javashould should)mocha(npm install -g mocha)
Now we can run the test, just run npm test
License
MIT © 2013 solids l.l.c.
0.4.1-local-2
11 years ago
0.4.1-local-1
11 years ago