SHARE
Facebook X Pinterest WhatsApp

Neo Launches Open Source NoSQL Graph Database for Spring

Oct 28, 2011

NoSQL type databases have become increasingly popular over the last several years as a way to deliver better scalability and performance. There are a number of different types of NoSQL databases, including a graph database structure, which is what open source startup Neo Technology is all about.

Neo Technology is the lead commercial sponsor behind the open source Neo4j NoSQL database. This week the company is launching its Spring Data Neo4j 2.0 release, bringing the database to the popular Spring Java framework. The company has also just completed raising $10.6 million in Series A funding.

“There is so much noise in the NoSQL space now, it’s a term that isn’t strictly defined,” Emil Eifrem, CEO of Neo, told InternetNews.com.

In Eifrem’s view, there are only four types of NoSQL databases: key value stores, BigTable types like Apache Cassandra, document databases like CouchDB and MongoDB, and the fourth is Graph databases like Neo4j.

“In the graph data model, there are nodes with type relationships across nodes,” Eifrem said.

Eifrem said a graph database can then attach key value pairs to nodes and their relationship. He noted that the way nodes are connected is a first-class citizen in the graph data model.

In contrast with the concept of a traditional join that exists in traditional relational SQL type databases, Eifrem said there are some key underlying differences.

“What the relational guys did is work with a data model that is all tables that is optimized for access and that goes along with a table,” Eifrem said.

For example, in the relational model, if you’re looking for all the people in a table with an age greater than 20, that’s an optimized query. Eifrem said that if you want to hop from one entity to another, that requires a join, which is a CPU-bound operation where you merge the entities that match your criteria from the first table with the second table.

“In contrast, with a graph database the only thing you do when you hop from one node to another is just have a direct pointer for access,” Eifrem said. “You don’t have to traverse an index or do a merge which leads to some amazing performance improvements.

Read the full story at Database Journal:
Neo Launches NoSQL Graph Database

Recommended for you...

Insteon’s Surprise Failure Highlights the Problems with Smart Home Tech
Rob Enderle
Apr 22, 2022
Does Meta Have a Death Wish?
Rob Enderle
Apr 14, 2022
U.S. Needs to Protect Tech Leadership: Qualcomm
Rob Enderle
Apr 8, 2022
Best Internet Security Software
Devin Partida
Mar 23, 2022
Internet News Logo

InternetNews is a source of industry news and intelligence for IT professionals from all branches of the technology world. InternetNews focuses on helping professionals grow their knowledge base and authority in their field with the top news and trends in Software, IT Management, Networking & Communications, and Small Business.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.