Home

Awesome

JCypher Project Homepage

Introduction

JCypher provides seamlessly integrated Java access to graph databases (Neo4J) at different levels of abstraction. Starting top-down:

Documentation

Please have a look at: https://github.com/Wolfgang-Schuetzelhofer/jcypher/wiki for a more comprehensive documentation. There you will also find code snippets, references to samples, and tips on how to get started with JCypher. Furthermore you can find a roadmap and you are informed about future directions of JCypher.

Additionally, a distinct samples project can be found at: https://github.com/Wolfgang-Schuetzelhofer/jcypher_samples.

For more information about Neo4J have a look at: http://www.neo4j.org/ </br>For more information about the CYPHER language have a look at: http://docs.neo4j.org/chunked/stable/cypher-query-lang.html

Setup

You may add JCypher as a Maven dependency:

<dependency>
  <groupId>net.iot-solutions.graphdb</groupId>
   <artifactId>jcypher</artifactId>
   <version>4.2.0</version>
</dependency>

JCypher on Maven Central

<a href="http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.iot-solutions.graphdb%22%20AND%20a%3A%22jcypher%22">Can be found here.</a>

Release Notes (since 2.1.0)

<a href="https://github.com/Wolfgang-Schuetzelhofer/jcypher/blob/master/release_notes.md">Please look here.</a>

License & Copyright

Copyright (c) 2014-2019 IoT-Solutions e.U.

License: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/