1 Star 0 Fork 1

nettee / Neo4jGraph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Neo4jGraph

Neo4jGraph stores Java AST into Neo4j database.

Setup

1. install Neo4j

Download the latest version of Neo4j database from http://neo4j.com/download/other-releases/. The project is developed with Neo4j 2.2.3.

2. install ASTView plug-in for eclipse (optional)

You can find ASTView plug-in in Eclipse Marketplace.

Run the code

Configuration file

Before running the code, you need to set options in configuration file ./config.ini. Here's the demo of file content:

database.directory=D:\Neo4j-Database\Neo4jGraph
project.directory=D:\Java-Projects\example

Users should ensure that database.directory and project.directory options are correctly set in configuration file, or the behavior of this program is not defined.

View the result

After the program finished, open the Neo4j server and land on http://localhost:7474/ to view the result. Maybe you need to learn something about Cypher to continue.

Notes

  • You must not run the code with the Neo4j server running, or you will get a Java Runtime Exception.

空文件

简介

暂无描述 展开 收起
Java
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/nettee/Neo4jGraph.git
git@gitee.com:nettee/Neo4jGraph.git
nettee
Neo4jGraph
Neo4jGraph
master

搜索帮助