This repository was created to share some simple code I wrote to experiment with node with the rest of the RDF Pipeline team.
The initial framework for this code was based on Christopher Buecheler's excellent tutorials here:
- http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/
- http://cwbuecheler.com/web/tutorials/2014/restful-web-app-node-express-mongodb/
I have modified the basic code in a number of ways to learn more about node.
Changes include:
- Working with hosts other than localhost
- Working with a remote Mongo DB using a different data model
- Host system aware code
- Multiple collections
- Use of the async library for parallel calls
- A number of minor UI changes to match the dataset and the layout I wanted