Home 1.Install Neo4j
Post
Cancel

1.Install Neo4j

1.下载neo4j

2.解压之后运行:

1
sudo ./bin/neo4j console

Smiley face

3.登录后台

打开浏览器:http://localhost:7474/browser/(默认账户密码:neo4j neo4j)

Smiley face

4.运行自带的示例

自带电影的例子(点击Favorities->Get some data->右上角Run按钮)

Smiley face

5.添加python支持

安装python驱动

1
pip install neo4j
This post is licensed under CC BY 4.0 by the author.
Contents

0.Neo4j Introduction

2.Neo4j相关概念