DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > ArangoDB vs. Badger vs. FileMaker vs. PouchDB vs. WakandaDB

System Properties Comparison ArangoDB vs. Badger vs. FileMaker vs. PouchDB vs. WakandaDB

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonBadger  Xexclude from comparisonFileMaker  Xexclude from comparisonPouchDB  Xexclude from comparisonWakandaDB  Xexclude from comparison
DescriptionNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.An embeddable, persistent, simple and fast Key-Value Store, written purely in Go.FileMaker is a cross-platform RDBMS that includes a GUI frontend.JavaScript DBMS with an API inspired by CouchDBWakandaDB is embedded in a server that provides a REST API and a server-side javascript engine to access data
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Key-value storeRelational DBMSDocument storeObject oriented DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.32
Rank#90  Overall
#15  Document stores
#5  Graph DBMS
#12  Key-value stores
#10  Search engines
Score0.14
Rank#331  Overall
#49  Key-value stores
Score48.20
Rank#20  Overall
#14  Relational DBMS
Score2.28
Rank#115  Overall
#21  Document stores
Score0.03
Rank#364  Overall
#17  Object oriented DBMS
Websitearangodb.comgithub.com/­dgraph-io/­badgerwww.claris.com/­filemakerpouchdb.comwakanda.github.io
Technical documentationdocs.arangodb.comgodoc.org/­github.com/­dgraph-io/­badgerwww.claris.com/­resources/­documentationpouchdb.com/­guideswakanda.github.io/­doc
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
DeveloperArangoDB Inc.DGraph LabsClaris infoa subsidiary of AppleApache Software FoundationWakanda SAS
Initial release20122017198320122012
Current release3.11.5, November 202319.4.1, November 20217.1.1, June 20192.7.0 (April 29, 2019), April 2019
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infoApache 2.0commercialOpen SourceOpen Source infoAGPLv3, extended commercial license available
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ArangoDB Cloud –The Managed Cloud Service of ArangoDB. Provides fully managed, and monitored cluster deployments of any size, with enterprise-grade security. Get started for free and continue for as little as $0,21/hour.
Implementation languageC++GoJavaScriptC++, JavaScript
Server operating systemsLinux
OS X
Windows
BSD
Linux
OS X
Solaris
Windows
iOS infoclient part only
Linux
OS X
Windows
server-less, requires a JavaScript environment (browser, Node.js)Linux
OS X
Windows
Data schemeschema-free infoautomatically recognizes schema within a collectionschema-freeyesschema-freeyes
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashnoyesnoyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.noyes infoA http query request can return the data in XML formatnono
Secondary indexesyesnoyesyes infovia views
SQL infoSupport of SQLnonoyes infovia pluginsnono
APIs and other access methodsAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
Filemaker WebDirect
JDBC
ODBC
HTTP REST infoonly for PouchDB Server
JavaScript API
RESTful HTTP API
Supported programming languagesC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
GoPHPJavaScriptJavaScript
Server-side scripts infoStored proceduresJavaScriptnoyesView functions in JavaScriptyes
Triggersnonoyesyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0nonenoneSharding infowith a proxy-based framework, named couchdb-loungenone
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication with configurable replication factornoneSource-replica replication, warm standby infosince Version 14Multi-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptnonoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoconfigurable per collection or per write
Immediate Consistency
OneShard (highly available, fault-tolerant deployment mode with ACID semantics)
noneEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes inforelationships in graphsnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnononoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infoby using IndexedDB, WebSQL or LevelDB as backendyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesno
User concepts infoAccess controlyesnosimple rights management via user accounts and connection to external directory servicesnoyes
More information provided by the system vendor
ArangoDBBadgerFileMakerPouchDBWakandaDB
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» more
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» more
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» more
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» more
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» more
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
ArangoDBBadgerFileMakerPouchDBWakandaDB
DB-Engines blog posts

The Weight of Relational Databases: Time for Multi-Model?
29 August 2017, Luca Olivari (guest author)

show all

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Recent citations in the news

ArangoDB Announces Release of ArangoDB 3.11 for Search, Graph and Analytics - High-Performance Computing ...
30 May 2023, insideHPC

How to Build Knowledge Graph Enhanced Chatbot with ChatGPT and ArangoDB
30 June 2023, DataDrivenInvestor

ArangoDB brings yet more money into graph database market with $27.8M round
6 October 2021, SiliconANGLE News

ArangoDB expands scope of graph database platform
6 October 2022, TechTarget

Graph, machine learning, hype, and beyond: ArangoDB open source multi-model database releases version 3.7
27 August 2020, ZDNet

provided by Google News

Tilda Swinton on 'Problemista' Fan Horror Stories About Her Character
1 March 2024, IndieWire

Reviews - Features
1 March 2024, Reverse Shot

Apple Filed for new Trademarks in the U.S. and Hong Kong this week for the Figurative Version of 'Reality Composer ...
15 October 2023, Patently Apple

Apple Subsidiary to Face Worker's Job Loss Claims, but Not Apple
14 February 2024, Bloomberg Law

Apple subsidiary FileMaker returns to its original name from the '80s
6 August 2019, The Verge

provided by Google News

Building an Offline First App with PouchDB — SitePoint
10 March 2014, SitePoint

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7 September 2016, SitePoint

3 Reasons To Think Offline First
22 March 2017, IBM

Offline-first web and mobile apps: Top frameworks and components
22 January 2019, TechBeacon

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7 March 2017, SitePoint

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here