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. YDB

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

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 comparisonYDB  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 typesA distributed fault-tolerant database service, with high availability, scalability, immediate consistency and ACID transactions and providing an Amazon DynamoDB compatible API
Primary database modelGraph DBMSDocument storeRelational DBMSDocument store
Relational 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
Score0.35
Rank#278  Overall
#43  Document stores
#127  Relational DBMS
Websitegithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
pouchdb.comgithub.com/­ydb-platform/­ydb
ydb.tech
Technical documentationdocs.nebula-graph.iopouchdb.com/­guidesydb.tech/­en/­docs
DeveloperVesoft Inc.Apache Software FoundationTeradataYandex
Initial release2019201220052019
Current release7.1.1, June 2019
License infoCommercial or Open SourceOpen Source infoApache Version 2.0 + Common Clause 1.0Open SourcecommercialOpen Source infoApache 2.0; commercial license available
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)LinuxLinux
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 StoreFlexible Schema (defined schema, partial schema, schema free)
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 languagenoyesSQL-like query language (YQL)
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
RESTful HTTP API (DynamoDB compatible)
Supported programming languages.Net
C++
Go
Java
PHP
Python
JavaScriptC
C#
C++
Java
Python
R
Go
Java
JavaScript (Node.js)
PHP
Python
Server-side scripts infoStored proceduresuser defined functionsView functions in JavaScriptR packagesno
Triggersyesno
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infowith a proxy-based framework, named couchdb-loungeShardingSharding
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.Active-passive shard 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
Foreign keys infoReferential integrityyes infoRelationships in graphsnonono
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
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesnono
User concepts infoAccess controlRole-based access controlnofine grained access rights according to SQL-standardAccess rights defined for Yandex Cloud users
More information provided by the system vendor
NebulaGraphPouchDBTeradata AsterYDB
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 AsterYDB
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

Russian Court Sues Yandex CEO For LGBT Propaganda Case
30 April 2024, VOI.ID

Personal Data Protection Service Initiates Probe into Yandex.Go App’s Data Processing
10 August 2023, Civil Georgia

Data leak from Russian delivery app shows dining habits of the secret police
3 April 2022, The Verge

Yandex code leak: Why hack of ‘Russian Google’s’ ranking factors has spooked the SEO industry
1 February 2023, The Indian Express

Russian secret police data leaked by food delivery app including where they live and what they eat...
4 April 2022, The US Sun

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

Milvus logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

AllegroGraph logo

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

Neo4j logo

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

Present your product here