This post originated from an RSS feed registered with Java Buzz
by justin cater.
Original Post: Spring Data Neo4j example
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
In this example we shall demonstrate how to integrate Neo4J, a graph based NoSql database with Spring Data. 1. Introduction Neo4j is an open source, graph based NoSQL database developed in Java and Scala. Like traditional relational Databases, Neo4J offers support to ACID properties. The graph based databases find their uses in use cases where ...