Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.33 KB

Using neo4j as Graph datasource

cypher is SQL like query language, based on ASCII art, to interact with graph database.

Programmatically, there are different alternatives to interact with neo4j. They are listed below.

JDBI

Directly use dropwizard-jdbi.

jCypher

Java DSL for cypher.

OGM

Object-Graph-Mapping, which is similar to ORM for relational database.

Traversal framework Java API

Java Cypher API using Bolt protocol fro Embedded Neo4j