Neo4j 安装

环境:

系统:Centos 6.8 64位

Neo4j 分商业版与个开发版,商业如其名,商业用途收取一定的费用,开发版可用于个人开发及一些功能要求不大的小项目。 下载地址 : https://neo4j.com/download-thanks

tar -xf neo4j-enterprise-2.3.1-unix.tar.gz
cd neo4j-enterprise-2.3.1-unix
./bin/neo4j

Neo4j 不需要安装,解压后则可以运行,可以通过以下链接访问:

http://localhost:7474

默认用户名与密码都为 neo4j

Neo4j集群环境搭建
http://blog.csdn.net/blueheart20/article/details/38462831

官方文档
https://neo4j.com/docs/operations-manual/current/reference/#configuration-settings

图形数据库、NOSQL和Neo4j
http://www.uml.org.cn/sjjm/201203093.asp?artid=9101

Cypher查询语言--Neo4j中的SQL
http://www.uml.org.cn/sjjm/201203063.asp

Cypher 语法
http://neo4j.com/docs/cypher-refcard/3.0/

http://blog.nosqlfan.com/html/2143.html

Neo4j for nodejs API
https://neo4j.com/docs/api/javascript-driver/current/class/src/v1/session.js~Session.html

Nodejs
https://nqdeng.github.io/7-days-nodejs/

Node restify
http://restify.com/#stringclient