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 > NebulaGraph vs. PouchDB vs. Teradata Aster vs. TimesTen

System Properties Comparison NebulaGraph vs. PouchDB vs. Teradata Aster vs. TimesTen

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameNebulaGraph  Xexclude from comparisonPouchDB  Xexclude from comparisonTeradata Aster  Xexclude from comparisonTimesTen  Xexclude from comparison
Teradata Aster has been integrated into other Teradata systems and therefore will be removed from the DB-Engines ranking.
DescriptionA distributed, linear scalable, high perfomant Graph DBMSJavaScript DBMS with an API inspired by CouchDBPlatform for big data analytics on multistructured data sources and typesIn-Memory RDBMS compatible to Oracle
Primary database modelGraph DBMSDocument storeRelational DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.14
Rank#120  Overall
#10  Graph DBMS
Score2.28
Rank#115  Overall
#21  Document stores
Score1.31
Rank#163  Overall
#74  Relational DBMS
Websitegithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
pouchdb.comwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationdocs.nebula-graph.iopouchdb.com/­guidesdocs.oracle.com/­database/­timesten-18.1
DeveloperVesoft Inc.Apache Software FoundationTeradataOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release2019201220051998
Current release7.1.1, June 201911 Release 2 (11.2.2.8.0)
License infoCommercial or Open SourceOpen Source infoApache Version 2.0 + Common Clause 1.0Open Sourcecommercialcommercial
Cloud-based only infoOnly available as a cloud servicenononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++JavaScript
Server operating systemsLinuxserver-less, requires a JavaScript environment (browser, Node.js)LinuxAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeStrong typed schemaschema-freeFlexible Schema (defined schema, partial schema, schema free) infodefined schema within the relational store; partial schema or schema free in the Aster File Storeyes
Typing infopredefined data types such as float or dateyesnoyesyes
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.nonoyes infoin Aster File Storeno
Secondary indexesyes infoNebula Graph internally uses the Key-Value store RocksDB for persistency. The vertices, edges, and their properties are stored as Key while their values are stored as Value. The primary indexes are per Key and secondary indexes are per Value.yes infovia viewsyesyes
SQL infoSupport of SQLSQL-like query languagenoyesyes
APIs and other access methodsBrowser interface
console (shell)
Cypher Query Language
GO Object Graph Mapper
Java Object Graph Mapper
NGBatis infoORM framework for NebulaGraph and Spring-Boot
Proprietary native API
Python Object Graph Mapper
Query language nGQL
HTTP REST infoonly for PouchDB Server
JavaScript API
ADO.NET
JDBC
ODBC
OLE DB
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languages.Net
C++
Go
Java
PHP
Python
JavaScriptC
C#
C++
Java
Python
R
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresuser defined functionsView functions in JavaScriptR packagesPL/SQL
Triggersyesnono
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infowith a proxy-based framework, named couchdb-loungeShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesCausal Clustering using Raft protocolMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
yes infoDimension tables are replicated across all nodes in the cluster. The number of replicas for the file store can be configured.Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesyes infoSQL Map-Reduce Frameworkno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyImmediate Consistency or Eventual Consistency depending on configurationImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityyes infoRelationships in graphsnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes
Durability infoSupport for making data persistentyes infousing RocksDByes infoby using IndexedDB, WebSQL or LevelDB as backendyesyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesnoyes
User concepts infoAccess controlRole-based access controlnofine grained access rights according to SQL-standardfine grained access rights according to SQL-standard
More information provided by the system vendor
NebulaGraphPouchDBTeradata AsterTimesTen
Specific characteristicsNebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» more
Competitive advantagesNebulaGraph boasts the world's only graph database solution that is able to host...
» more
Typical application scenariosSocial networking Fraud detection Knowledge graph Data warehouse management Anti...
» more
Key customersCompanies from a variety of industries have implemented NebulaGraph Database in production,...
» more
Market metricsAt our very early stage, NebulaGraph has already received over 10,000 stars on GitHub...
» more
Licensing and pricing modelsNebulaGraph is open source and free to use under Apache 2.0 license.
» 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
NebulaGraphPouchDBTeradata AsterTimesTen
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Recent citations in the news

Vesoft (NebulaGraph) Recognized in the Gartner® Market Guide for Graph Database Management Systems
15 November 2023, PR Newswire

NebulaGraph reaps from China's growing appetite for graph databases
16 September 2022, TechCrunch

NebulaGraph Completes Series A to Scale Its Distributed Graph Database
16 September 2022, Datanami

NebulaGraph Enterprise v5.0: The First Distributed Graph Database to Offer Native GQL Support
18 April 2024, IT News Online

provided by Google News

Building an Offline First App with PouchDB — SitePoint
10 March 2014, SitePoint

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7 September 2016, SitePoint

3 Reasons To Think Offline First
22 March 2017, ibm.com

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7 March 2017, SitePoint

Offline-first web and mobile apps: Top frameworks and components
22 January 2019, TechBeacon

provided by Google News

Northwestern Analytics Partners with Teradata Aster to Host Hackathon
23 May 2014, Northwestern Engineering

Teradata Aster gets graph database, HDFS-compatible file store
8 October 2013, ZDNet

Teradata Provides the Simplest Way to Bring the Science of Data to the Art of Business
22 September 2011, PR Newswire

Teradata's Aster shows how the flowers of fraud bloom
23 April 2015, The Register

Case study: Siemens reduces train failures with Teradata Aster
12 September 2016, RCR Wireless News

provided by Google News



Share this page

Featured Products

AllegroGraph logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

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.

Present your product here