Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 632 Bytes

README.markdown

File metadata and controls

21 lines (11 loc) · 632 Bytes

NodeJS, CouchDB, Neo4j, Redis, CoffeeScript Spectacular

Extracted from the book Seven Databases in Seven Weeks. You must have Redis, CouchDB, Neo4j running and NodeJS and Coffeescript installed to use this. Or you could just read it, but what fun would that be?

Populate Redis

coffee pre_populate.coffee

Populate CouchDB

coffee populate_couch.coffee

Keep Neo4j in Sync with CouchDB

This needs to be running in the background to capture changes to CouchDB

coffee graph_sync.coffee

Run our Bands Website

coffee bands.coffee