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 > Dragonfly vs. Geode vs. GraphDB vs. SQLite vs. Stardog

System Properties Comparison Dragonfly vs. Geode vs. GraphDB vs. SQLite vs. Stardog

Editorial information provided by DB-Engines
NameDragonfly  Xexclude from comparisonGeode  Xexclude from comparisonGraphDB infoformer name: OWLIM  Xexclude from comparisonSQLite  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionA drop-in Redis replacement that scales vertically to support millions of operations per second and terabyte sized workloads, all on a single instanceGeode is a distributed data container, pooling memory, CPU, network resources, and optionally local disk across multiple processesEnterprise-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 RDBMSEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelKey-value storeKey-value storeGraph DBMS
RDF store
Relational DBMSGraph DBMS
RDF store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.41
Rank#266  Overall
#38  Key-value stores
Score1.92
Rank#131  Overall
#23  Key-value stores
Score3.32
Rank#91  Overall
#6  Graph DBMS
#4  RDF stores
Score114.32
Rank#10  Overall
#7  Relational DBMS
Score2.02
Rank#123  Overall
#11  Graph DBMS
#6  RDF stores
Websitegithub.com/­dragonflydb/­dragonfly
www.dragonflydb.io
geode.apache.orgwww.ontotext.comwww.sqlite.orgwww.stardog.com
Technical documentationwww.dragonflydb.io/­docsgeode.apache.org/­docsgraphdb.ontotext.com/­documentationwww.sqlite.org/­docs.htmldocs.stardog.com
Social network pagesLinkedInTwitterYouTubeGitHubMedium
DeveloperDragonflyDB team and community contributorsOriginally developed by Gemstone. They outsourced the project to Apache in 2015 but still deliver a commercial version as Gemfire.OntotextDwayne Richard HippStardog-Union
Initial release20232002200020002010
Current release1.0, March 20231.1, February 201710.4, October 20233.45.3  (15 April 2024), April 20247.3.0, May 2020
License infoCommercial or Open SourceOpen Source infoBSL 1.1Open Source infoApache Version 2; commercial licenses available as Gemfirecommercial infoSome plugins of GraphDB Workbench are open sourcedOpen Source infoPublic Domaincommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
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.
Implementation languageC++JavaJavaCJava
Server operating systemsLinuxAll OS with a Java VM infothe JDK (8 or later) is also requiredAll OS with a Java VM
Linux
OS X
Windows
server-lessLinux
macOS
Windows
Data schemescheme-freeschema-freeschema-free and OWL/RDFS-schema support; RDF shapesyes infodynamic column typesschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or datestrings, hashes, lists, sets, sorted sets, bit arraysyesyesyes infonot rigid because of 'dynamic typing' concept.yes
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.nonononono infoImport/export of XML data possible
Secondary indexesnonoyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesyesyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLnoSQL-like query language (OQL)stored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCyes infoSQL-92 is not fully supportedYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsProprietary protocol infoRESP - REdis Serialization ProtocolJava Client API
Memcached protocol
RESTful HTTP API
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
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languagesC
C#
C++
Clojure
D
Dart
Elixir
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
Lua
Objective-C
Perl
PHP
Python
R
Ruby
Rust
Scala
Swift
Tcl
.Net
All JVM based languages
C++
Groovy
Java
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
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresLuauser defined functionswell-defined plugin interfaces; JavaScript server-side extensibilitynouser defined functions and aggregates, HTTP Server extensions in Java
Triggerspublish/subscribe channels provide some trigger functionalityyes infoCache Event Listenersnoyesyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesShardingnonenonenone
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationMulti-source replicationMulti-source replicationnoneMulti-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyEventual ConsistencyImmediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate Consistency in HA-Cluster
Foreign keys infoReferential integritynonoyes infoConstraint checkingyesyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of command blocks and scriptsyes, on a single nodeACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayes, strict serializability by the serveryesyesyes infovia file-system locksyes
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.yesyesyesyes
User concepts infoAccess controlPassword-based authenticationAccess rights per client and object definableDefault 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.noAccess rights for users and roles
More information provided by the system vendor
DragonflyGeodeGraphDB infoformer name: OWLIMSQLiteStardog
Specific characteristicsOntotext GraphDB is a semantic database engine that allows organizations to build...
» more
Competitive advantagesGraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Typical application scenariosMetadata enrichment and management, linked data publishing, semantic inferencing...
» more
Key customers​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Market metricsGraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
Licensing and pricing modelsGraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
News

Understanding the Graph Center of Excellence
17 May 2024

Migrating From LPG to RDF Graph Model
8 May 2024

Case study: Policy Enforcement Automation With Semantics
2 May 2024

Okay, RAG… We Have a Problem
26 April 2024

Scaling Understanding with the Help of Feedback Loops, Knowledge Graphs and NLP
19 April 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
DragonflyGeodeGraphDB infoformer name: OWLIMSQLiteStardog
DB-Engines blog posts

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

show all

Recent citations in the news

DragonflyDB Announces $21m in New Funding and General Availability
21 March 2023, Business Wire

DragonflyDB reels in $21M for its speedy in-memory database
21 March 2023, SiliconANGLE News

Intel Linux Kernel Optimizations Show Huge Benefit For High Core Count Servers
29 March 2023, Phoronix

New Kubernetes Operator for Dragonfly In-Memory Datastore Now Available for Simplified Operations and Increased ...
18 April 2023, Business Wire

SFU Computing Science researchers receive 2022 ACM SIGMOD Research Highlight Award.
24 February 2023, Simon Fraser University News

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

Victor I. Cazares Wants NYTW to Call for Ceasefire in Gaza
22 February 2024, Vulture

Reactive Event Processing with Apache Geode
5 July 2020, InfoQ.com

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

Where Does Apache Geode Fit in CQRS Architectures?
18 December 2016, InfoQ.com

provided by Google News

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

Ontotext Unveils GraphDB 10.4 with Enhanced AWS Integration and ChatGPT Connector
24 October 2023, Datanami

Ontotext's GraphDB 10 Brings Modern Data Architectures to the Mainstream with Better Resilience and Еаsier Operations
5 July 2022, PR Newswire

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

Ontotext GraphDB 9.4 Enables SQL Access to Knowledge Graphs and Visual Mapping of Tabular Data to RDF
11 September 2020, PR Newswire

provided by Google News

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

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

SQLite's new support for binary JSON is similar but different from a PostgreSQL feature • DEVCLASS
16 January 2024, DevClass

Universal API Access from Postgres and SQLite
27 February 2024, O'Reilly Media

SQLite 3.44 Extends Aggregate Functions
6 November 2023, iProgrammer

provided by Google News



Share this page

Featured Products

AllegroGraph logo

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

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

Milvus logo

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

RaimaDB logo

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

Neo4j logo

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

Present your product here