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

Neo4j Graph Database Overview

What is Neo4j Graph Database?

The fastest path to graph. Centered around the leading native graph database, today's Neo4j Graph Data Platform is a suite of applications and tools helping the world make sense of data. The Platform includes the Neo4j Graph Data Science Library – the leading enterprise-ready analytics workspace for graph data available as both open source and through a commercial license for enterprises – the graph visualization and exploration tool Bloom, the Cypher query language - very easy to learn and can operate across Neo4j, Apache Spark and Gremlin-based products using open source toolkits: "Cypher on Apache Spark (CApS) and Cypher for Gremlin.), Neo4j ETL and Kettle for data integration, and numerous additional tools, integrations and connectors to help developers and data scientists build graph-based solutions with ease. And the world's largest community to help enable any graph journey. Neo4j is the leading scalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offerings

Neo4j Graph Database Details
Languages Supported
English
Show LessShow More
Product Description
Neo4 is a graph database, that brings data relationships to the fore. From companies offering personalized product and service recommendations; to websites adding social capabilities; to telcos diagnosing network issues; to enterprises reimagining master data, identity, and access models; organizations adopt graph databases as the best way to model, store and query both data and its relationships.
How do you position yourself against your competitors?

Neo4j is the leader in Graph DBMS ranking by a wide margin (src: DB-Engines) and is Forrester wave leader for Graph Data Platform. Neo4j powers more than 2,000 startups, 800 enterprises, 75% of the Fortune 500, and 200K+ developers, all while delivering the definitive foundation for connected data at unlimited scale and developer velocity. Neo4j is used by 7 of the world’s top 10 retailers, 3 of the top 5 aircraft manufacturers, 8 of the top 10 insurance companies, all of North America’s top 20 banks, 8 of the top 10 automakers, 3 of the world’s top 5 hotels, and 7 of the top 10 telecoms.

Neo4j delivers easy to learn and use graph technology that has been battle tested for performance and scale, while preserving ACID compliance and data integrity against the most demanding use cases and is able to maintain performant execution as applications increase in complexity.


Seller
Description

Neo4j Inc. is a global leader in graph database technology, empowering businesses to harness the power of relationships in data. Founded in 2007, Neo4j is renowned for its robust platform that enables users to build sophisticated applications leveraging data connections, particularly beneficial in areas like fraud detection, real-time recommendations, and network management. The company's flagship product, the Neo4j Graph Database, is available both as a self-hosted solution and a fully managed cloud service. Neo4j's innovative technology supports organizations in visualizing and interpreting complex data relationships, thereby driving intelligent decision-making.

Overview Provided by:

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.
GS
Owner, Director of Development
Small-Business (50 or fewer emp.)
"Neo4j Turns Historical Data into a Queryable Knowledge Graph"
What do you like best about Neo4j Graph Database?

What I like best about Neo4j is how naturally it models complex relationships, especially for an application like ours that stores interconnected data about arts, artists, places, countries and other entities. In a graph database, nodes represent entities (like artists or artworks) and relationships (like "created" or "exhibited") allow for a highly intuitive representation of how these elements connect.

This makes querying for complex patterns, like finding all artists who influenced a particular art movement or tracing the exhibitions of a certain artwork across different places, efficient and straightforward.

What are the main points that like it more about:

- That Neo4j optimizes queries for traversing relationships, such as "What art pieces were created by artists in a specific location?" which make the response faster than in traditional relational databases.

- We like that you can easily expand the graph with new relationships or attributes as your dataset grows.

- Also, we can search deeper in our data, finding more meaningful connections between our historical data, like trends in art styles or how artists influenced each other across regions, or the several relationship of multiple artist for a specific location or art

The flexibility and performance of graph-based queries really shine when dealing with highly relational data, like historical and cultural information. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

While the Neo4j offers more positive advantages than disadvantages, but for our case specifically about our history app, there are a few challenges or limitations that might be points of concern, which can be improved:

- First big issue was about the restoring the old data from a different version of the database. Neo4j’s backup and restore processes are more complex compared to traditional relational databases. Maintaining backups for our history app can be a bit challenging, especially with the extensive and interconnected historical data which we are managing. As our dataset grows, ensuring that all this valuable information is securely backed up can require careful planning and additional effort.

- Different query language than traditional ones. Neo4j uses Cypher, which is different than traditional and may require time to learn especially if you're coming from a SQL background like I did. For more complex queries involving relationships between artists, artworks, places, and tags, Cypher syntax can become difficult to manage, especially as the graph structure grows more intricate, you need to optimize the query to not allow a lot of memory time in the whole process results

- Also, one more thing that we find of is importing data into Neo4j, especially from structured sources like Wiki pages, can be more complex than with traditional relational databases. The data needs to be transformed into a graph-friendly format, which can add a layer of complexity when dealing with large-scale imports or frequent updates from sources like Wiki. Review collected by and hosted on G2.com.

PA
Solution Analyst
Mid-Market (51-1000 emp.)
"Best Graph Database for your data pattern insight and ML workload"
What do you like best about Neo4j Graph Database?

the cypher syntax of neo4j is really great for beginners, it is as similar as human communicating with db in english langauage. it's just that we have to express in a correct manner for e.g if i want to retrieve all the persons with a gender male it's cypher syntax will be

Match (p: Person { Gender:"Male"} ) return p )

Neo4j's Browser and Bloom feature gives business stakeholder and data scientist/analyst to analyze their data which i think currently no other database give at this moment

and on top of that they have their own graph data science library which gives feasibility in developing application such as link prediction, recommendation system, chatbots Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

I think they should add more compute storage for Aura DB, as our system can load 100s of GB data in neo4j , but currently i dont see any option for Review collected by and hosted on G2.com.

Dipak K.
DK
Software Engineer
Information Technology and Services
Mid-Market (51-1000 emp.)
"Simplifying Machine Learning based product development with scalable graph database"
What do you like best about Neo4j Graph Database?

I have been using neo4j from last 6 month everyday for developing machine learning and data analysis products. it is really faster than RDBMS and helps in developing products such as market basket analysis, community detection and also for generative ai solutions for creating owr own chatbots. Learning neo4j is quite easy due to its documentation and community support available, It has support for multiple languages such as python, java etc. i personally use neo4j python library because it helps me in integrating with my existing machine learning product. I think every data science professional should be aware of neo4j and its power to create a scalable ML products. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

one thing i think which needs to be improved is adding more sql like features in CYPHER query Review collected by and hosted on G2.com.

Krunal K.
KK
Analytics Consultant
Enterprise (> 1000 emp.)
"Neo4j used for design supply chain solutions"
What do you like best about Neo4j Graph Database?

The ease of creating graph and graph visualisation using neo4j platform Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

The neo4j graph query language is tough for first timer Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business (50 or fewer emp.)
"Neo4j Review: A Great Database to Start with Graph Technologies"
What do you like best about Neo4j Graph Database?

The Cypher language allows you to construct queries that are understandable even without technical expertise.

Open source and community edition that can be self-hosted.

Neo4j Browser to visualize graph data. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

For a self-hosted solution, the update process is not always straightforward. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business (50 or fewer emp.)
"Neo4j Review."
What do you like best about Neo4j Graph Database?

The best thing about Neo4j is it is graph database and it has nodes and relationship which makes it simple. It is easy to use. And also it is schema free. Index-free adjacency helps a lot when the data is very complex Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

Cypher language is specific to Neo4j only. Review collected by and hosted on G2.com.

Rupali M.
RM
IoT Engineer
Small-Business (50 or fewer emp.)
"NEO4J"
What do you like best about Neo4j Graph Database?

Neo4j is a great platform for the new user to learn the commands it is very interesting, and we can see the command along with its results. we can see the result in multiple ways like in graph format, table, text or code. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

I do not have much dislike about this platform but this is little confusing for the new user because it is little complicated for installation and initiate the commands. User may require the instruction for installation. Review collected by and hosted on G2.com.

Carlos V.
CV
CTO
Entertainment
Small-Business (50 or fewer emp.)
"The open source Graph Database"
What do you like best about Neo4j Graph Database?

It is open source, has an active community behind. Well documented. You can self host it.

The GUI, called Neo4j Browser, it's very good tool to visualize the data.

Quite flexible, and some fast methods, in order to import graph data into it. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

Sometimes the own query language, called cypher, it's a little bit obscure and hard to type. Review collected by and hosted on G2.com.

Prashanth D.
PD
Lead Engineer
Small-Business (50 or fewer emp.)
"Neo4j- Knowledge graph Database"
What do you like best about Neo4j Graph Database?

It is opensourced graph database.

Semi structred data can easily represented and easily get retrive connected data faster.

Scalable architecture.

It helps to maintain the predictability of relation based queries. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

No security for data and No data encryption.

There is limit in the graph size like per graph it supports 10 B of nodes. Review collected by and hosted on G2.com.

Rahul A.
RA
Software Engineer
Computer Software
Small-Business (50 or fewer emp.)
"Solution for complex data relations"
What do you like best about Neo4j Graph Database?

It allows storing data with complex relationships, which can be represented suitably, making querying easy. Review collected by and hosted on G2.com.

What do you dislike about Neo4j Graph Database?

It's primary use is free, but advanced features seem too costly. Review collected by and hosted on G2.com.

Neo4j Graph Database Pricing

Neo4j Graph Database