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 > GraphDB vs. SAP HANA vs. ScyllaDB vs. Sequoiadb vs. Stardog

System Properties Comparison GraphDB vs. SAP HANA vs. ScyllaDB vs. Sequoiadb vs. Stardog

Editorial information provided by DB-Engines
NameGraphDB infoformer name: OWLIM  Xexclude from comparisonSAP HANA  Xexclude from comparisonScyllaDB  Xexclude from comparisonSequoiadb  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionEnterprise-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.In-memory, column based data store. Available as appliance or cloud serviceCassandra and DynamoDB compatible wide column storeNewSQL database with distributed OLTP and SQLEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelGraph DBMS
RDF store
Relational DBMSWide column storeDocument store
Relational DBMS
Graph DBMS
RDF store
Secondary database modelsDocument store
Graph DBMS infowith SAP Hana, Enterprise Edition
Spatial DBMS
Key-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.32
Rank#91  Overall
#6  Graph DBMS
#4  RDF stores
Score44.69
Rank#22  Overall
#16  Relational DBMS
Score4.75
Rank#68  Overall
#5  Wide column stores
Score0.45
Rank#261  Overall
#41  Document stores
#122  Relational DBMS
Score2.02
Rank#123  Overall
#11  Graph DBMS
#6  RDF stores
Websitewww.ontotext.comwww.sap.com/­products/­hana.htmlwww.scylladb.comwww.sequoiadb.comwww.stardog.com
Technical documentationgraphdb.ontotext.com/­documentationhelp.sap.com/­hanadocs.scylladb.comwww.sequoiadb.com/­en/­index.php?m=Files&a=indexdocs.stardog.com
Social network pagesLinkedInTwitterYouTubeGitHubMedium
DeveloperOntotextSAPScyllaDBSequoiadb Ltd.Stardog-Union
Initial release20002010201520132010
Current release10.4, October 20232.0 SPS07 (April 4, 2023), April 2023ScyllaDB Open Source 5.4.1, January 20247.3.0, May 2020
License infoCommercial or Open Sourcecommercial infoSome plugins of GraphDB Workbench are open sourcedcommercialOpen Source infoOpen Source (AGPL), commercial license availableOpen Source infoServer: AGPL; Client: Apache V2commercial 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 servicenono infoalso available as a cloud based servicenonono
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 languageJavaC++C++Java
Server operating systemsAll OS with a Java VM
Linux
OS X
Windows
Appliance or cloud-serviceLinuxLinuxLinux
macOS
Windows
Data schemeschema-free and OWL/RDFS-schema support; RDF shapesyesschema-freeschema-freeschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or dateyesyesyesyes infooid, date, timestamp, binary, regexyes
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 indexesyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesyesyes infocluster global secondary indicesyesyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLstored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCyesSQL-like DML and DDL statements (CQL)SQL-like query languageYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsGeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
JDBC
ODBC
Proprietary protocol (CQL) infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
proprietary protocol using JSONGraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languages.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
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
.Net
C++
Java
PHP
Python
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored procedureswell-defined plugin interfaces; JavaScript server-side extensibilitySQLScript, Ryes, LuaJavaScriptuser defined functions and aggregates, HTTP Server extensions in Java
Triggersnoyesnonoyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesnoneyesShardingShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationyesselectable replication factor infoRepresentation of geographical distribution of servers is possibleSource-replica replicationMulti-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate ConsistencyEventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Eventual ConsistencyImmediate Consistency in HA-Cluster
Foreign keys infoReferential integrityyes infoConstraint checkingyesnonoyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDno infoAtomicity and isolation are supported for single operationsDocument is locked during a transactionACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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.yesyes infoin-memory tablesnoyes
User concepts infoAccess controlDefault 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.yesAccess rights for users can be defined per objectsimple password-based access controlAccess rights for users and roles
More information provided by the system vendor
GraphDB infoformer name: OWLIMSAP HANAScyllaDBSequoiadbStardog
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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
GraphDB infoformer name: OWLIMSAP HANAScyllaDBSequoiadbStardog
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 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

Ontotext's GraphDB 8.10 Makes Knowledge Graph Experience Faster and Richer
13 June 2019, Markets Insider

provided by Google News

Automate deployment of SAP Web Dispatcher using AWS Launch Wizard
1 May 2024, AWS Blog

Combine the Power of AI with Business Context Using SAP HANA Cloud Vector Engine
2 April 2024, SAP News

SAP HANA Cloud Vector Engine
18 April 2024, IgniteSAP

Modernize consolidation in an SAP S/4 HANA environment | CCH Tagetik
9 April 2024, Wolters Kluwer

What are the options as SAP HANA 1.0 support in the Neo environment sunsets?
3 November 2023, ComputerWeekly.com

provided by Google News

Sleeping at Scale - Delivering 10k Timers per Second per Node with Rust, Tokio, Kafka, and Scylla
26 April 2024, InfoQ.com

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

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

ScyllaDB Database Review | eWeek
21 August 2018, eWeek

provided by Google News



Share this page

Featured Products

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

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.

Milvus logo

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

AllegroGraph logo

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

Present your product here