Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a working solution for integrating Neo4j 1.6 in NodeJS?

Tags:

neo4j

I have found some relevant modules on Github but they do not work. Does anyone know of some other available solutions?

Those are the three I have tried:

https://github.com/bobby/node-neo4j
https://github.com/gasi/node-neo4j
https://github.com/neo4j/neo4js
like image 238
user971956 Avatar asked Dec 17 '11 21:12

user971956


2 Answers

Go with the repo made by the people who make Neo4J: https://github.com/neo4j/neo4js

Like I mentioned, it is created and maintained by the people behind Neo4J and is constantly updated. I am using this currently in a project and it works fantastically well. Only thing to know is that you need to be running Node.JS 1.6 or better for the modules to work.

If you have any questions drop me a line or you can also ask in their discussion forum here: http://neo4j.org/nabble/

like image 129
Liam Avatar answered Oct 12 '22 06:10

Liam


I'm one of the authors/maintainers of @gasi's node-neo4j (npm install neo4j). We have admittedly not upgraded it for 1.6 (we're still on 1.4 here but plan on upgrading soon), but it works entirely well -- we've been using it on our production site for many months now!

Can I ask what the issue is? Btw, we moved the repo to our formal organization's repo: https://github.com/thingdom/node-neo4j

like image 37
Aseem Kishore Avatar answered Oct 12 '22 06:10

Aseem Kishore