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 > Blueflood vs. GraphDB vs. NuoDB vs. Percona Server for MongoDB vs. ScyllaDB

System Properties Comparison Blueflood vs. GraphDB vs. NuoDB vs. Percona Server for MongoDB vs. ScyllaDB

Editorial information provided by DB-Engines
NameBlueflood  Xexclude from comparisonGraphDB infoformer name: OWLIM  Xexclude from comparisonNuoDB  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonScyllaDB  Xexclude from comparison
DescriptionScalable TimeSeries DBMS based on CassandraEnterprise-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.NuoDB is a webscale distributed database that supports SQL and ACID transactionsA drop-in replacement for MongoDB Community Edition with enterprise-grade features.Cassandra and DynamoDB compatible wide column store
Primary database modelTime Series DBMSGraph DBMS
RDF store
Relational DBMSDocument storeWide column store
Secondary database modelsKey-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.06
Rank#353  Overall
#34  Time Series DBMS
Score3.32
Rank#91  Overall
#6  Graph DBMS
#4  RDF stores
Score0.89
Rank#198  Overall
#92  Relational DBMS
Score0.52
Rank#254  Overall
#39  Document stores
Score4.75
Rank#68  Overall
#5  Wide column stores
Websiteblueflood.iowww.ontotext.comwww.3ds.com/­nuodb-distributed-sql-databasewww.percona.com/­mongodb/­software/­percona-server-for-mongodbwww.scylladb.com
Technical documentationgithub.com/­rax-maas/­blueflood/­wikigraphdb.ontotext.com/­documentationdoc.nuodb.comdocs.percona.com/­percona-distribution-for-mongodbdocs.scylladb.com
Social network pagesLinkedInTwitterYouTubeGitHubMedium
DeveloperRackspaceOntotextDassault Systèmes infooriginally NuoDB, Inc.PerconaScyllaDB
Initial release20132000201320152015
Current release10.4, October 20233.4.10-2.10, November 2017ScyllaDB Open Source 5.4.1, January 2024
License infoCommercial or Open SourceOpen Source infoApache 2.0commercial infoSome plugins of GraphDB Workbench are open sourcedcommercial infolimited edition freeOpen Source infoGPL Version 2Open Source infoOpen Source (AGPL), commercial license available
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.
Scylla Cloud: Create real-time applications that run at global scale with Scylla Cloud, the industry’s most powerful NoSQL DBaaS
Implementation languageJavaJavaC++C++C++
Server operating systemsLinux
OS X
All OS with a Java VM
Linux
OS X
Windows
hosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
LinuxLinux
Data schemepredefined schemeschema-free and OWL/RDFS-schema support; RDF shapesyesschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesyesyesyes
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 indexesnoyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesyesyesyes infocluster global secondary indices
SQL infoSupport of SQLnostored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCyesnoSQL-like DML and DDL statements (CQL)
APIs and other access methodsHTTP RESTGeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
ADO.NET
JDBC
ODBC
proprietary protocol using JSONProprietary protocol (CQL) infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
Supported programming languages.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
For CQL interface: C#, C++, Clojure, Erlang, Go, Haskell, Java, JavaScript, Node.js, Perl, PHP, Python, Ruby, Rust, Scala
For DynamoDB interface: .Net, ColdFusion, Erlang, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby
Server-side scripts infoStored proceduresnowell-defined plugin interfaces; JavaScript server-side extensibilityJava, SQLJavaScriptyes, Lua
Triggersnonoyesnono
Partitioning methods infoMethods for storing different data on different nodesSharding infobased on Cassandranonedata is dynamically stored/cached on the nodes where it is read/writtenShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infobased on CassandraMulti-source replicationyes infoManaged transparently by NuoDBSource-replica replicationselectable replication factor infoRepresentation of geographical distribution of servers is possible
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Immediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate ConsistencyEventual Consistency
Immediate Consistency
Eventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Foreign keys infoReferential integritynoyes infoConstraint checkingyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACID infotunable commit protocolnono infoAtomicity and isolation are supported for single operations
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoMVCCyesyes
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.noyes infoTemporary tableyes infovia In-Memory Engineyes infoin-memory tables
User concepts infoAccess controlnoDefault 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.Standard SQL roles/ privileges, Administrative UsersAccess rights for users and rolesAccess rights for users can be defined per object
More information provided by the system vendor
BluefloodGraphDB infoformer name: OWLIMNuoDBPercona Server for MongoDBScyllaDB
Specific characteristicsOntotext GraphDB is a semantic database engine that allows organizations to build...
» more
ScyllaDB is engineered to deliver predictable performance at scale. It’s adopted...
» more
Competitive advantagesGraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Highly-performant (efficiently utilizes full resources of a node and network; millions...
» more
Typical application scenariosMetadata enrichment and management, linked data publishing, semantic inferencing...
» more
ScyllaDB is ideal for applications that require high throughput and low latency at...
» more
Key customers​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Discord, Epic Games, Expedia, Zillow, Comcast, Disney+ Hotstar, Samsung, ShareChat,...
» more
Market metricsGraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
ScyllaDB typically offers ~75% total cost of ownership savings, with ~5X higher throughput...
» more
Licensing and pricing modelsGraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
ScyllaDB Open Source - free open source software (AGPL) ScyllaDB Enterprise - subscription-based...
» more
News

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

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

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
BluefloodGraphDB infoformer name: OWLIMNuoDBPercona Server for MongoDBScyllaDB
DB-Engines blog posts

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

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

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

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

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

It's just semantics: Bulgarian software dev Ontotext squeezes out GraphDB 9.1
15 January 2020, The Register

provided by Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25 November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16 October 2017, The New Stack

NuoDB set to improve distributed SQL performance
7 January 2020, TechTarget

Dassault Systemes to acquire U.S.-based NuoDB
25 November 2020, MarketWatch

Big Data Product Watch 1/31/17: No-Cost NuoDB, GPU Analytics, Cloud Object Storage, More -- ADTmag
31 January 2017, ADT Magazine

provided by Google News

5 Reasons to Run MongoDB on Kubernetes
6 March 2024, The New Stack

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

Unlock MongoDB's Full Potential: Ensuring Post-Upgrade Success
22 February 2024, The New Stack

Percona launches management system aimed at open-source databases
17 May 2022, The Register

6 keys to MongoDB database security
22 May 2019, InfoWorld

provided by Google News

ScyllaDB Raises $43M to Take on MongoDB at Scale, Push Database Performance to New Levels
17 October 2023, Datanami

ScyllaDB on AWS is a NoSQL Database Built for Gigabyte-to-Petabyte Scale | Amazon Web Services
6 January 2023, AWS Blog

ScyllaDB Database Review | eWeek
21 August 2018, eWeek

Scylla vs Cassandra: Performance Comparison - DataScienceCentral.com
9 January 2020, Data Science Central

ScyllaDB Launches Scylla Cloud Database as a Service
14 April 2019, insideBIGDATA

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.

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.

Neo4j logo

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

Present your product here