DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > ArangoDB vs. Geode vs. GigaSpaces vs. GraphDB vs. SQLite

System Properties Comparison ArangoDB vs. Geode vs. GigaSpaces vs. GraphDB vs. SQLite

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonGeode  Xexclude from comparisonGigaSpaces  Xexclude from comparisonGraphDB infoformer name: OWLIM  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.Geode is a distributed data container, pooling memory, CPU, network resources, and optionally local disk across multiple processesHigh performance in-memory data grid platform, powering three products: Smart Cache, Smart ODS (Operational Data Store), Smart Augmented TransactionsEnterprise-ready RDF and graph database with efficient reasoning, cluster and external index synchronization support. It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL.Widely used embeddable, in-process RDBMS
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Key-value storeDocument store
Object oriented DBMS infoValues are user defined objects
Graph DBMS
RDF store
Relational DBMS
Secondary database modelsGraph DBMS
Search engine
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.30
Rank#82  Overall
#14  Document stores
#5  Graph DBMS
#10  Key-value stores
#10  Search engines
Score1.51
Rank#147  Overall
#25  Key-value stores
Score0.91
Rank#197  Overall
#33  Document stores
#7  Object oriented DBMS
Score2.76
Rank#99  Overall
#8  Graph DBMS
#4  RDF stores
Score103.35
Rank#10  Overall
#7  Relational DBMS
Websitearangodb.comgeode.apache.orgwww.gigaspaces.comwww.ontotext.comwww.sqlite.org
Technical documentationdocs.arangodb.comgeode.apache.org/­docsdocs.gigaspaces.com/­latest/­landing.htmlgraphdb.ontotext.com/­documentationwww.sqlite.org/­docs.html
Social network pagesLinkedInTwitterFacebookYouTubeInstagramLinkedInTwitterYouTubeGitHubMedium
DeveloperArangoDB Inc.Originally developed by Gemstone. They outsourced the project to Apache in 2015 but still deliver a commercial version as Gemfire.Gigaspaces TechnologiesOntotextDwayne Richard Hipp
Initial release20122002200020002000
Current release3.11.5, November 20231.1, February 201715.5, September 202010.4, October 20233.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infoApache Version 2; commercial licenses available as GemfireOpen Source infoApache Version 2; Commercial licenses availablecommercial infoSome plugins of GraphDB Workbench are open sourcedOpen Source infoPublic Domain
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++JavaJava, C++, .NetJavaC
Server operating systemsLinux
OS X
Windows
All OS with a Java VM infothe JDK (8 or later) is also requiredLinux
macOS
Solaris
Windows
All OS with a Java VM
Linux
OS X
Windows
server-less
Data schemeschema-free infoautomatically recognizes schema within a collectionschema-freeschema-freeschema-free and OWL/RDFS-schema support; RDF shapesyes infodynamic column types
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashyesyesyesyes infonot rigid because of 'dynamic typing' concept.
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.nono infoXML can be used for describing objects metadatanono
Secondary indexesyesnoyesyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesyes
SQL infoSupport of SQLnoSQL-like query language (OQL)SQL-99 for query and DML statementsstored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCyes infoSQL-92 is not fully supported
APIs and other access methodsAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
Java Client API
Memcached protocol
RESTful HTTP API
GigaSpaces LRMI
Hibernate
JCache
JDBC
JPA
ODBC
RESTful HTTP API
Spring Data
GeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
ADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
.Net
All JVM based languages
C++
Groovy
Java
Scala
.Net
C++
Java
Python
Scala
.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresJavaScriptuser defined functionsyeswell-defined plugin interfaces; JavaScript server-side extensibilityno
Triggersnoyes infoCache Event Listenersyes, event driven architecturenoyes
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0ShardingShardingnonenone
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication with configurable replication factorMulti-source replicationMulti-source replication infosynchronous or asynchronous
Source-replica replication infosynchronous or asynchronous
Multi-source replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptnoyes infoMap-Reduce pattern can be built with XAP task executorsnono
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)
Eventual ConsistencyImmediate Consistency infoConsistency level configurable: ALL, QUORUM, ANYImmediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)
Foreign keys infoReferential integrityyes inforelationships in graphsnonoyes infoConstraint checkingyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDyes, on a single nodeACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infovia file-system locks
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes
User concepts infoAccess controlyesAccess rights per client and object definableRole-based access controlDefault Basic authentication through RDF4J client, or via Java when run with cURL, default token-based in the Workbench or via Rest API, optional access through OpenID or Kerberos single sign-on.no
More information provided by the system vendor
ArangoDBGeodeGigaSpacesGraphDB infoformer name: OWLIMSQLite
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» more
Ontotext GraphDB is a semantic database engine that allows organizations to build...
» more
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» more
GraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» more
Metadata enrichment and management, linked data publishing, semantic inferencing...
» more
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» more
​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» more
GraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» more
GraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
News

GraphDB in Action: Using Semantics To Push The Envelope Of Software Engineering, Machine Learning, and E-Health Domains
11 September 2024

Accelerating End-to-end Knowledge Graph Solutions with Ontotext’s LinkedLifeData Inventory: The Case of Target Discovery
30 August 2024

Using Entity Linking to Turn Your Graph into a Knowledge Graph
23 August 2024

Considerations to Creating a Graph Center of Excellence: 5 Elements to Ensure Success
22 August 2024

The Power of Knowledge Graphs – A Chat with Perfect Memory and Ontotext
16 August 2024

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
3rd partiesNavicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

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

More resources
ArangoDBGeodeGigaSpacesGraphDB infoformer name: OWLIMSQLite
DB-Engines blog posts

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

show all

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

ArangoDB Announces Release of ArangoDB 3.11 for Search, Graph and Analytics
30 May 2023, insideHPC

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

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

Here's the pitch deck a German software startup used to raise $10 million to move to San Francisco and take on Oracle
23 June 2019, Business Insider

ArangoDB 3.5 update improves multi-model database platform
22 August 2019, TechTarget

provided by Google News

This is how much one of the most expensive gems costs at the Tucson gem show
11 February 2024, KGUN 9 Tucson News

Apache Geode Spawns ‘All Sorts of In-Memory Things’
4 January 2017, The New Stack

Chapter 1. Introduction to Pivotal GemFire In-Memory Data Grid and Apache Geode
15 November 2018, O'Reilly Media

RDBMS and Apache Geode Data Movement: Low Latency ETL Pipeline by Using Cloud-Native Event Driven Microservices
30 June 2018, InfoQ.com

HPE buys query acceleration platform Ampool to boost Ezmeral hybrid cloud analytics
7 July 2021, SiliconANGLE News

provided by Google News

GigaSpaces gives a TOSCA about VMware
19 June 2024, Telecoms.com

GigaSpaces to hand out almost $14 million in dividends following Cloudify’s acquisition by Dell
19 July 2023, CTech

GigaSpaces Announces Version 16.0 with Breakthrough Data Integration Tools to Ease Enterprises' Digital Transformation Challenges
3 November 2021, PR Newswire

GigaSpaces Spins Off Cloudify, Its Open Source Cloud Orchestration Unit
27 July 2017, Data Center Knowledge

Your occasional storage digest with GigaSpaces, Virtana and NAND ship data
7 December 2020, Blocks & Files

provided by Google News

Ontotext’s GraphDB Solution Now Available on the Microsoft Azure Marketplace
17 January 2024, Datanami

Ontotext's GraphDB Solution Now Available in the AWS Marketplace
9 October 2023, PR Newswire

Ontotext Platform 3.0 for Enterprise Knowledge Graphs Released
18 December 2019, KDnuggets

Ontotext and Ontopic Join Forces to Revolutionize Data Virtualization
15 November 2023, StreetInsider.com

Knowledge graphs change the nature of business intelligence
8 April 2024, TechHQ

provided by Google News

LLM-Assisted Translation From Postgres to SQLite and DuckDB
16 September 2024, The New Stack

How to work with Dapper and SQLite in ASP.NET Core
10 May 2024, InfoWorld

Google researchers suggest "fixing" SQL with pipe syntax, SQLite creator unconvinced
30 August 2024, DevClass

SQLite Gets Into Vector Search
5 September 2024, iProgrammer

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Neo4j logo

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

Milvus logo

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

Present your product here