项目作者: jicahoo

项目描述 :
Use Java to access neo4j
高级语言: Java
项目地址: git://github.com/jicahoo/neo4j-demo-java.git
创建时间: 2017-11-22T08:50:16Z
项目社区:https://github.com/jicahoo/neo4j-demo-java

开源协议:

下载


neo4j-demo-java

Use Java to access neo4j

How to run

  1. Check the README in Python version demo: https://github.com/jicahoo/neo4j-demo which contains more useful info.
  2. Import this project to IntelliJ IDEA.
  3. In IntelliJ, just run the main method in Main.java

ETL

Work flow

  1. Design the CSV file format which can be loaded into neo4j
  2. Write Java code based on JDBC to dump the RDBMS data to CSV file.
  3. Use neo4j tool: neo4j-admin import to load the CSV file to your neo4j database.
  4. Change the demo code in this repo to query the data that customer want.