https://github.com/datanucleus/datanucleus-neo4j
DataNucleus support for persistence to Neo4j Datastores
https://github.com/datanucleus/datanucleus-neo4j
jdo jpa neo4j
Last synced: 9 months ago
JSON representation
DataNucleus support for persistence to Neo4j Datastores
- Host: GitHub
- URL: https://github.com/datanucleus/datanucleus-neo4j
- Owner: datanucleus
- Created: 2013-12-09T10:31:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T14:19:39.000Z (about 4 years ago)
- Last Synced: 2024-03-27T01:42:47.787Z (over 2 years ago)
- Topics: jdo, jpa, neo4j
- Language: Java
- Size: 451 KB
- Stars: 4
- Watchers: 6
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
datanucleus-neo4j
=================
DataNucleus support for persistence to Neo4j Datastores. This plugin makes
use of the Neo4j Java driver for communicating with the datastore, see http://www.neo4j.org/
This is built using Maven, by executing `mvn clean install` which installs the built jar in your local Maven repository.
KeyFacts
--------
__License__ : Apache 2 licensed
__Issue Tracker__ : http://github.com/datanucleus/datanucleus-neo4j/issues
__Javadocs__ : [5.1](http://www.datanucleus.org/javadocs/store.neo4j/5.1/), [5.0](http://www.datanucleus.org/javadocs/store.neo4j/5.0/), [4.1](http://www.datanucleus.org/javadocs/store.neo4j/4.1/), [4.0](http://www.datanucleus.org/javadocs/store.neo4j/4.0/)
__Download__ : [Maven Central](https://repo1.maven.org/maven2/org/datanucleus/datanucleus-neo4j)
__Dependencies__ : See file [pom.xml](pom.xml)
__Support__ : [DataNucleus Support Page](http://www.datanucleus.org/support.html)