Sign in Agent Mode
Categories
Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

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.


    Pauline Bernat

Creating detailed waterway knowledge graphs has supported our digital twin research platform

  • April 21, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Neo4j AuraDB is to create a knowledge graph with data that represents a waterway network and infrastructure. I get the data from sources such as URIs or OpenStreetMap and create a knowledge graph that allows me to connect waterway sections together and link infrastructures such as bridges, locks, and terminals to these sections. I also have a knowledge graph to represent vessels, barges, and other vessels that navigate these waterways. Each vessel can be represented as individual components that form the vessel, whether it is the hull, the propulsion system, the energy system more generally, the cargo type, the route, and the itinerary that the vessel will take can also be represented in a knowledge graph.

What is most valuable?

The best features Neo4j AuraDB offers include being fairly easy to use once you are familiar with Cypher, which I was not when I started. For me, the most useful feature is the rapidity with which I can extract shortest paths and relationships between nodes. I have used it with very long Cypher queries, and I find that quite confusing. My preferred method is to gather bigger datasets with shorter Cypher queries and then narrow it down.

The rapid extraction of shortest paths and relationships is a key feature, and it is particularly useful because Neo4j AuraDB currently acts as the data repository behind a digital twin platform for the static data, not for the live data or the dynamic state of the rivers, but really for the static features that form the modeling structure. It is convenient to quickly access the skeleton of the model whenever a user wants to run something live.

Neo4j AuraDB has impacted my organization positively as it was extremely useful to prototype the knowledge graphs for this digital twin platform. Because I work in different organizations within a consortium for a European project, I needed to create a minimum viable product to demonstrate to partners before integration to the digital twin platform that this approach could work. I used Neo4j AuraDB to benefit from the free access for sharing with partners outside my organization and for sharing the basic knowledge graph that I wanted to implement into the digital twin platform. This gave them access to the data, and it helped a few partners extract the data they needed and learn about Cypher at both small and large scales. I created a manual at some point with a few go-to Cypher queries to extract the data they needed. There was one small caveat in that I needed to reactivate it every seven days, which was not particularly convenient. It was good for prototyping and confirming that this was what we wanted. It was beneficial because people user tested the knowledge graph, told me what they could find, what they could not find, and what relationship was ambiguous so I could improve the overall taxonomy or the overall ontology underlying the knowledge graph before we moved into using a Neo4j instance on a virtual machine that could be linked to the digital twin platform.

What needs improvement?

One small thing that could improve Neo4j AuraDB is that the limited size of the free tier is not necessarily a problem. It is somewhat slower than when you have your own Neo4j desktop application, but it is still quite performant. For me, the thing that was the most painful is the seven-day expiration where you need to reactivate or restart it. That was perhaps the only thing that I found frustrating.

I cannot give a perfect score because of this inconvenience of the seven-day reset. I would also appreciate the ability to share credentials in a confidential way so we could share a session that would be convenient. Additionally, it would be nice to have better access to historical query Cypher statements that were tested or examples of Cypher, which I believe nowadays with AI would be absolutely doable. Providing the user with suggestions and explanations of what the Cypher would mean would be helpful. Neo4j AuraDB is a very good initiation or way for someone new to knowledge graphs to become familiarized with them, but it is a lot to take in, especially if you come from SQL where everybody says it is an easy transition, but in fact it is not exactly the same approach. It would be interesting to have some examples. I would also appreciate better explanations when errors occur or when syntax is wrong. It is typically quite generic in what is wrong about it. If there was a way to get more information, that would be helpful.

For how long have I used the solution?

I have been using Neo4j AuraDB for a year and a half.

What do I think about the stability of the solution?

Neo4j AuraDB is absolutely stable.

What do I think about the scalability of the solution?

Regarding Neo4j AuraDB's scalability, my experience with scaling up my data or adding new users is that the free tier was good enough to give access to a few people pending the seven-day expiration limit.

How are customer service and support?

I never interacted with customer support. I never had the need to.

Which solution did I use previously and why did I switch?

I did not use a different solution previously. Until now, I never had to deal with relationship databases. It was always very static, so that was my first time dealing with a knowledge graph.

How was the initial setup?

I did not have any experience with pricing, setup costs, and licensing because I did not purchase Neo4j AuraDB.

What about the implementation team?

As for the deployment of Neo4j AuraDB in my organization, because it was not my organization but another organization that dealt with the deployment, I understand that Neo4j itself was private. The GraphQL and Apollo server were made available via a public link. No one can actually directly access the knowledge graph, but they can query from it and mutate it via an Apollo server.

What was our ROI?

I have not seen a return on investment because for us it was not about money since it was really a research-funded project. All I can say is that this offered a way for a few partners to access data and to eventually create a platform that is meant to be accessible by a greater pool of stakeholders.

What's my experience with pricing, setup cost, and licensing?

I did not have any experience with pricing, setup costs, and licensing because I did not purchase Neo4j AuraDB.

Which other solutions did I evaluate?

Before choosing Neo4j AuraDB, I do not think I evaluated other options. I do not recall looking into anything else. Neo4j AuraDB came as a quick way to share the data. What I started doing actually was building my own Neo4j on my desktop application. Neo4j AuraDB came as a way to share it with external partners.

What other advice do I have?

I would recommend playing with the databases locally first.

I am grateful for the free tier, as it gave me an opportunity to share early projects with others without any incurred costs. I suggest adding a progression bar for the interview so the interviewee knows how long or how far they are in this process. I understand it is not necessarily obvious because it depends on the question asked, but there were some reactive questions, which is always good, but it would be nice to see a bar to know how far one is in the interview process. My overall rating for Neo4j AuraDB is eight out of ten.


    Satish Annavar

Graph modeling has powered complex relationship queries and now supports flexible cloud workflows

  • April 17, 2026
  • Review provided by PeerSpot

What is our primary use case?

My usual use case for Neo4j AuraDB is as a graph database tool to model relationships between components in our BOM system. This allows us to efficiently query complex relationships, which is especially important for our AI and features that we integrated in our BOM system.

How has it helped my organization?

The positive impact and benefits that I have seen from using Neo4j AuraDB include its suitability for easy setup and scalability without managing infrastructure, as well as the flexibility for improvement.

What is most valuable?

From a DevOps perspective, the features and capabilities of Neo4j AuraDB that I have found most valuable include the straightforward provisioning of the AuraDB instance. I used Terraform automated setup, and it required minimal code with a module provided to make it quick and efficient. Additionally, we explored the startup credit program and secured $16,000 in credits, which significantly reduced our initial cost.

Regarding scalability, Neo4j AuraDB offers different instance sizes, and we can scale after initial setup. For example, if we already set up an instance with 2GB RAM and 4 core CPU, we can scale it in the future if we require more resources. There is also a feature that allows us to pause the instance when we are not using it, making it cost-effective when it is running.

What needs improvement?

In my opinion, there are areas of Neo4j AuraDB that could be improved or enhanced due to some limitations. I have noticed a lack of flexibility in plugins, as we could not install some custom plugins, which restricts some advanced use cases. Additionally, Neo4j AuraDB only supports a single database per instance, and we could not create multiple databases within the same instance, which significantly increases infrastructure overhead. Cost is another factor to consider, as Neo4j AuraDB can be relatively expensive and resource-intensive compared to some alternatives.

For how long have I used the solution?

I have been working with this solution for two years.

What do I think about the stability of the solution?

The stability and reliability of Neo4j AuraDB have been very good. It is a managed service with a 99.95% SLA, so the stability is impressive. I have not faced any outages when the product stopped working abruptly during my tenure of one and a half years.

How are customer service and support?

I have communicated with the technical support of Neo4j AuraDB very rarely. Based on my limited experience, the impression of the technical support is that they were seeking solutions. While they were not able to guarantee the addition of multiple instances soon, they mentioned they are planning to add that feature. However, they did not provide any specific timeline for implementation.

Which solution did I use previously and why did I switch?

Before Neo4j AuraDB, I used a different solution by self-hosting Neo4j in our managed clusters. I decided to switch from the previous solution because it was a tedious task to manage. It was very resource-intensive and the startup was challenging, so we moved to managed Neo4j AuraDB.

How was the initial setup?

I participated in the initial setup of Neo4j AuraDB. The process for me involved requirements like credentials. We needed to generate our credentials as a user, and we had a specific Neo4j module in Terraform created by Neo4j. We used that module, updated our values based on our requirements, enabled the necessary features, and disabled those we were not using, such as analytics. We triggered the provisioning using Terraform commands like init and apply, created the instance, and monitored the instance creation using the Neo4j Aura console. I found the initial setup process of Neo4j AuraDB very straightforward.

What was our ROI?

Regarding return on investment with AuraDB, I did not see any return.

What's my experience with pricing, setup cost, and licensing?

We explored the startup credit program and secured $16,000 in credits, which significantly reduced our initial cost.

Which other solutions did I evaluate?

Other than Neo4j AuraDB, we have not evaluated other options or solutions because we had a specific requirement from our AML engineers to use Neo4j.

What other advice do I have?

Overall, I rate Neo4j AuraDB as a product an 8.5 out of 10.


    Ali Nasser

Graph-based property insights have boosted personalized recommendations and response speed

  • April 12, 2026
  • Review provided by PeerSpot

What is our primary use case?

I used Neo4j AuraDB for building a graph in which I listed properties and the properties of these properties, such as the bedrooms, bathrooms, and whether it is a new or old home. I also made nodes for people who own these properties and used this information.

Neo4j AuraDB helped us in building the recommendation system for our project in which we have nodes of people and nodes of properties and use easy links between those properties and people, enabling us to recommend specific properties to specific people dependent on their preferences.

We set the recommendation system as if a user likes properties with two bedrooms and one bathroom. We make a Cypher query that filters properties he liked with two bedrooms and one bathroom. Then we look for another recommendation for him such as properties with three bedrooms or one bathroom or three bedrooms and three bathrooms.

In this project, approximately 1,000 users use it daily now for recommendations, in which they enter the system and we generate a Cypher query for them and display properties from the project depending on this.

What is most valuable?

Building the graph easily is the best thing that Neo4j AuraDB offers. Also, navigating the graph and navigating from one node to another was very helpful. The GUI of Neo4j AuraDB and how I can look at the schema of the graph was a very helpful feature.

In the interface of Neo4j AuraDB, I can watch the schema of my graph, in which I can choose some nodes and the GUI draws these nodes, so I can see the graph with my eyes and do some edits to it or use it as it is.

The speed of recommendation really increased after we converted the first graph we had to a Neo4j AuraDB graph. We had the speed initially at about 5 to 10 seconds. Now we have the speed from 1 to 5 seconds. The response time of navigating Neo4j AuraDB graph reduced from 5 to 10 seconds in some cases to 1 to 5 seconds in most of the cases.

For how long have I used the solution?

I have been using Neo4j AuraDB for two and a half years. The last time I used Neo4j AuraDB was three months ago, in which I built a graph using Neo4j nodes.

What do I think about the stability of the solution?

Neo4j AuraDB is very stable.

What do I think about the scalability of the solution?

It is very scalable as we now handle about 1,000 users each day with our graph in Neo4j AuraDB, and it works very well.

How are customer service and support?

They are very helpful.

I will rate the customer support a 10 as they helped us in most of the cases. I think that our calls take too long now as I was expecting this call to continue from 5 to 10 minutes, but now we have about 15 minutes.

Which solution did I use previously and why did I switch?

We were using a solution that was built on my company. Neo4j AuraDB solution was built on a data structure in which we build a graph by a data structure graph and we use all things in this graph. This was built in my company locally, so it does not have all the required features and is different from Neo4j AuraDB.

Which other solutions did I evaluate?

We did not see any other solutions.

What other advice do I have?

If you have a graph that you need to build, you can use Neo4j AuraDB directly and not navigate any other solution as this solution has all required things. I rate this product a 9 overall.


    Rajveer Mathur

Graph-based knowledge has streamlined interconnected support queries and improves debugging

  • April 05, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for Neo4j AuraDB is solving problems with the documentation adhering to what we have on the chatbot for problem solving. These documentations are of Microsoft Surface Laptop, and there are multiple problems over there, but they are all interconnected. This interconnection of documents or rather sites of problem can be done in a more sufficient way. In the conventional RAG way, it was problematic because there was no connection between two problems. However, with Neo4j AuraDB, a problem is connected. There are hyperlinks in one documentation which leads to another documentation. This is where Neo4j AuraDB, which has the graph capabilities to connect two segments or two documentations, was very beneficial.

Neo4j AuraDB helped me tackle those interconnected documentation challenges by making things much faster. Each of the nodes I define in the graph is one documentation. The connections, these relationships were simpler when it comes to graph architecture because, for example, one problem would be blue screen. The solution to it would be restarting your laptop or if your device hardware is damaged. All these two connections were given to two other nodes. We have a map out of it. The number of nodes decreased at a very huge level when it comes to the conventional way. With Neo4j AuraDB, documentation and adding things were very easy because the UI is very exploratively helpful.

Regarding my use case with Neo4j AuraDB, something I want to add is that if we go the conventional way, there were a lot of conventions because the first problem which the customer comes in and adds to the chatbot could be anything. Then the next problem would be L2 level. Then, anything coming in interaction could be L3 level. In the conventional way, it was going very redundant. There was no connection to it. However, in Neo4j AuraDB, it was a graph, so the number of documentation and the number of storage was very much decreased at a very huge level. The connections were very logical. Backtracking of things was very much helpful because we were able to see that in level three, when the customer went for an answer like restarting your laptop, then why they came down to this ladder of graph or nodes from L2 and then L1. This was helping us to backtrack the solution and maybe debug things. This was where a few of the challenges we faced from the conventional and helped us to push our things to Neo4j AuraDB.

How has it helped my organization?

Neo4j AuraDB has positively impacted my organization with specific outcomes or improvements. I may not be able to answer on the organizational level because I am on the development side of it, but a specific outcome or improvement that I have noticed while using Neo4j AuraDB is that if you find your data on which you are working is interconnected, those chunks, which we call chunks in RAG, are a set of data and a set of NLP lines which we generally retrieve or add into the vector embedding. If we find things that are interconnected and those interconnections are meaningful, then Neo4j or graph architecture is something that is very much beneficial. Neo4j would be a pioneer of this technology online, giving us a free tier to explore and enjoy and understand things at a much higher level. On the organizational level, if this would not have been in place, which I am speaking for Neo4j AuraDB, then things would have prolonged in more efforts plus line level. We may have spent more time on development things, which are very much futile and not fruitful to us. However, Neo4j helped us decrease our development time and also the storage level, which was very much helpful.

In sharing metrics around the reduction in development time or storage with Neo4j AuraDB, mentioning exact numbers would be unfair to my current organization. For development time, the development time is reduced by around forty to fifty percent because in the conventional way, development involved getting up with a system that understood this type of data where connections also meant something. Neo4j was a platform itself where we just feed in data. That is another feature to it, that we can just feed in data, and it tries to understand itself with the use of AI. That is the feature which helped us to decrease at this magnitude of time. In terms of storage, it helped us around twenty percent because it was removing redundant places. In the conventional way, we had to duplicate a few things for more functioning, but as the architecture changed, we went to something faster. Caching of non-duplicate was something we were doing in the conventional way, but with Neo4j, we now have a very good amount of search time. Development time decreased, as well as on the customer front, the query time also decreased.

What is most valuable?

The best features Neo4j AuraDB offers, the best feature which stands out is the exploration and the UI which comes up. We can drag and drop, we can see what things are there, what nodes are connected to whom in a visual way. It is more understandable to people who are from the business side and non-technical side, who are not able to understand the query itself. We were able to explain things to them with the UI itself. This is one of the features. The second thing is the visualization of the graph, which is really helpful to make others understand what was happening and to backtrack things. The generative AI feature to create the Cypher query languages is valuable because CypherQL is not something which everybody is well-versed with. With the generative AI part to it, it was really helpful that we explain what we want, and it creates an easier level of query languages which goes there. Those features are valuable in day-to-day life because whenever we have a review with the tech team or our client, those graphs, when things get to backtracking of the solution, are very much helpful with the visualization, understanding them, understanding the problem, and how things went in. Debugging was very helpful.

In day-to-day life, the testing team found the generative AI query formation very helpful because then anybody can become an expert on the Cypher query language, which was embedded into the AuraDB interface. That was very helpful, and nobody has to go anywhere else to query or give intricate security details there to generate a query onto other platforms rather than in here itself. We can give what we want, and this used to generate our query languages. We were very much so secured that the data resides there and only we are asking questions.

Regarding the features of Neo4j AuraDB, another point I would like to add is that they offer a free tier. Even before we start off with client billing and everything, we were able to explore those things. We were able to understand that the documentation is really helpful in these places. They also provide us with some sample data so that we can play around with the graph architecture and understand how things are working around in the free tier. That is very much important. These were a few features that we like. The agent is a very new feature I am trying to explore, but not on this use case. However, the agent is something which I can see can be helpful for more business type of use cases where we add what we want.

What needs improvement?

If I say so, how Neo4j AuraDB can be improved, at a very minute level, I can say that the graphs, if I want things to be in three dimensions. Currently we get them in two dimensions. When we scale this up, the maps become complicated, and in two dimensions things can be complex in visualization purposes. When we put in filters, the connections also vanish sometimes. The visualization side is something that could help. Additionally, if there is a voice search capability, which we can implement, that would add more functionality. With so much AI involved, AI could be helpful if we put in our data and enable it to give insights from the networks already developed in the graph. Some insights could be shown to our client, indicating that their data already contains meaningful insights, which could serve an analytical purpose. Voice search on the graph would be easily understandable and provide faster outputs to the customer.

For how long have I used the solution?

I have been using Neo4j AuraDB for the past two years, but on a very minimal level, primarily for research purposes. It has been here and there, but I have been in touch with AuraDB.

What other advice do I have?

What advice would I give to others looking into using Neo4j AuraDB? First, please know how your data reacts, how your data is interconnected, and how your data moves around the other data in itself. What is the subset and the superset of each other? How can you manage your data? If you have this level of information, then this is the go-to-market solution for you. Second, if you are currently using conventional databases or other systems, you need to understand how graphs work. You have to work to comprehend this concept, and then come to this solution; it would be very helpful because this solution has some documentation and a learning curve. Do your homework before coming to this stage of work.

If you know your data and the connection between your data has meaning and you see that those meanings can be helpful in understanding your data, this is a perfect solution.


    Qazi Ahmad

Managed graph queries have transformed real-time recommendations and dependency mapping

  • April 03, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Neo4j AuraDB is building recommendation and dependency mapping systems. For example, one of the projects involves using the model to establish relationships between users and products to generate personalized recommendations in real time. In another project, I am mapping dependencies between microservices and APIs to identify potential bottlenecks or failure points. Neo4j AuraDB's graph structures and queries make it easier to manage complex relationships compared to other databases.

I have been using Neo4j AuraDB for about two years. I first started with Neo4j as a community edition for local prototyping, then moved to Neo4j AuraDB for production workloads because of the fully managed setup and seamless integration with AWS. Over that time, I have used it mainly for building recommendation systems and dependency mapping features, where graph queries significantly improved performance compared to other relational models.

How has it helped my organization?

Neo4j AuraDB has had a positive impact on our organization by significantly reducing our infrastructure and maintenance overhead, allowing our team to focus more on product deployment and data modeling rather than managing servers or scaling issues. From a business perspective, it has improved the performance of our recommendation and dependency mapping systems, which directly enhances user experience and reliability. The query response time has decreased, and overall, Neo4j AuraDB has increased our deployment speed, improved system stability, and lowered operational costs, making our entire database stack more efficient and scalable.

What is most valuable?

In my opinion, the best features of Neo4j AuraDB are its fully managed environment, the Cypher query language, and the visualization tools. The managed setup saves considerable DevOps time since we do not have to worry about clustering, backups, and patching. Cypher is very intuitive for working with complex relationships, making it easy to express graph traversals that could be complicated in SQL. The visualization tools are also excellent for debugging and understanding data relationships.

Additionally, Neo4j AuraDB's seamless integration with AWS and its ability to scale automatically make it ideal for production workloads without manual infrastructure management. The fully managed environment is the feature that has made the biggest difference for our team. Before using Neo4j AuraDB, we spent considerable time maintaining clustering and backups and managing updates manually. With Neo4j AuraDB, all of that is automated, allowing us to focus entirely on the deployment and optimization of our graph instead of worrying about infrastructure. It has also improved reliability; we no longer have to deal with downtime for patching or scaling issues. The managed setup ensures consistent performance during automatic traffic spikes, especially during recommendation queries.

I would also mention that the managed environment gives us peace of mind with automatic backups and security updates, ensuring our data is always protected and compliant without extra effort from our side. The performance consistency across environments from development to production has also been reliable. Overall, it has allowed us to focus on delivering new features instead of maintaining infrastructure.

What needs improvement?

Neo4j AuraDB is a very strong platform, but there are a few areas for improvement. The pricing model can be somewhat unpredictable as your database grows, since costs scale with node and relationship counts. More transparency or cost estimation tools would be helpful. Additionally, importing large datasets should be smoother; bulk data sometimes requires extra tuning or batching to avoid timeouts. The documentation is good overall, but it would benefit from including more real-world production examples and best practices for optimized Cypher queries and scaling patterns. Lastly, on the lower-tier plans, the cold start time can be frustrating during production, so improving the setup speed would enhance the developer experience.

One improvement that would make daily work easier is having better monitoring and performance analytics directly in the Aura dashboard. Currently, we rely on external tools and custom scripting to track query performance and resource usage. Having native, real-time insights would help us quickly identify slow queries or inefficient patterns. Additionally, smoother integration with our CI/CD pipelines would be beneficial, such as an easy way to manage schema migrations or automatically seed data, which would make our development and testing process more efficient. These small enhancements could streamline our workflow.

For how long have I used the solution?

I have been working in my current field for almost four years. I work specifically in backend development. During that time, I have focused on scaling backend systems, native cloud-native programming, and integrating and managing different databases. I am experienced in designing APIs and microservices on different technology stacks.

What other advice do I have?

My advice for others considering Neo4j is to clearly identify where their data model truly benefits from graph relationships. If your application involves complex connections such as recommendations, dependencies, or network analysis, Neo4j AuraDB is an excellent choice. Take advantage of the managed services to save DevOps time while also monitoring your node and relationship counts to keep cost predictions in check. I also recommend investing time in learning Cypher properly; it is intuitive once you become accustomed to it and makes querying relationships very powerful. Finally, use the visualization tools early in deployment; they are great for understanding your data structure and debugging relationships. I would rate this product a nine out of ten.


    MANOJCHOUDHARY

Graph reporting has become faster and improves secure data insights for my organization

  • April 02, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Neo4j AuraDB is generating reports. I do not have any problem with Neo4j AuraDB. Whenever I am generating reports using Power BI, it is very helpful for me.

Currently, I do not have any issue with my main use case for Neo4j AuraDB and how I am integrating it with my workflow. It is very helpful for me and for my organization as well. Thank you so much.

What is most valuable?

The standout features of Neo4j AuraDB that I find most helpful for my enterprises are speed and security. Neo4j AuraDB offers graph database as a service that is fully managed and completely automated. Neo4j AuraDB is the fastest way to build graph applications in the cloud.

The feature that I rely on most day-to-day is related to SQL. Whenever running milestones in my organization, the query complexity does not degrade performance.

Neo4j AuraDB is very fast with lightning speed and scale. It is secure with enterprise-class security for sensitive data. Neo4j AuraDB has encrypted data everywhere, and all network traffic is protected with transport layer security, which is called TLS.

Neo4j AuraDB has impacted my organization positively by improving query performance. We are using SQL, and Neo4j AuraDB is a graph database that can create larger tables in a second with indexes, which means that joining the same number of entities requires more compute power. In Neo4j, data relationships are first-class entities.

I want to share that Neo4j AuraDB offers unmatched speed and security. The next blog in this series will examine how reliable Neo4j AuraDB enterprise is, as well as how it boosts developer productivity. These are two more reasons companies can benefit from adopting this zero-admin, always-on database.

What do I think about the stability of the solution?

Currently, I do not have any issue with my main use case for Neo4j AuraDB and how I am integrating it with my workflow. It is very helpful for me and for my organization as well.

What other advice do I have?

As per my knowledge and opinion, whenever I am using Neo4j AuraDB, there are no changes required by my current organization. If your organization wants to change something technical, you can. However, in my experience, there is no issue with Neo4j AuraDB.

The advice I would give to others looking into using Neo4j AuraDB is that it is cost-effective and lightning fast. It is also secure.

I have additional thoughts about Neo4j AuraDB before we wrap up. It is a very good platform for database security, fast speed, and for everything I am using. It is a good platform.

I gave this product a rating of ten out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    reviewer2797005

Managed graph analytics has supported research but reveals critical gaps in service governance

  • January 14, 2026
  • Review from a verified AWS customer

What is our primary use case?

Neo4j Aura (pay-as-you-go) is primarily used for research and production-grade graph analytics, including knowledge graph construction for complex relational data and graph-based reasoning and traversal for AI-driven analytics.

How has it helped my organization?

Neo4j Aura has been valuable in terms of reducing infrastructure management overhead, providing a managed, scalable Neo4j environment, and enabling faster iteration on graph-based research and applications. However, this value was significantly undermined by the recent incident where the service was suspended without prior notice, leading to several hours of data inaccessibility. For mission-critical workloads, service continuity and predictable lifecycle management are as important as technical performance.

What is most valuable?

Neo4j Aura (pay-as-you-go) could be significantly improved in the areas of service lifecycle management, communication, and migration handling, based on my recent experience. Specifically:

- Advance notification and transparency for service suspension: My Aura project was suspended without prior notice, immediately making the database inaccessible. For a managed database service, users should receive clear advance warnings before any suspension that affects data availability.

- Clear handling of AWS Marketplace legacy subscriptions: The transition from a legacy AWS Marketplace listing to a new listing was not communicated clearly. When I followed the instruction to 'update' or re-subscribe, a new organization and project were created automatically, while my existing project remained suspended with no visible option to re-link the active subscription. This created confusion and operational risk.

- Explicit migration guidance in the UI and subscription flow: It was not clear that migration to a new project was mandatory and irreversible. This information was only provided after contacting support. Such constraints should be clearly surfaced before a user takes action.

- Reasonable and safe migration windows: After requesting emergency assistance, the suspended project was temporarily unsuspended for only one hour to allow snapshot and migration. This timeframe is not sufficient for safe migration of a non-trivial graph database and exposes users to unnecessary data loss risk.

What needs improvement?

Key areas for improvement include service governance and communication, especially around subscription transitions and deprecations. There should be clearer visibility and warnings for legacy subscription lifecycle changes. Safer and more flexible migration windows are needed when forced migration is required. Users also need explicit UI guidance for re-linking subscriptions or understanding when re-linking is not possible. From a user perspective, process reliability is as critical as technical features.

For how long have I used the solution?

I have used Neo4j Aura (pay-as-you-go) for 2 years.

What's my experience with pricing, setup cost, and licensing?

The pay-as-you-go pricing model is generally reasonable and suitable for scalable workloads. However, users should be aware that pricing transparency alone is not sufficient. Subscription lifecycle changes, such as legacy marketplace transitions, can have a significant operational impact. Clear advance communication around such changes is essential to make pricing truly predictable.

What other advice do I have?

Neo4j Aura is a technically strong and capable managed graph database, and it has been valuable for research and production use. However, this incident revealed a serious gap between technical capability and operational governance. A production database service was suspended without prior notice, and a platform-side marketplace transition effectively forced migration. The responsibility and risk of emergency migration were placed almost entirely on the user, and only a one-hour window was provided to safeguard existing data. I am not opposed to migration or platform evolution. What I strongly advise is that such changes be handled with clear advance communication, explicit explanations of irreversible actions, and migration timelines that are realistic and safe.


    Jeff Dalgliesh

Room for improvement in interface capabilities while rapidly solving domain-specific problems

  • August 30, 2025
  • Review from a verified AWS customer

What is our primary use case?

My main use case for Neo4j AuraDB is solving water optimization problems for oil and gas operations.

Neo4j AuraDB helps us resolve those water optimization problems by allowing us to store knowledge we have about our business.

What is most valuable?

Neo4j AuraDB is a great tool for understanding connections between things.

The best features Neo4j AuraDB offers are that it is easy to quickly build a solution with their tooling.

Regarding the tooling, I love how fast it is that you can use NeoDash to quickly mock up a UI, and it is really nice that you can build a GraphQL endpoint to connect it to third-party applications, such as Retool or custom applications that we build for clients.

Neo4j AuraDB has impacted my organization positively as it has helped me solve problems much more quickly.

A specific example of a problem I solved more quickly with Neo4j AuraDB is that I was able to work with an LLM to build graph data models for domain-specific problems.

The collaboration with the LLM and Neo4j AuraDB sped up my process as I'm building a tool on top of Neo4j that allows me to control how I can access data in the graph, and Neo4j had a nice interface that allowed us to work with their underlying data model.

What needs improvement?

I would love to see a Retool type of interface builder with Neo4j AuraDB.

In that interface builder, all I need is a component inside Retool that can display a Neo4j graph, because currently, I can connect to the graph using a GraphQL endpoint on the Neo4j hosted Aura server, but the problem is when I get it on the other side, I can't see it other than in a table, so I want to be able to see it in a graph.

For how long have I used the solution?

I have been using Neo4j AuraDB for three years.

What do I think about the stability of the solution?

Neo4j AuraDB is totally stable.

What do I think about the scalability of the solution?

The scalability of Neo4j AuraDB seems fine to me.

How are customer service and support?

My experience with customer support has been positive. I think it's really good; I appreciate the company, they have nice people, and they seem professional.

How would you rate customer service and support?

Neutral

Which other solutions did I evaluate?

Before choosing Neo4j AuraDB, I evaluated other options including Neptune, Gremlin, TypeDB, and a couple of others.

What other advice do I have?

My advice to others looking into using Neo4j AuraDB is to consider how many graphs you can create as quickly as needed.

I think Neo4j AuraDB is doing some amazing things.

On a scale of 1-5, I rate Neo4j AuraDB a 5 out of 5.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    Gerhard S.

Neo4j Turns Historical Data into a Queryable Knowledge Graph

  • April 24, 2025
  • Review provided by G2

What do you like best about the product?
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.
What do you dislike about the product?
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.
What problems is the product solving and how is that benefiting you?
Neo4j Graph Database solves several problems that are particularly beneficial for our history app, which stores interconnected information about arts, artists, places, countries, and types from Wiki. Here are the main keys and topics about how the Neo4j solved our goals:
- First is how efficiently managing big and comples relationships: Neo4j excels at handling complex, highly interconnected data. In our app, each piece of art may be related to multiple artists, places, and historical contexts. Traditional relational databases struggle with deeply nested relationships, often requiring complex joins and leading to slow queries. Neo4j, however, is designed for querying relationships directly, allowing you to quickly find connections between entities like "artworks created by artists in specific places" or "artists influenced by others across time." What is the benefit for our app can offer fast and accurate search results, even with intricate historical data relationships, improving user experience.
- Flexible of the structure for our data: As our dataset grows and evolves day by day, Neo4j allows us to easily expand our graph by adding new nodes (e.g., new artists or art types) or relationships (e.g., "influenced by" or "exhibited at"). In a historical context, new discoveries or data sources (e.g., additional Wiki information) can be easily integrated without restructuring the entire database. The main thing is that the app remains scalable and adaptable, accommodating future data changes without major disruptions.
- Relationships Searching: One thing that Neo4j has ability to search deeper, contextual connections. users might want to explore how specific art movements spread geographically, or how one artist's work related to others across different periods or regions. Neo4j allows us to surface these non-obvious patterns easily, providing richer, more valuable insights to users.
- Performance: As our app will grow up in the amount of stored historical data, maintaining query performance can be challenging. Neo4j is optimized for traversing vast networks of nodes and relationships efficiently, making it ideal for large-scale, relationship-driven queries.


    Krunal K.

Neo4j used for design supply chain solutions

  • October 22, 2024
  • Review provided by G2

What do you like best about the product?
The ease of creating graph and graph visualisation using neo4j platform
What do you dislike about the product?
The neo4j graph query language is tough for first timer
What problems is the product solving and how is that benefiting you?
We wanted to find root cause of increasing customer complaints for a cpg company's product by connecting the supply chain end to end in graph