Introducing G2.ai, the future of software buying.Try now

ArangoDB Reviews & Product Details - Page 2

ArangoDB Overview

What is ArangoDB?

ArangoDB is the company behind the leading, multi-model graph data and analytics platform that uncovers insights that are difficult or impossible with traditional SQL, Document, or even legacy graph databases – making it easier to drive value from connected data faster. ArangoDB now leads the way for Graph-Powered GenAI, Graph Analytics, and GraphML deployed via the most scalable and performant multi-model data architecture leveraged by thousands of Fortune 500 enterprises and innovative startups across many different industries, including financial services, healthcare, and telecommunications. Founded in 2015 in Cologne, Germany, ArangoDB Inc. is a venture-backed, next-generation graph data and analytics company headquartered in San Francisco, California, with offices and employees worldwide. Learn more at www.arangodb.com.

ArangoDB Details
Product Website
Languages Supported
English
Show LessShow More
Product Description

ArangoDB is a distributed, free, and open-source database with a flexible data model for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.

How do you position yourself against your competitors?

ArangoDB doesn’t make you choose between graph, document, vector, key-value, full- text search, or geospatial paradigms. You get it ALL in a single, integrated platform.

Imagine stitching together the results from 6 separate queries written in 6 different query languages. This is the developer’s life in the world of competing solutions. AQL, ArangoDB’s unified query language, accesses ALL your data with one query. It’s simple to learn and feels more like coding. No more data integration nightmares.

As your data and user base grow, ArangoDB effortlessly scales horizontally to accommodate. While competing solutions can only scale vertically (or horizontally with heavy manual intervention), ArangoDB easily scales without any hands-on work by operators. Data is automatically and intelligently distributed across nodes in a lights-out fashion. No unnecessary downtime to manually distribute data. Higher performance from fewer network hops.

The result? Far lower TCO, increased operational efficiency, and more satisfied users and customers.


Seller

ArangoDB

Description

ArangoDB is the company behind ArangoGraph Insights Platform: a next-generation graph data and analytics platform that uncovers insights in difficult or impossible data with traditional SQL, document, or even other graph databases – making it easier to drive value from connected data faster. ArangoGraph Insights Platform is the scalable backbone for graph analytics and complex data architectures for thousands of Fortune 500 enterprises and innovative startups across many different industries, including financial services, healthcare, and telecommunications. Founded in
015 in Cologne, Germany, ArangoDB Inc. is a venture-backed, next-generation graph data and analytics company headquartered in San Francisco, California, with offices and employees worldwide. Learn more at www.arangodb.com.

Overview Provided by:

ArangoDB Integrations

(1)
Verified by ArangoDB

Recent ArangoDB Reviews

anusha g.
AG
anusha g.Mid-Market (51-1000 emp.)
5.0 out of 5
"Arango- Great database that serves multiple purposes"
Unique ane multiple model database where everything is access using just one query. User interface is pretty good and it makes it very easy to ...
Verified User
U
Verified UserMid-Market (51-1000 emp.)
4.5 out of 5
"Efficient, Scalable, and Developer-Friendly"
Seamlessly handles graph, document, and key-value data in one powerful engine
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
4.0 out of 5
"It was overwhelming to the ArangoDB"
It was simple to setup and was easy to understand. Now whenever we got some issue, the customer support was always their to tackle the issue. Now a...

ArangoDB Media

ArangoDB Demo - ArangoDB Graph Viewer
ArangoDB Graph Viewer
ArangoDB Demo - AQL (ArangoDB Query Language) Result As JSON document
AQL (ArangoDB Query Language) Result As JSON document
How to get started with ArangoGraph, ArangoDB's cloud solution.
Play ArangoDB Video
How to get started with ArangoGraph, ArangoDB's cloud solution.
How ArangoDB differentiates vs legacy graph database solutions.
Play ArangoDB Video
How ArangoDB differentiates vs legacy graph database solutions.
How ArangoDB provides model flexibility vs. graph-only solutions.
Play ArangoDB Video
How ArangoDB provides model flexibility vs. graph-only solutions.
How ArangoDB enables database consolidation (featuring HP & Finite State)
Play ArangoDB Video
How ArangoDB enables database consolidation (featuring HP & Finite State)
ArangoDB GraphRAG in 3 minutes
Play ArangoDB Video
ArangoDB GraphRAG in 3 minutes

Official Downloads

Answer a few questions to help the ArangoDB community
Have you used ArangoDB before?
Yes

112 ArangoDB Reviews

4.6 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.
112 ArangoDB Reviews
4.6 out of 5
112 ArangoDB Reviews
4.6 out of 5

ArangoDB 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.
Delio D.
DD
Head Of Technology
Small-Business(50 or fewer emp.)
Validated Reviewer
Verified Current User
Review source: Seller invite
Incentivized Review
What do you like best about ArangoDB?

I like that it is very versatile with its multi model approach, you have the power of document store with graph search, whch essentially allows you to do whatever you do with both document stores and with SQL databases, plus much more thanks to the graph traversal. The AQL language is very intuitive and so quick to learn. Speed is great too. It is easy to use for prototyping and it porvides you with good devops tool for cluster installation on kubernetes. Review collected by and hosted on G2.com.

What do you dislike about ArangoDB?

I think FOXX services are not the best approach for microservices, from a software architecture standpoint. Although documentation is generlaly good, I found that node.js documentation is a bit lacking behind Review collected by and hosted on G2.com.

What problems is ArangoDB solving and how is that benefiting you?

We need to disssect complex documents, and find connectins between parts of documents, arangoDB allows me to do that plus whatever else a standard applictaion does, like CRUD operations, all in one database engine. Review collected by and hosted on G2.com.

MN
Back End Developer
Mid-Market(51-1000 emp.)
Validated Reviewer
Verified Current User
Review source: Seller invite
Incentivized Review
What do you like best about ArangoDB?

- Very flexible schema

- Support types of joining

- Integrated web UI is useful

- ArangoSearch View is easy to use and helpful in retrieving data from multiple collections, including exact and fuzzy searching Review collected by and hosted on G2.com.

What do you dislike about ArangoDB?

- Low performance on complex aggregations even when indexing is applied, especially on the big edge collections

- Documents do not describe how the index works clearly

- Graph traversal is not fast enough at times when filtering on edges. I needed to use 2 for loops (traverse 2 times) instead of multi-level traversing for better performance. Review collected by and hosted on G2.com.

What problems is ArangoDB solving and how is that benefiting you?

ArangoDB helped us to organize data pretty efficiently by providing multiple data models (especially the graph model) and an integrated search engine.

Cyber Threats data looks intuitive when being stored in ArangoDB Review collected by and hosted on G2.com.

Lucas P.
LP
Software Engineer
Small-Business(50 or fewer emp.)
Validated Reviewer
Verified Current User
Review source: Seller invite
Incentivized Review
What do you like best about ArangoDB?

I really really enjoy AQL way to perform queries. It's as straightfoward as a JS script, very easy for devs to ramp up, easier to perform joins and complex operations! Review collected by and hosted on G2.com.

What do you dislike about ArangoDB?

It could be somehow more intuitive to perform views/materialized views. Review collected by and hosted on G2.com.

What problems is ArangoDB solving and how is that benefiting you?

Mostly all of our transactional operations are held using ArangoDB Review collected by and hosted on G2.com.

Simone M.
SM
Co-founder & CTO
Small-Business(50 or fewer emp.)
Validated Reviewer
Verified Current User
Review source: Seller invite
Incentivized Review
What do you like best about ArangoDB?

the possibility to work with graphs in a complex way Review collected by and hosted on G2.com.

What do you dislike about ArangoDB?

the limitation of the community edition to 100GB Review collected by and hosted on G2.com.

What problems is ArangoDB solving and how is that benefiting you?

Arango is used by our dba to create a flexible structure for importing and exporting huge amount of data and connections Review collected by and hosted on G2.com.

Brandon K.
BK
Information Technology manager
Mid-Market(51-1000 emp.)
Validated Reviewer
Review source: Seller invite
Incentivized Review
What do you like best about ArangoDB?

I like that ArangoDB allows us to start a subcription free to kinda test the databases first. I think the upside to using ArangoDB is that there are plenty of choices. Review collected by and hosted on G2.com.

What do you dislike about ArangoDB?

I cannot say to much about dislike ArangoDB but maybe to many options to choose from but I am not sure that a bad thing. Review collected by and hosted on G2.com.

What problems is ArangoDB solving and how is that benefiting you?

It provides me with a graph exploration tool thats designed to tranform the way I deal with datasets. Review collected by and hosted on G2.com.

LUCIEN T.
LT
Gérant principal
Small-Business(50 or fewer emp.)
Validated Reviewer
Review source: Seller invite
Incentivized Review
What do you like best about ArangoDB?

The web interface is particularly impressive, offering an intuitive dashboard that makes database management straightforward even for those new to NoSQL systems. The AQL query language feels natural, especially if you're coming from SQL, and the documentation is comprehensive and well-organized. Review collected by and hosted on G2.com.

What do you dislike about ArangoDB?

The only downside is once you start using it, you can not stop ! bye bye airtables Review collected by and hosted on G2.com.

What problems is ArangoDB solving and how is that benefiting you?

Sorting data in one place.

Speeding the process of finding the information quickly Review collected by and hosted on G2.com.

Ken B.
KB
Mid-Market(51-1000 emp.)
Validated Reviewer
Verified Current User
Review source: Seller invite
Incentivized Review
What do you like best about ArangoDB?

ArangoDB offers a performant graph data model that offers some key benefits for almost any kind of data structure—not just graph theory applications. ArangoDB and its graph implementation allows you to think about entities semantically, and as standalone objects. Because edges in the graph are distinct from vertices, you can reason about data in isolation from how you or other teams want to create entity relationships.

IME this is a significantly streamlined approach to development, rather than complex ERD diagrams, foreign key constraints, foreign keys added to all tables, etc. that you'd normally use in an RDBMS/SQL setup. There is significant freedom in avoiding the RDBMS model and shoe-horning different data models beneath the same old SQL syntax.

ArangoDB also is trivial to start up via Docker, has a build-in UI that offers all of the fundamentals, and most of what you'd want outside of more hardcore analysis or data UIs. Implementing any size of cloud instance is trivial, and their datacenter locality is now quite good.

ArangoDB uses a performant K/V store based on RocksDB under the covers, including inverted index search out of the box, transactions, dynamic sharding. ArangoDB covers any database need I've had working with B2B/C SaaS products and services, all with a clean built-in interface and easier/possible to scale unlike many problematic document stores that are now rebranding as vector stores rather than (IMHO) getting their fundamentals fixed. Review collected by and hosted on G2.com.

What do you dislike about ArangoDB?

I really don't have dislikes, but there are a couple of things that they could add in the future to improve:

* When introduced in 2020ish, their cloud service (then called Oasis) had some issues with memory usage and silent lockups of Coordinators. That has since been resolved and they're adding more and more observability and resilience every year.

* They're working on a new replication system, which hopefully can be used as a powerful source for event streaming for auditing, ETL, or other purposes.

Other notes:

* I'm not convinced that ArangoDB should add vector store capability (I'd want a separate instance to separate the load profile anyway). It may help from a marketing perspective with the current state of the ebb and flow of AI buzz, but I'd rather it not come at the cost of existing core functionality.

* While the API offers K/V functionality, performing queries or graph traversals requires writing AQL queries. AQL is very powerful, but there's a learning curve, especially if you're used to SQL. As a SQList, you might at first think that "FOR vertex IN collection; FILTER vertex.valid == true;" is going to perform a table scan and filter, for example. But spending the time will reveal some very powerful functionality not possible with SQL. Review collected by and hosted on G2.com.

What problems is ArangoDB solving and how is that benefiting you?

ArangoDB provides a mechanism for modeling and querying data in a far more intuitive way than RDBMS or other graph/document stores. It streamlines discussions and maintenance of schema and requires less documentation and onboarding overhead. Review collected by and hosted on G2.com.

Sky R.
SR
Small-Business(50 or fewer emp.)
Validated Reviewer
Verified Current User
Review source: Seller invite
Incentivized Review
What do you like best about ArangoDB?

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. Review collected by and hosted on G2.com.

What do you dislike about ArangoDB?

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. Review collected by and hosted on G2.com.

What problems is ArangoDB 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 Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Small-Business(50 or fewer emp.)
Validated Reviewer
Review source: G2 invite
What do you like best about ArangoDB?

It was simple to setup and was easy to understand. Now whenever we got some issue, the customer support was always their to tackle the issue. Now after the setup of arrango the frequent use of it between developer has increase and because of the its wide range of features we could integrate it easily. Review collected by and hosted on G2.com.

What do you dislike about ArangoDB?

There were not such dislikes but somewhere accessing the data was not an cakewalk. Review collected by and hosted on G2.com.

What problems is ArangoDB solving and how is that benefiting you?

A single place to store all the data Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business(50 or fewer emp.)
Validated Reviewer
Verified Current User
Review source: Seller invite
Incentivized Review
What do you like best about ArangoDB?

The query language is simple and makes sense

the graph presentation is nice

Using the SDK is fine Review collected by and hosted on G2.com.

What do you dislike about ArangoDB?

The editor is not good

the shortcuts are lame

no auto complete

creating application apis with specific permission is bad, slow Review collected by and hosted on G2.com.

What problems is ArangoDB solving and how is that benefiting you?

Saving the data as a graph.

Allowing to traverse data on a graph Review collected by and hosted on G2.com.