Introducing G2.ai, the future of software buying.Try now
Neo4j Graph Database
Save to My Lists
Claimed
Claimed

Top Rated Neo4j Graph Database Alternatives

ArangoDB
(112)
4.6 out of 5

Neo4j Graph Database Reviews & Product Details - Page 11

Neo4j Graph Database Product Details

Claimed

Neo4j Graph Database Integrations

(1)
Integration information sourced from real user reviews.

Neo4j Graph Database Media

Neo4j Graph Database Demo - Neo4j Graph Data Platform
Neo4j Graph Data Platform: Centered around the leading graph database, today's Neo4j Graph Data Platform is a suite of applications and tools helping the world with building smarter, context-driven applications. The Platform includes the Neo4j Graph Data Science Library – the leading enterprise-r...
Neo4j Graph Database Demo - Neo4j Aura
Aura Enterprise radically speeds time to value, enabling customers to get to production faster than the equivalent on-premises option. Organizations can now focus entirely on building performant, always-on, graph-powered applications quickly, without worrying about infrastructure or maintenance.
Neo4j Graph Database Demo - Neo4j Graph Database
The fastest path to graph databases, built for unlimited graph native scale and development agility with mission-critical security and operational flexibility.
Neo4j Graph Database Demo - Neo4j Graph Data Science Library
The Neo4j Graph Data Science™ Library is the analytics engine of this framework, making it possible to address complex questions about system dynamics and group behavior. Data scientists benefit from a customized, flexible data structure for global computations and a repository of powerful, robus...
Neo4j Graph Database Demo - Neo4j Browser
A developer-focused tool and is the ultimate place to write Cypher queries and explore the contents of your Neo4j graph database.
Neo4j Graph Database Demo - Neo4j Bloom
Neo4j Bloom: Neo4j Bloom streamlines conversations and projects across teams. The illustrative, codeless search to storyboard design of Neo4j Bloom makes it the ideal interface for non-technical project participants to share the innovative work of their graph analytics and development teams.
Product Avatar Image

Have you used Neo4j Graph Database before?

Answer a few questions to help the Neo4j Graph Database community

133 Neo4j Graph Database Reviews

4.5 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
133 Neo4j Graph Database Reviews
4.5 out of 5
133 Neo4j Graph Database Reviews
4.5 out of 5

Neo4j Graph Database Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Verified User in Hospital & Health Care
UH
Mid-Market (51-1000 emp.)
"The best NoSQL Graph Database"
What do you like best about Neo4j Graph Database?

What fascinates me about this product is the graph. I did not know there is this such kind of database where you can visualize the entities(table) by looking into the graph see their relationships. You can also easily define the edges(relationships) to point their relationship to other entities. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

When your graph includes a lot of entities, the graph will get bigger and bigger. Review collected by and hosted on G2.com.

Verified User in Research
UR
Mid-Market (51-1000 emp.)
"Neo4j is an awesome NoSQL Graph Database"
What do you like best about Neo4j Graph Database?

What I like about this NoSQL database is that nodes are presented in a graph. You can later add on relationships and define the schema. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

Education Resources should be widely available aside from the training and documentation available onsite. Review collected by and hosted on G2.com.

Shaik R.
SR
Product Engineer
Internet
Mid-Market (51-1000 emp.)
"The best Option for Data analysis"
What do you like best about Neo4j Graph Database?

The ease of implementing it. It can hold a large amount(millions) of relational data with ease and can retrieval is fast too. Coming to the cypher query language(CQL) it is very convenient to retrieve complex data from the database even if it's highly connected data. Now with the recent releases the APOC procedures make it more simpler to control the basic DMLs and DDLs. This database is a must try for relational data. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

OLTP is not that flexible if used with neo4j. As the relational data grows we started facing problems with the implementation of OLTP part with Neo4j. And it still can face problems with Super Nodes(most highly connected single node). The schema should be properly designed to hold off millions of data without ambiguity. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market (51-1000 emp.)
"High performance, great support"
What do you like best about Neo4j Graph Database?

Neo4j really excels at answering complex queries, which would never work in traditional SQL. Our team has also received great support from Neo, which has helped us get the most out of the technology. Whenever we want to extend functionality, it always seems possible, which has really helped our business. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

Our team is really happy with the Neo4j solution, no complaints. Review collected by and hosted on G2.com.

Shivendra S.
SS
Associate Director of Engineering
Mid-Market (51-1000 emp.)
"Great data store. Very use case specific. Not recommended for users not operating at scale."
What do you like best about Neo4j Graph Database?

I started using Neo4J to represent various facilities ( of a startup that I work at) across the city as nodes and represent their relationships in terms of mode of commute available and the associated costs.

The brilliant thing about Neo4J, or graph DB for that matter of fact, is that it represents a graph like database as a graph and not a format manipulated to be used like a graph. This is turn makes it extremely practical for various graph based use cases like route optimization, connectivity networks etc

One more added advantage with using neo4j is the ability to use years of research done on graphs & its algorithms.

Now, what sets neo4J apart :

1) The cypher query language is very natural to write and easy to understand.

2) Allows many RDBMS like constraints to be applied to a graph.

3) The in-built query browser eliminates the use of 3rd party tools for simple graph visualizations Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

1) Not optimized for long traversal queries. Queries that require multiple routes inherently.

2) Very few DB drivers available, mostly are SDKs wrapped over the cypher query language (and communicates with the DB over HTTP & hence slightly slower).

3) cypher queries though simple to get started with, quickly turns into a complicated one due to very few methods. Review collected by and hosted on G2.com.

Petr B.
PB
Research Assistant
Higher Education
Enterprise (> 1000 emp.)
"Forward thinking product alas not always practical."
What do you like best about Neo4j Graph Database?

Property graph model is great as it is isomorphic to datastructures (knowledge graphs) that we model which lets us avoid writing much glue code and awful joins. I very much like the query language for its flexibility and of course the web interface is super useful for exploration. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

I wish there was some room for hybrid representation - like in document-based dbs. In some cases, the fact that it's a connected graph rather than a collection of ad-hoc rows, triples or whatever puts additional responsibility in certain fairly basic use cases. Review collected by and hosted on G2.com.

Macy C.
MC
Professional Services Consultant
Computer Software
Enterprise (> 1000 emp.)
"NEO4J graphs database FTW"
What do you like best about Neo4j Graph Database?

Great community, awesome in city meetups. The language is really simple compared to other data languages. Once you get into graphs, you need a framework that can express your thoughts easily. The neo4j graph language is fairly easy to understand and there are a LOT of toolkits available to map it to your environment. (graphs)-[:ARE]->(everywhere) Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

I wish there was a vis tool to help learn the language. Although I said it's easy, I should have said it is the easiest. Without an instructor like at the city meetups, it is probably tough to learn it over a weekend. But WAY easier than other systems. At least you don't need to install java or some other crazy dependency. :) Review collected by and hosted on G2.com.

Nikhil K.
NK
System Analyst
Financial Services
Small-Business (50 or fewer emp.)
"Very interesting library with good support"
What do you like best about Neo4j Graph Database?

The dashboard interface is really nice. Really user friendly to write Cypher queries to retrieve graph subsets. The graph is also made interactive and this helps easy presentation. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

There could be more flexible implementations of algorithms in the library. This is possible, but usually with the loss of readability. Review collected by and hosted on G2.com.

Per K.
PK
Systems Architect
Biotechnology
Mid-Market (51-1000 emp.)
"Using Neo4j for development of a new database system"
What do you like best about Neo4j Graph Database?

The well-designed concepts and implementation of Neo4j makes it easy to model the domain data I had. It also turned to be easier to develop the data model using a graph database than an SQL database,. Oftentimes, SQL database schema become brittle and hard to modify after a certain level of complexity. I did not experience this problem with Neo4j. The Cypher query language took a little time to figure out, but in the end turned out to be powerful and easy to use. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

With the current implementation, one Neo4j server has one and only one data space. For use cases where one has two or more distinct data domains, one would sometimes be able to use one single server for more than one data space. It is of course possible to work around this in different ways, but that is messy. Review collected by and hosted on G2.com.

Michael S.
MS
Code Connoisseur and Founder
Computer Software
Small-Business (50 or fewer emp.)
"Great for prototyping. "
What do you like best about Neo4j Graph Database?

Whenever we begin a project we usually think about the relationships between all the various actors. We draw them on the white board. With Neo4j it's really easy to translate that mental model directly into a database schema. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

The tooling itself was an issue. We used the neo4j ruby bindings to create an embedded neo4j database in rails. This required us to use jruby instead of regular ruby. Using jruby created a lot of other issues with compatibility with the various gems out there that we needed to use. Also there was a lot of uncertainty about licensing which was a business concern. Just by using it were we in the clear or did we have to pay out if we were commercial? It was a headache the legal department did not want to deal with. Review collected by and hosted on G2.com.

Neo4j Graph Database Pricing

Neo4j Graph Database Comparisons
Product Avatar Image
ArangoDB
Compare Now
Product Avatar Image
OrientDB
Compare Now
Product Avatar Image
Amazon Neptune
Compare Now
Neo4j Graph Database Features
Auto Sharding
Auto Recovery
Role-Based Authorization
Authentication
Audit Logs
Data Model
Data Types
Built - In Search
Query Optimization
Neo4j Graph Database