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 > Microsoft Azure Data Explorer vs. Redis vs. TerminusDB

System Properties Comparison Microsoft Azure Data Explorer vs. Redis vs. TerminusDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameMicrosoft Azure Data Explorer  Xexclude from comparisonRedis  Xexclude from comparisonTerminusDB infoformer name was DataChemist  Xexclude from comparison
DescriptionFully managed big data interactive analytics platformPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.Scalable Graph Database platform making enterprise data available by exploiting inferred entities and relationships
Primary database modelRelational DBMS infocolumn orientedKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceGraph DBMS
Secondary database modelsDocument store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Search engine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
Document store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Document store
RDF store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score6.50
Rank#68  Overall
#37  Relational DBMS
Score167.35
Rank#6  Overall
#1  Key-value stores
Score0.30
Rank#342  Overall
#33  Graph DBMS
Websiteazure.microsoft.com/­services/­data-explorerredis.com
redis.io
terminusdb.com
Technical documentationdocs.microsoft.com/­en-us/­azure/­data-explorerdocs.redis.com/­latest/­index.html
redis.io/­documentation
terminusdb.github.io/­terminusdb/­#
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
DeveloperMicrosoftRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.DataChemist Ltd.
Initial release201920092018
Current releasecloud service with continuous releases7.0.11, April 202311.0.0, January 2023
License infoCommercial or Open SourcecommercialOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoGPL V3
Cloud-based only infoOnly available as a cloud serviceyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
  • Aiven for Redis: Fully managed in-memory key-value store, for all your caching and speedy lookup needs.
  • ScaleGrid Hosting for Redis: Fully managed hosting for Redis on a wide variety of cloud providers and On-Premises. Get advanced monitoring and automate your management through one centralized platform.
Implementation languageCProlog, Rust
Server operating systemshostedBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Linux
Data schemeFixed schema with schema-less datatypes (dynamic)schema-freeyes
Typing infopredefined data types such as float or dateyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes
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.yesnono
Secondary indexesall fields are automatically indexedyes infowith RediSearch module
SQL infoSupport of SQLKusto Query Language (KQL), SQL subsetnoSQL-like query language (WOQL)
APIs and other access methodsMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
proprietary protocol infoRESP - REdis Serialization ProtocolOWL
RESTful HTTP API
WOQL (Web Object Query Language)
Supported programming languages.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
JavaScript
Python
Server-side scripts infoStored proceduresYes, possible languages: KQL, Python, RLua; Redis Functions coming in Redis 7 (slides and Github)yes
Triggersyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicypublish/subscribe channels provide some trigger functionality; RedisGearsyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingGraph Partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Journaling Streams
MapReduce infoOffers an API for user-defined Map/Reduce methodsSpark connector (open source): github.com/­Azure/­azure-kusto-sparkthrough RedisGearsno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Foreign keys infoReferential integritynonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoAtomic execution of command blocks and scripts and optimistic lockingACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes infoin-memory journaling
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes
User concepts infoAccess controlAzure Active Directory AuthenticationAccess Control Lists (ACLs): redis.io/­topics/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­topics/­encryption
Password-based authentication
Role-based access control
More information provided by the system vendor
Microsoft Azure Data ExplorerRedisTerminusDB infoformer name was DataChemist
Specific characteristicsAzure Data Explorer is a fast and highly scalable data exploration service for log...
» more
The Redis real-time data platform builds upon the unmatched simplicity and speed...
» more
Competitive advantagesKusto Query Language (innovative query language, optimized for high performance data...
» more
Redis Enterprise is a robust in-memory database platform built by the people who...
» more
Typical application scenariosIoT applications IoT devices generate billions of sensor readings. Normalizing and...
» more
Redis Enterprise is used by large enterprise, startup, and government organizations...
» more
Key customersMicrosoft, DocuSign, Taboola, Bosch, Siemens Healthineers, Bühler, Ecolab, Zoomd
» more
Verizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» more
Market metricsAzure Data Explorer is the data service for Azure Monitor, Azure Time Series Insights,...
» more
Most launched Docker container per day according to Docker Hub (7.2M launches per...
» more
Licensing and pricing modelsAn Azure Data Explorer cluster is a pair of engine and data management clusters which...
» more
Redis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» 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
3rd partiesRead the Redis NoSQL benchmark report.
» more

Redisson PRO: The ultra-fast Redis Java Client.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Aiven for Redis: Store and access your data quickly and efficiently.
» more

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

More resources
Microsoft Azure Data ExplorerRedisTerminusDB infoformer name was DataChemist
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2018
2 January 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Introducing Microsoft Fabric: The data platform for the era of AI ...
23 May 2023, azure.microsoft.com

Microsoft Fabric Brings AI-Powered Data Analytics Features
23 May 2023, Petri.com

Introducing Microsoft Fabric: The Impact on Power BI
26 May 2023, DataDrivenInvestor

Getting started with MQTT in Azure Event Grid
5 June 2023, InfoWorld

New Microsoft identity and security products announced at its Build ...
23 May 2023, SiliconANGLE News

provided by Google News

Optimizing Mastodon Performance with Sidekiq and Redis Enterprise
18 May 2023, The New Stack

Pliops and phoenixNAP team up to turbocharge Redis – Blocks and ...
26 May 2023, Blocks & Files

Innovation Profile: How CIOs Deploy Redis to Optimize Speed, Cost
26 May 2023, Acceleration Economy

Vector Databases Are Having a Moment — A Chat with Pinecone
17 May 2023, The New Stack

Briefing: Twitter Stopped Paying Cloud Bill Before DeSantis Glitch
30 May 2023, The Information

provided by Google News

TerminusDB Launches TerminusCMS, Acquia Updates Its CDP, More News
17 February 2023, CMSWire

How TerminusDB is commercializing its open source graph database
16 March 2021, VentureBeat

Dublin-based data collaboration tool TerminusDB raises €3.6 million ...
15 March 2021, Tech.eu

Blockchain-backed graph database Fluree nabs $10M
19 April 2023, VentureBeat

A New Open Source Headless CMS For Developers Comes To Light
22 February 2023, Open Source For You

provided by Google News

Job opportunities

Azure Data Engineer
DHL eCommerce, Remote

Senior Software Engineer - Azure Data
Microsoft, Redmond, WA

Azure Data Bricks Consultant
Embtel Inc, Fort Worth, TX

Technical Data Lead- Azure
Cognizant, Collegeville, PA

Principal Software Engineer - Azure Data
Microsoft, Redmond, WA

Redis Engineer
TriOpz, Remote

Senior Database Administrator - MySQL
Leading Reach, Inc., Austin, TX

Senior Engineer
Shipt, Birmingham, AL

Senior Software Engineer | Database Infrastructure
Ramp Financial, New York, NY

DevSecOps Coach (Remote)
GovCIO, Remote

jobs by Indeed



Share this page

Featured Products

Neo4j logo

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

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

Redis logo

The world’s most loved real‑time data platform.
Try free

Vertica logo

Vertica Accelerator. The fastest analytics and machine learning, delivered as SaaS, with automated setup, administration, and management. Free trial.

Present your product here