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

Reviews from AWS customer

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

External reviews

115 reviews
from

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


4-star reviews ( Show all reviews )

    Michael S.

The Best Multi-Model Database

  • September 24, 2017
  • Review provided by G2

What do you like best about the product?
ArangoDB is the most versatile database I have ever used. It also is open source, has a strong and growing community, and tremendous technical support. The performance is also stellar and they offer a unique solution to horizontally scaling graph databases.
What do you dislike about the product?
Currently, unless you are running a DC/OS cluster, setting up an ArangoDB cluster is a bit of work. Although not much more than mongoDB or other competitors.
What problems is the product solving and how is that benefiting you?
We were already running a DC/OS cluster to manage our docker containers, so installing ArangoDB was literally one click. We used it exclusively for all of our storage needs and were very impressed.
Recommendations to others considering the product:
Definitely give it a try, you will be impressed. I highly recommend this product.


    Stefano M.

A great graph database

  • May 26, 2017
  • Review provided by G2

What do you like best about the product?
I tried different graph databases and ArangoDB provides an interesting interface with a good speed. It was lacking of a Ruby driver, but thanks of their amazing documentation it was really easy to create a basic one.
What do you dislike about the product?
The creation of a cluster with ArangoDB without using Mesos or DC/OS didn't seem of easy implementation.
What problems is the product solving and how is that benefiting you?
ArangoDB provides a good speed and an interesting way to manage the database with the power of graph theory. To make connection by a schema provides an easy solution to a hard storage problem as the connection between the objects.
Recommendations to others considering the product:
I like the graph quality of ArangoDB and I enjoy to create the Ruby gem ArangoRB by using their HTTP API. AQL is a powerful language, easy to learn and with good examples. ArangoDB is a poweful tool that have the potentiality to continue to grow.


    Bruno B.

The best multi-model database

  • March 11, 2016
  • Review provided by G2

What do you like best about the product?
Multi -model concept is a nice-to-have feature for a database.
Storing documents and graphs allows users to have a single place where to store theirs data and query them in multiple ways.
ArangoDB provides a query language (AQL) similar to SQL for querying the data.
ArangoDB provides also a microservices framework named Foxx : you can add some business logic that is executed in the database (performance benefits).
What do you dislike about the product?
A specific AQL shell is missing (you have to embed your queries in Javascript).
What problems is the product solving and how is that benefiting you?
The main problem was how to store complex data with an evolutive (moving frequently) schema.
ArangoDB provides a simple way to store theses kind of documents in a simple way.