Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

113 reviews
from

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


    Johan S.

Created by developers for developers

  • March 26, 2024
  • Review provided by G2

What do you like best about the product?
The whole team has said over and over how intuitive the Arango query language is. The threshold for learing it was extremely low and we even have frontend developers writing queries the few times they need something special, instead of coming to the backend developers asking for help to retrieve data from our SQL database.

The combination of a document and graph database suits us perfecetly, as our data has lots of connection to each other and in several levels and at the same time we need to be able to aggregate data over periods of time.
We are currently in the process of migrating all data from an SQL database to ArangoDB with the goal of completely getting rid of the SQL database and those cumbersome SQL queries.

Customer support has been quick to respond the few tickets we have had, even though the tickets have been marked with lowest priority by us when submitting the ticket.
What do you dislike about the product?
It was a bit of a learning curve on how data is sharded over the nodes in the cluster, which is essential to know in order to get good performance when executing queries.

While it's seldom you want to change name of a collection, that is however possible when working with a single standalone server, but it's not possible in a cluster setup.

It's not possible to set preferred service hours for maintenance (upgrades) for the clusters in their cloud service, so unless we're initiating upgrades manually they can start during our primetime.
What problems is the product solving and how is that benefiting you?
As our data is very connected to each other, and in many levels, the graph part helps us to quickly traverse and retrieve data. The query language is very powerful and intuitive and performance (at least for our needs) is on par with SQL databases, so we are migrating all data to Arango, as well as all our queries for aggregating data with the goal to completely replace SQL with ArangoDB.


    Sky R.

ArangoDb - Powerful database for all

  • March 26, 2024
  • Review provided by G2

What do you like best about the product?
ArangoDb is an extremeley versatile and well featured database. Being truly mulit-model, it can serve any purpose most developers would require, along with fulltext and geospatial queries.

Whilst our use of ArangoDb has barely touched the surface, we know that the power it can bring is always right there for when we need it

The AQL language is pretty clear, though it can take a little while to fully bake-in how to update or shape results as you need, and the various ways you can filter the data, often means you need to come back and re-factor queries as the data grows.
What do you dislike about the product?
It's Cloud service pricing. Because ArangoDb fits within it's own ecospace, the only managed service I know at time of writing is their own, ArangoDb Oasis, and with a recent price hike, it's untenable for a majority of startups wanting to use ArangoDb but not worry about maintaing the system and not have to learn how to sys-admin the Db themselves on self-hosted instances.

I truly feel they should offer a much simpler variation and at a rate similar to AWS RDS's managed services which has basic managed requirements like automated backups, log rotation and fault tolerance to downtime, without the need for the multi-sharding infrastucture.
What problems is the product solving and how is that benefiting you?
Their goal is clear, to bring about a true multi-model database, and they seemed to have achieved it. Over the years, I've experiemented with OrientDb, Neo4J, MongoDb and ofc well learned in RDMS like Postgres, and MySQL. When working with these techcnologise before Arango, I found that each project / idea I was trying to create, I kept switching Db's to fit the requirements. It wasn't until I found ArangoDb near 10 years ago, I've never looked back.

Having a graph, relational and KVP system all in one that seems to perform as well as the other systems dedicated to one aspect, is truly mind-blowing. Whilst their FOXX is a sort of interesting layer, akin to stored procedures mixed with Express gateway, opens up the power of the database even further, the power of being able to switch your data into a graph structure at any stage truly outshines the desire to use any other Db


    Financial Services

Using ArangoDB as a primary DB for many data models for 2 years

  • March 24, 2024
  • Review provided by G2

What do you like best about the product?
- Powerful and easy to learn query language(AQL).
- K8S operator in case you need to run the database in your own cluster.
- Quick and accurate support
What do you dislike about the product?
- sometimes, silly bugs occur i.e: in sorting or propagating data to the followers
- visibility of the audit logs in the ArangoGraph platform could be improved
What problems is the product solving and how is that benefiting you?
Arangodb offers a multi-model database, which suites many cases. It enables me to use it as the primary DB in the organization


    Computer Software

A great fusion of document and graph database

  • October 27, 2023
  • Review provided by G2

What do you like best about the product?
ArangoDB lets you model data without duplicating a large amount of data between tables, avoids the need for large join statements due to traversal capabilities, and lets you have loose schemas by storing JSON data. It's easy to deploy and maintain via helm, and enterprise support is excellent.
What do you dislike about the product?
Traversals can be expensive and/or slow, and optimizing them can be difficult. There's a lot to consider when structuring the data and writing queries.
What problems is the product solving and how is that benefiting you?
ArangoDB provides us with graph database traversals, vastly simiplifying our queries, and preventing round trips to the database.


    Hospital & Health Care

Great DB for real world data

  • October 27, 2023
  • Review provided by G2

What do you like best about the product?
In real world data scenarios, there is often a mix beteen structured data and unstractured data. The big advantage of ArangoDB is that it allows to store and query both structured and unstuctured data and their complex relations within a single system, making it a lot easier to extract insights from all types of data and also minimizing the attack surface, thus increasing security. Querying can be done with the powerful and extensible AQL query language, via driver packages for languages like TypeScript and Python, and using the powerful and quite unique Foxx microservice package, which also comes with ready to use integration examples for common BI tools.
ArangoDB is available for all major operating systems, as a container and as a mangaged service, so it can truly run everywhere, also providing scalability from a standalone single node to a enterprise cluster solution. The community version has a permissive Apache license also allowing commercial use, making it easy to try hands on whether it is the right solution. The commercially available enterprise vLersion provides some additional features like encryption at rest, and a very responsive and effective customer support.
What do you dislike about the product?
ArangoDB still lacks some granularity in access control. It is possible to grant read-write or read-only access per collcetion basis, but not on a document or attribute level.
Exposing only specific data base on the user querying like one would implement with a view in a SQL DB (let's call it "virtual collections" is currently not possible.
What problems is the product solving and how is that benefiting you?
ArangoDB empowers our users to gain insights from complex structured and unstructured data and integrate these data with additional data processing solutions.


    Information Technology and Services

Using arangodb as a primary store on our product

  • October 27, 2023
  • Review provided by G2

What do you like best about the product?
Complex aql options, geospatial queries, json store
What do you dislike about the product?
Inability to pivot data, facets calculation performance is poor, only basic fulltext search, no vector store and similarity search for embeddings yet
What problems is the product solving and how is that benefiting you?
Data analytics for investigation of illicit activities of people.


    Computer Software

Feature rich Open-Source Graph Database

  • October 26, 2023
  • Review provided by G2

What do you like best about the product?
Blazing-fast multi-modal database engine, that provides out-of-the box highly-connected (graph) structure querying. Well documented, with amazing support and customer service.
What do you dislike about the product?
Not the most flexible pricing model. Could benefit from having encryption as a baseline (not enterprise) feature.
What problems is the product solving and how is that benefiting you?
Exploring highly-connected business entities, that require blazing fast traversal.


    Pawan M.

Best Graphing DB for rapid development

  • October 11, 2023
  • Review provided by G2

What do you like best about the product?
Graphing features and functions. Felxible AQL syntax to query documents
What do you dislike about the product?
Its bit diffcult to maintain the arango cluster during distributed deployment. Need in-depth knowledge to manage shards.
What problems is the product solving and how is that benefiting you?
Arango allows us to query over the geographically sparse data with ease of use. It also provide eloborate query language which can able to solve many use cases. It is helping us to store multi-level unstructured data and quering faster when compared to other solutions.


    Entertainment

Integration of ArangoDB as a production db

  • July 14, 2023
  • Review provided by G2

What do you like best about the product?
The speed and the Graph feature in use for great visualization of geo data regarding our users
What do you dislike about the product?
Unfortunetely there is no official plugin for DataGrip, yet
What problems is the product solving and how is that benefiting you?
We had the issue of finding a fast and reliable way to visualize data


    Computer Software

Does what it says with solid training

  • June 01, 2023
  • Review provided by G2

What do you like best about the product?
no issues with my demo's and training workshops material yet to role this out into production.
What do you dislike about the product?
More credits for testing please I ran out pretty quickly.
What problems is the product solving and how is that benefiting you?
having dymanic relationship navigation storage, search and retrival at speed and low latency