Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tutorial about using Neo4js along with Node.js

Tags:

node.js

neo4j

Does anyone know about a tutorial or documentation on how to use neo4js in Node.js. I have successfully downloaded it but now I have no clue on how to start using it.

If there is no resources on-line that I can read, could someone point me in the right direction?

Thanks in advance!

like image 809
Oni Avatar asked Feb 27 '12 22:02

Oni


2 Answers

Also, there is an example app by Thomas Baum with a setup guide, see https://github.com/tbaum/heroku-node-neo4js

like image 103
Peter Neubauer Avatar answered Oct 26 '22 18:10

Peter Neubauer


For a simplistic application you could start with this:

https://github.com/neo4j-contrib/node-neo4j-template

For a real tutorial check out this angular + node movie application:

https://github.com/kbastani/neo4j-movies-template

like image 35
Android Man Avatar answered Oct 26 '22 18:10

Android Man