Write a review to share your experiences with open source!
On DevRates we focus on reviews by developers using libraries on their daily work.
Interested in the latest trends and top-rated open source projects for all layers of your application?
DevRates contains projects reviews of most popular tagged categories and programming languages.
Follow projects and don't miss any news from blogs and twitter on your wall.
Your company is looking for talented developers? Register on DevRates and show your technology stack on your company profile.
Neo4j is a graph database, storing data in the nodes and relationships of a graph. The most generic of data structures, a graph elegantly represents any kind of data, preserving the natural structure of the domain.
Neo4j Features
An intuitive graph-oriented model for data representation
A disk-based, native storage manager completely optimized for storing graph structures for maximum performance and scalability
Massive scalability. Neo4j can handle graphs of several billion nodes/relationships/properties on a single machine and can be sharded to scale out across multiple machines
A powerful traversal framework for high-speed traversals in the node space
Can be deployed as a full server or a very slim database with a small footprint (~750k jar)
A simple and convenient object-oriented API