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 > Apache Druid vs. GraphDB vs. InfluxDB vs. SingleStore vs. Transbase

System Properties Comparison Apache Druid vs. GraphDB vs. InfluxDB vs. SingleStore vs. Transbase

Editorial information provided by DB-Engines
NameApache Druid  Xexclude from comparisonGraphDB infoformer name: OWLIM  Xexclude from comparisonInfluxDB  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonTransbase  Xexclude from comparison
DescriptionOpen-source analytics data store designed for sub-second OLAP queries on high dimensionality and high cardinality dataEnterprise-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.DBMS for storing time series, events and metricsMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table typeA resource-optimized, high-performance, universally applicable RDBMS
Primary database modelRelational DBMS
Time Series DBMS
Graph DBMS
RDF store
Time Series DBMSRelational DBMSRelational DBMS
Secondary database modelsSpatial DBMS infowith GEO packageDocument store
Spatial DBMS
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.29
Rank#95  Overall
#49  Relational DBMS
#7  Time Series DBMS
Score3.10
Rank#100  Overall
#7  Graph DBMS
#4  RDF stores
Score26.56
Rank#28  Overall
#1  Time Series DBMS
Score5.91
Rank#61  Overall
#34  Relational DBMS
Score0.15
Rank#337  Overall
#147  Relational DBMS
Websitedruid.apache.orgwww.ontotext.comwww.influxdata.com/­products/­influxdb-overviewwww.singlestore.comwww.transaction.de/­en/­products/­transbase.html
Technical documentationdruid.apache.org/­docs/­latest/­designgraphdb.ontotext.com/­documentationdocs.influxdata.com/­influxdbdocs.singlestore.comwww.transaction.de/­en/­products/­transbase/­features.html
Social network pagesLinkedInTwitterYouTubeGitHubMedium
DeveloperApache Software Foundation and contributorsOntotextSingleStore Inc.Transaction Software GmbH
Initial release20122000201320131987
Current release29.0.1, April 202410.4, October 20232.7.5, January 20248.5, January 2024Transbase 8.3, 2022
License infoCommercial or Open SourceOpen Source infoApache license v2commercial infoSome plugins of GraphDB Workbench are open sourcedOpen Source infoMIT-License; commercial enterprise version availablecommercial infofree developer edition availablecommercial infofree development license
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.
SingleStoreDB Cloud: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilities
Implementation languageJavaJavaGoC++, GoC and C++
Server operating systemsLinux
OS X
Unix
All OS with a Java VM
Linux
OS X
Windows
Linux
OS X infothrough Homebrew
Linux info64 bit version requiredFreeBSD
Linux
macOS
Solaris
Windows
Data schemeyes infoschema-less columns are supportedschema-free and OWL/RDFS-schema support; RDF shapesschema-freeyesyes
Typing infopredefined data types such as float or dateyesyesNumeric data and Stringsyesyes
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
Secondary indexesyesyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesnoyesyes
SQL infoSupport of SQLSQL for queryingstored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCSQL-like query languageyes infobut no triggers and foreign keysyes
APIs and other access methodsJDBC
RESTful HTTP/JSON API
GeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
HTTP API
JSON over UDP
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesClojure
JavaScript
PHP
Python
R
Ruby
Scala
.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
Bash
C
C#
Java
JavaScript (Node.js)
Python
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresnowell-defined plugin interfaces; JavaScript server-side extensibilitynoyesyes
Triggersnonononoyes
Partitioning methods infoMethods for storing different data on different nodesSharding infomanual/auto, time-basednoneSharding infoin enterprise version onlySharding infohash partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes, via HDFS, S3 or other storage enginesMulti-source replicationselectable replication factor infoin enterprise version onlySource-replica replication infostores two copies of each physical data partition on two separate nodesSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono infocan define user-defined aggregate functions for map-reduce-style calculationsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyes infoConstraint checkingnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnoACIDyes
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesyesyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoDepending on used storage engineyesno
User concepts infoAccess controlRBAC using LDAP or Druid internals for users and groups for read/write by datasource and systemDefault 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.simple rights management via user accountsFine grained access control via users, groups and rolesfine grained access rights according to SQL-standard
More information provided by the system vendor
Apache DruidGraphDB infoformer name: OWLIMInfluxDBSingleStore infoformer name was MemSQLTransbase
Specific characteristicsOntotext GraphDB is a semantic database engine that allows organizations to build...
» more
InfluxData is the creator of InfluxDB , the open source time series database. It...
» more
SingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» more
Competitive advantagesGraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Time to Value InfluxDB is available in all the popular languages and frameworks,...
» more
SingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» more
Typical application scenariosMetadata enrichment and management, linked data publishing, semantic inferencing...
» more
IoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» more
Driving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» more
Key customers​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
InfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» more
IEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» more
Market metricsGraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
Fastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» more
Customers in various industries worldwide including US and International Industry...
» more
Licensing and pricing modelsGraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
Open source core with closed source clustering available either on-premise or on...
» more
F ree Tier and Enterprise Edition
» more
News

How Knowledge Graphs Power Data Mesh and Data Fabric
10 April 2024

Building Smarter Financial Services: The Role of Semantic Technologies, Knowledge Graphs and Generative AI
3 April 2024

Using GraphDB’s Natural Language Interface to Talk with Your Content
29 March 2024

Choosing A Graph Data Model to Best Serve Your Use Case
27 March 2024

Event Extraction Based on Fine-Tuned Text2Event Transformer Speeds up the Fact-checking Process
22 March 2024

Sync Data from InfluxDB v2 to v3 With the Quix Template
8 April 2024

Infrastructure Monitoring Basics: Getting Started with Telegraf, InfluxDB, and Grafana
5 April 2024

Comparing Dates in Java: A Tutorial
3 April 2024

Python ARIMA Tutorial
29 March 2024

Time Series, InfluxDB, and Vector Databases
26 March 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

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

More resources
Apache DruidGraphDB infoformer name: OWLIMInfluxDBSingleStore infoformer name was MemSQLTransbase
DB-Engines blog posts

Why Build a Time Series Data Platform?
20 July 2017, Paul Dix (guest author)

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

Recent citations in the news

Apache Druid Wins Best Big Data Product in the 2023 BigDATAwire Readers' Choice Awards
26 January 2024, Datanami

'Lucifer' Botnet Turns Up the Heat on Apache Hadoop Servers
21 February 2024, Dark Reading

New DDoS malware Attacking Apache big-data stack, Hadoop, & Druid Servers
26 February 2024, GBHackers

Imply Data gives Apache Druid schema auto-discover capability
6 June 2023, SiliconANGLE News

Imply Announces Automatic Schema Discovery for Apache Druid, Reinforcing Druid's Leadership for Real-Time ...
6 June 2023, businesswire.com

provided by Google News

Ontotext's GraphDB Solution is Now Available on the Microsoft Azure Marketplace
16 January 2024, PR Newswire

Ontotext GraphDB is available on Azure, delivers rich knowledge graph experience
23 January 2024, KMWorld Magazine

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

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

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

provided by Google News

Run and manage open source InfluxDB databases with Amazon Timestream | Amazon Web Services
14 March 2024, AWS Blog

AWS and InfluxData partner to offer managed time series database Timestream for InfluxDB
5 April 2024, VentureBeat

How the FDAP Stack Gives InfluxDB 3.0 Real-Time Speed, Efficiency
15 March 2024, Datanami

Amazon Timestream: Managed InfluxDB for Time Series Data
14 March 2024, The New Stack

InfluxData Collaborating with AWS to Bring InfluxDB and Time Series Analytics to Developers Around the World
14 March 2024, Business Wire

provided by Google News

SingleStore CEO sees little future for purpose-built vector databases
24 January 2024, VentureBeat

SingleStore adds indexed vector search to Pro Max release for faster AI work – Blocks and Files
29 January 2024, Blocks and Files

SingleStore Accelerates Go-to-Market Strategy with AWS
5 March 2024, Business Wire

New AI features for developers in SingleStoreDB
29 January 2024, InfoWorld

SingleStore, Snowflake Help Customers Build Enterprise-Ready Generative AI Apps
3 January 2024, Acceleration Economy

provided by Google News



Share this page

Featured Products

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get 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

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

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here