DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Blazegraph vs. Cloudflare Workers KV vs. Microsoft Azure Data Explorer vs. NCache vs. OrigoDB

System Properties Comparison Blazegraph vs. Cloudflare Workers KV vs. Microsoft Azure Data Explorer vs. NCache vs. OrigoDB

Editorial information provided by DB-Engines
NameBlazegraph  Xexclude from comparisonCloudflare Workers KV  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonNCache  Xexclude from comparisonOrigoDB  Xexclude from comparison
Amazon has acquired Blazegraph's domain and (probably) product. It is said that Amazon Neptune is based on Blazegraph.
DescriptionHigh-performance graph database supporting Semantic Web (RDF/SPARQL) and Graph Database (tinkerpop3, blueprints, vertex-centric) APIs with scale-out and High Availability.A global, low-latency, key-value store for applications on Cloudflare with exceptionally high read volumes and low-latency.Fully managed big data interactive analytics platformOpen-Source and Enterprise in-memory Key-Value StoreA fully ACID in-memory object graph database
Primary database modelGraph DBMS
RDF store
Key-value storeRelational DBMS infocolumn orientedKey-value storeDocument store
Object oriented 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
Search engine infoUsing distributed Lucene
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.81
Rank#213  Overall
#19  Graph DBMS
#8  RDF stores
Score0.39
Rank#274  Overall
#39  Key-value stores
Score3.80
Rank#81  Overall
#43  Relational DBMS
Score0.96
Rank#195  Overall
#29  Key-value stores
Score0.06
Rank#380  Overall
#50  Document stores
#18  Object oriented DBMS
Websiteblazegraph.comwww.cloudflare.com/­developer-platform/­workers-kvazure.microsoft.com/­services/­data-explorerwww.alachisoft.com/­ncacheorigodb.com
Technical documentationwiki.blazegraph.comdevelopers.cloudflare.com/­kv/­apidocs.microsoft.com/­en-us/­azure/­data-explorerwww.alachisoft.com/­resources/­docsorigodb.com/­docs
DeveloperBlazegraphCloudflareMicrosoftAlachisoftRobert Friberg et al
Initial release20062018201920052009 infounder the name LiveDB
Current release2.1.5, March 2019cloud service with continuous releases5.3.3, April 2024
License infoCommercial or Open SourceOpen Source infoextended commercial license availablecommercialcommercialOpen Source infoEnterprise Edition availableOpen Source
Cloud-based only infoOnly available as a cloud servicenoyesyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaC#, .NET, .NET Core, JavaC#
Server operating systemsLinux
OS X
Windows
hostedhostedLinux
Windows
Linux
Windows
Data schemeschema-freeschema-freeFixed schema with schema-less datatypes (dynamic)schema-freeyes
Typing infopredefined data types such as float or dateyes infoRDF literal typesnoyes 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 Lists, Queues, Hashsets, Dictionary and CounterUser defined using .NET types and collections
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.noyesnono infocan be achieved using .NET
Secondary indexesyesnoall fields are automatically indexedyesyes
SQL infoSupport of SQLSPARQL is used as query languagenoKusto Query Language (KQL), SQL subsetSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.no
APIs and other access methodsJava API
RESTful HTTP API
SPARQL QUERY
SPARQL UPDATE
TinkerPop 3
HTTP REST
Proprietary protocol
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
IDistributedCache
JCache
LINQ
Proprietary native API
.NET Client API
HTTP API
LINQ
Supported programming languages.Net
C
C++
Java
JavaScript
PHP
Python
Ruby
C
C++
Dart
JavaScript
Kotlin
Python
Rust
Scala
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
.Net
Server-side scripts infoStored proceduresyesnoYes, possible languages: KQL, Python, Rno infosupport for stored procedures with SQL-Server CLRyes
Triggersnonoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyes infoNotificationsyes infoDomain Events
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoImplicit feature of the cloud serviceyeshorizontal partitioning infoclient side managed; servers are not synchronized
Replication methods infoMethods for redundantly storing data on multiple nodesyesyesyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.yes, with selectable consistency levelSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationEventual ConsistencyEventual Consistency
Immediate Consistency
Eventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Foreign keys infoReferential integrityyes infoRelationships in Graphsnononodepending on model
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnonooptimistic locking and pessimistic lockingACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infoWrite ahead log
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesyes
User concepts infoAccess controlSecurity and Authentication via Web Application Container (Tomcat, Jetty)Azure Active Directory AuthenticationAuthentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)Role based authorization
More information provided by the system vendor
BlazegraphCloudflare Workers KVMicrosoft Azure Data ExplorerNCacheOrigoDB
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» 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
BlazegraphCloudflare Workers KVMicrosoft Azure Data ExplorerNCacheOrigoDB
Recent citations in the news

Back to the future: Does graph database success hang on query language?
5 March 2018, ZDNet

Harnessing GPUs Delivers a Big Speedup for Graph Analytics
15 December 2015, Datanami

This AI Paper Introduces A Comprehensive RDF Dataset With Over 26 Billion Triples Covering Scholarly Data Across All Scientific Disciplines
19 August 2023, MarkTechPost

Representation Learning on RDF* and LPG Knowledge Graphs
24 September 2020, Towards Data Science

Faster with GPUs: 5 turbocharged databases
26 September 2016, InfoWorld

provided by Google News

Cloudflare updates Workers platform with Python support, event notifications, and improved local development ...
3 April 2024, DevClass

Cloudflare recovers from service outage after power failure at core North American data center
3 November 2023, DatacenterDynamics

Cloudflare dashboard, API service feeling poorly due to datacenter power snafu
2 November 2023, The Register

Cloudflare is (still) struggling with another outage - here's what to know
3 November 2023, ZDNet

Cloudflare services offline due to data centre power outages
3 November 2023, Techzine Europe

provided by Google News

Update records in a Kusto Database (public preview) | Azure updates
20 February 2024, Microsoft

Public Preview: Azure Data Explorer connector for Apache Flink | Azure updates
8 January 2024, Microsoft

New Features for graph-match KQL Operator: Enhanced Pattern Matching and Cycle Control | Azure updates
24 January 2024, Microsoft

Public Preview: Azure Data Explorer Add-On for Splunk | Azure updates
3 October 2023, Microsoft

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, Microsoft

provided by Google News

How to use NCache in ASP.Net Core
25 February 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22 April 2020, InfoQ.com

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.

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

Present your product here