Reviews from AWS customer

7 AWS reviews

External reviews

139 reviews
from and

External reviews are not included in the AWS star rating for the product.


4-star reviews ( Show all reviews )

    Pratik A.

Best Graph Database for your data pattern insight and ML workload

  • May 30, 2024
  • Review provided by G2

What do you like best about the product?
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
What do you dislike about the product?
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
What problems is the product solving and how is that benefiting you?
I have expertise in building analytical solution which speaks insights from client data , it's amazing speed of retrieval from billions of nodes and relationships is one of the reason for choosing neo4j for big data and complex relationship analysis. to be more specific we have used neo4j aura 8gb ram instance which gives us feasibility to store millions of nodes and relationships and the best thing about is infrastructure is completely managed by neo4j aura. clients are able to take better business decision based on the visual representation of nodes and relationships, we use neovis.js library for representing these data in the form of nodes and relationship and abstracting the technical logic and ensuring the security of data layer and then using algorithms like Fast RP Embeddings we created recommendation engine easily, thank you neo4j.


    Computer Software

Neo4j Review.

  • April 01, 2024
  • Review provided by G2

What do you like best about the product?
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
What do you dislike about the product?
Cypher language is specific to Neo4j only.
What problems is the product solving and how is that benefiting you?
While using the traditional databases it was very difficult to represent the relationships which were very complex and Neo4j made it easier using its graph model. Real time queries has become easier and faster. Schema free model is very helpful.


    Carlos V.

The open source Graph Database

  • August 08, 2023
  • Review provided by G2

What do you like best about the product?
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.
What do you dislike about the product?
Sometimes the own query language, called cypher, it's a little bit obscure and hard to type.
What problems is the product solving and how is that benefiting you?
Thanks to the good and fast import system and the viewer Neo4j Browser, it is very good to create data models.


    Simpy P.

Solving complications using graph database

  • November 17, 2022
  • Review provided by G2

What do you like best about the product?
The ease of using Neo4j, not just by developers but by other stake holders.
What do you dislike about the product?
The different technologies that are built make things seem complicated, which is not the case.
What problems is the product solving and how is that benefiting you?
One is problem i am trying to solve is role management for my client project


    Shreyansh Sharma .

its a database for making machine learning tasks easier

  • November 17, 2022
  • Review provided by G2

What do you like best about the product?
It has dependencies with python, making it more useable
What do you dislike about the product?
Neo4j query language is some what complex
What problems is the product solving and how is that benefiting you?
it helps in designing graphical convolution network easier


    Matt S.

quick to get up and running

  • November 16, 2022
  • Review provided by G2

What do you like best about the product?
AuroraDB was quick to set up and made for simple prototyping and exploring graph technologies. The tutorials for Cypher and graph technologies are well done and very informative.
What do you dislike about the product?
Some of the functions in APOC were available in Aurora. As a result, I had to mess around w/ a local install. That made it more difficult to share with colleagues.
What problems is the product solving and how is that benefiting you?
Looking to understand relationships in workforce skills, education and certifications


    Girish D.

Explore new world of graph

  • November 16, 2022
  • Review provided by G2

What do you like best about the product?
Insightful connections between the data which you have
What do you dislike about the product?
we can ease more on data ingestion methods for enterprise. Less known in the world of the internet.
What problems is the product solving and how is that benefiting you?
its solving major interconnection which are existing within data and it helps companys to grow there business


    Beslin B.

Neo4j Experience

  • November 16, 2022
  • Review provided by G2

What do you like best about the product?
The graphical User Interface is good. It's clean and easy to analyse.
What do you dislike about the product?
A few more options for graphs would be good.
What problems is the product solving and how is that benefiting you?
Data is presented in easy way which save lot of time and helps to analyse things in better way


    Ian J.

I just started on their tech and it sounds interesting.

  • November 16, 2022
  • Review provided by G2

What do you like best about the product?
It's speed and simplicity. Yes, it takes a bit of time to learn the syntax, but it pays off in reduced SQL calls saving on storage compute and processing timelines.
What do you dislike about the product?
I did not find a lot of resources to help when I got stuck. Also, the setup process was a bit tedious, especially with only the documentation to go off, but I managed to figure out the drivers issues.
What problems is the product solving and how is that benefiting you?
My biggest problem was SQL processing times. With our bigger datasets, it could take a few minutes to run a query, and this was also expensive on our computing costs.


    Garvit S.

Best graph visualization

  • November 16, 2022
  • Review provided by G2

What do you like best about the product?
Visualization is best when done in neo4j; it has many plugins that make the task of the user experience best. Moreover, the Knowledge graph in Neo4j is best.
What do you dislike about the product?
we cannot stop the database when not using enterprise version, and since I'm using the docker version of neo4j, it takes excellent effect to take backup without stopping
What problems is the product solving and how is that benefiting you?
Knowledge graph on my ec2 and instances I am running. It gives great overview of which nodes are connected and their overall relationship with them.