Another Word For It Patrick Durusau on Topic Maps and Semantic Diversity

January 26, 2012

Persisting relationship entities in Neo4j

Filed under: Neo4j,Spring Data — Patrick Durusau @ 6:43 pm

Persisting relationship entities in Neo4j by Sunil Prakash Inteti

From the post:

Neo4j is a high-performance, NOSQL graph database with all the features of a mature and robust database. In Neo4j data gets stored in nodes connected to each other by relationship entities that carry its own properties. These relationships are very important in graphs and helps to traverse the graph and make decisions. This blog discusses the two ways to persist a relationship between nodes and also the scenario’s which suits their respective usage. Spring-data-neo4j by springsource gives us the flexibility of using the spring programming model when working with neo4j database. The code examples in this blog will be using spring-data-neo4j.

Excellent post that illustrates how a relationship is persisted can make a big difference in performance. Very much design guideline material.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress