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

DBMS > Neo4j vs. OrigoDB vs. Riak TS vs. ScyllaDB vs. TimescaleDB

System Properties Comparison Neo4j vs. OrigoDB vs. Riak TS vs. ScyllaDB vs. TimescaleDB

Editorial information provided by DB-Engines
NameNeo4j  Xexclude from comparisonOrigoDB  Xexclude from comparisonRiak TS  Xexclude from comparisonScyllaDB  Xexclude from comparisonTimescaleDB  Xexclude from comparison
DescriptionScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsA fully ACID in-memory object graph databaseRiak TS is a distributed NoSQL database optimized for time series data and based on Riak KVCassandra and DynamoDB compatible wide column storeA time series DBMS optimized for fast ingest and complex queries, based on PostgreSQL
Primary database modelGraph DBMSDocument store
Object oriented DBMS
Time Series DBMSWide column storeTime Series DBMS
Secondary database modelsKey-value storeRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score44.46
Rank#23  Overall
#1  Graph DBMS
Score0.00
Rank#383  Overall
#53  Document stores
#20  Object oriented DBMS
Score0.20
Rank#319  Overall
#27  Time Series DBMS
Score4.75
Rank#68  Overall
#5  Wide column stores
Score4.64
Rank#71  Overall
#4  Time Series DBMS
Websiteneo4j.comorigodb.comwww.scylladb.comwww.timescale.com
Technical documentationneo4j.com/­docsorigodb.com/­docswww.tiot.jp/­riak-docs/­riak/­ts/­latestdocs.scylladb.comdocs.timescale.com
DeveloperNeo4j, Inc.Robert Friberg et alOpen Source, formerly Basho TechnologiesScyllaDBTimescale
Initial release20072009 infounder the name LiveDB201520152017
Current release5.19, April 20243.0.0, September 2022ScyllaDB Open Source 5.4.1, January 20242.15.0, May 2024
License infoCommercial or Open SourceOpen Source infoGPL version3, commercial licenses availableOpen SourceOpen SourceOpen Source infoOpen Source (AGPL), commercial license availableOpen Source infoApache 2.0
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.
Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.Scylla Cloud: Create real-time applications that run at global scale with Scylla Cloud, the industry’s most powerful NoSQL DBaaS
Implementation languageJava, ScalaC#ErlangC++C
Server operating systemsLinux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
Linux
Windows
Linux
OS X
LinuxLinux
OS X
Windows
Data schemeschema-free and schema-optionalyesschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesUser defined using .NET types and collectionsnoyesnumerics, strings, booleans, arrays, JSON blobs, geospatial dimensions, currencies, binary data, other complex data types
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.no infocan be achieved using .NETnonoyes
Secondary indexesyes infopluggable indexing subsystem, by default Apache Luceneyesrestrictedyes infocluster global secondary indicesyes
SQL infoSupport of SQLnonoyes, limitedSQL-like DML and DDL statements (CQL)yes infofull PostgreSQL SQL syntax
APIs and other access methodsBolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
.NET Client API
HTTP API
LINQ
HTTP API
Native Erlang Interface
Proprietary protocol (CQL) infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Supported programming languages.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
.NetC infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
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
C++
Delphi
Java infoJDBC
JavaScript
Perl
PHP
Python
R
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresyes infoUser defined Procedures and FunctionsyesErlangyes, Luauser defined functions, PL/pgSQL, PL/Tcl, PL/Perl, PL/Python, PL/Java, PL/PHP, PL/R, PL/Ruby, PL/Scheme, PL/Unix shell
Triggersyes infovia event handleryes infoDomain Eventsyes infopre-commit hooks and post-commit hooksnoyes
Partitioning methods infoMethods for storing different data on different nodesyes using Neo4j Fabrichorizontal partitioning infoclient side managed; servers are not synchronizedShardingShardingyes, across time and space (hash partitioning) attributes
Replication methods infoMethods for redundantly storing data on multiple nodesCausal Clustering using Raft protocol infoavailable in in Enterprise Version onlySource-replica replicationselectable replication factorselectable replication factor infoRepresentation of geographical distribution of servers is possibleSource-replica replication with hot standby and reads on replicas info
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Eventual ConsistencyEventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Immediate Consistency
Foreign keys infoReferential integrityyes infoRelationships in graphsdepending on modelno infolinks between datasets can be storednoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnono infoAtomicity and isolation are supported for single operationsACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infoWrite ahead logyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoin-memory tablesno
User concepts infoAccess controlUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)Role based authorizationnoAccess rights for users can be defined per objectfine grained access rights according to SQL-standard
More information provided by the system vendor
Neo4jOrigoDBRiak TSScyllaDBTimescaleDB
Specific characteristicsNeo4j delivers graph technology that has been battle tested for performance and scale...
» more
ScyllaDB is engineered to deliver predictable performance at scale. It’s adopted...
» more
Competitive advantagesNeo4j is the market leader, graph database category creator, and the most widely...
» more
Highly-performant (efficiently utilizes full resources of a node and network; millions...
» more
Typical application scenariosReal-Time Recommendations Master Data Management Identity and Access Management Network...
» more
ScyllaDB is ideal for applications that require high throughput and low latency at...
» more
Key customersOver 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Discord, Epic Games, Expedia, Zillow, Comcast, Disney+ Hotstar, Samsung, ShareChat,...
» more
Market metricsNeo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
ScyllaDB typically offers ~75% total cost of ownership savings, with ~5X higher throughput...
» more
Licensing and pricing modelsGPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
ScyllaDB Open Source - free open source software (AGPL) ScyllaDB Enterprise - subscription-based...
» more
News

This Week in Neo4j: GraphRAG, Testcontainers, Metadata Management, App Dev and more
11 May 2024

Creating the GQL Database Language Standard
7 May 2024

This Week in Neo4j: GraphRAG, Knowledge Graphs, Open Source AI, GraphQL and more
4 May 2024

This Week in Neo4j: Nodes 2024, Data Modelling, Events, Knowledge Graphs and more
27 April 2024

GQL is Here: Your Cypher Queries in a GQL World
26 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
Neo4jOrigoDBRiak TSScyllaDBTimescaleDB
DB-Engines blog posts

Applying Graph Analytics to Game of Thrones
12 June 2019, Amy Hodler & Mark Needham, Neo4j (guest author)

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

The openCypher Project: Help Shape the SQL for Graphs
22 December 2015, Emil Eifrem (guest author)

show all

Recent citations in the news

Neo4j Announces Collaboration with Microsoft to Advance GenAI and Data Solutions USA - English - India - English
26 March 2024, PR Newswire

Neo4j Empowers Syracuse University with $250K Grant to Tackle Misinformation in 2024 Elections
8 May 2024, Datanami

Using Neo4j’s graph database for AI in Azure
4 April 2024, InfoWorld

Neo4j Is Planning IPO on Nasdaq, Largest Owner Greenbridge Says
15 February 2024, Bloomberg

Neo4j, Microsoft add graph features to Azure AI services
26 March 2024, SiliconANGLE News

provided by Google News

Enterprise NoSQL Database for the IoT Becomes Open Source
11 May 2016, ENGINEERING.com

Basho open-sources its Riak TS database for the Internet Of Things
5 May 2016, TechCrunch

Basho brings open source Riak TS database for IoT
7 May 2016, Open Source For You

Best open source databases for IoT applications
26 May 2017, Open Source For You

provided by Google News

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

Scylla Eyes Cassandra's NoSQL Workloads
13 February 2018, Datanami

ScyllaDB Database Review | eWeek
21 August 2018, eWeek

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

Scylla review: Apache Cassandra supercharged
18 December 2019, InfoWorld

provided by Google News

TimescaleDB Is a Vector Database Now, Too
25 September 2023, Datanami

Timescale Acquires PopSQL to Bring a Modern, Collaborative SQL GUI to PostgreSQL Developers
4 April 2024, PR Newswire

Power IoT and time-series workloads with TimescaleDB for Azure Database for PostgreSQL
18 March 2019, Microsoft

Timescale Valuation Rockets to Over $1B with $110M Round, Marking the Explosive Rise of Time-Series Data
22 February 2022, Business Wire

Visualizing IoT Data at Scale With Hopara and TimescaleDB
16 May 2023, Embedded Computing Design

provided by Google News



Share this page

Featured Products

SingleStore logo

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

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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