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

DBMS > Faircom DB vs. Greenplum vs. NebulaGraph vs. Neo4j vs. WakandaDB

System Properties Comparison Faircom DB vs. Greenplum vs. NebulaGraph vs. Neo4j vs. WakandaDB

Editorial information provided by DB-Engines
NameFaircom DB infoformerly c-treeACE  Xexclude from comparisonGreenplum  Xexclude from comparisonNebulaGraph  Xexclude from comparisonNeo4j  Xexclude from comparisonWakandaDB  Xexclude from comparison
DescriptionNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Analytic Database platform built on PostgreSQL. Full name is Pivotal Greenplum Database infoA logical database in Greenplum is an array of individual PostgreSQL databases working together to present a single database image.A distributed, linear scalable, high perfomant Graph DBMSScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsWakandaDB is embedded in a server that provides a REST API and a server-side javascript engine to access data
Primary database modelKey-value store
Relational DBMS
Relational DBMSGraph DBMSGraph DBMSObject oriented DBMS
Secondary database modelsDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score9.23
Rank#47  Overall
#30  Relational DBMS
Score2.12
Rank#125  Overall
#10  Graph DBMS
Score44.47
Rank#23  Overall
#1  Graph DBMS
Score0.09
Rank#352  Overall
#16  Object oriented DBMS
Websitewww.faircom.com/­products/­faircom-dbgreenplum.orggithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
neo4j.comwakanda.github.io
Technical documentationdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmldocs.greenplum.orgdocs.nebula-graph.ioneo4j.com/­docswakanda.github.io/­doc
DeveloperFairCom CorporationPivotal Software Inc.Vesoft Inc.Neo4j, Inc.Wakanda SAS
Initial release19792005201920072012
Current releaseV12, November 20207.0.0, September 20235.18.1, March 20242.7.0 (April 29, 2019), April 2019
License infoCommercial or Open Sourcecommercial infoRestricted, free version availableOpen Source infoApache 2.0Open Source infoApache Version 2.0 + Common Clause 1.0Open Source infoGPL version3, commercial licenses availableOpen Source infoAGPLv3, extended 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.
Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.
Implementation languageANSI C, C++C++Java, ScalaC++, JavaScript
Server operating systemsAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
LinuxLinuxLinux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
Linux
OS X
Windows
Data schemeschema free, schema optional, schema required, partial schema,yesStrong typed schemaschema-free and schema-optionalyes
Typing infopredefined data types such as float or dateyes, ANSI SQL Types, JSON, typed binary structuresyesyesyesyes
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.noyes infosince Version 4.2nono
Secondary indexesyesyesyes 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 infopluggable indexing subsystem, by default Apache Lucene
SQL infoSupport of SQLyes, ANSI SQL with proprietary extensionsyesSQL-like query languagenono
APIs and other access methodsADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JDBC
ODBC
Browser 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
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
RESTful HTTP API
Supported programming languages.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C
Java
Perl
Python
R
.Net
C++
Go
Java
PHP
Python
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
JavaScript
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++yesuser defined functionsyes infoUser defined Procedures and Functionsyes
Triggersyesyesyes infovia event handleryes
Partitioning methods infoMethods for storing different data on different nodesFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningShardingShardingyes using Neo4j Fabricnone
Replication methods infoMethods for redundantly storing data on multiple nodesyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Source-replica replicationCausal Clustering using Raft protocolCausal Clustering using Raft protocol infoavailable in in Enterprise Version onlynone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate ConsistencyCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Immediate Consistency
Foreign keys infoReferential integrityyesyesyes infoRelationships in graphsyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datatunable from ACID to Eventually ConsistentACIDACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentYes, tunable from durable to delayed durability to in-memoryyesyes infousing RocksDByesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesno
User concepts infoAccess controlFine grained access rights according to SQL-standard with additional protections for filesfine grained access rights according to SQL-standardRole-based access controlUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)yes
More information provided by the system vendor
Faircom DB infoformerly c-treeACEGreenplumNebulaGraphNeo4jWakandaDB
Specific characteristicsNebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» more
Neo4j delivers graph technology that has been battle tested for performance and scale...
» more
Competitive advantagesNebulaGraph boasts the world's only graph database solution that is able to host...
» more
Neo4j is the market leader, graph database category creator, and the most widely...
» more
Typical application scenariosSocial networking Fraud detection Knowledge graph Data warehouse management Anti...
» more
Real-Time Recommendations Master Data Management Identity and Access Management Network...
» more
Key customersCompanies from a variety of industries have implemented NebulaGraph Database in production,...
» more
Over 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Market metricsAt our very early stage, NebulaGraph has already received over 10,000 stars on GitHub...
» more
Neo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
Licensing and pricing modelsNebulaGraph is open source and free to use under Apache 2.0 license.
» more
GPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
News

Announcing NODES 2024: Submit Your Talk
17 April 2024

ISO GQL: A Defining Moment in the History of Database Innovation
17 April 2024

This Week in Neo4j: Podcast, RAG, Neo4j Guide, ERP and more
13 April 2024

Neo4j Brings GraphRAG Capabilities for GenAI to Google Cloud
9 April 2024

Neo4j Is Now SOC2 Type 2 Compliant
8 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
Faircom DB infoformerly c-treeACEGreenplumNebulaGraphNeo4jWakandaDB
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

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

provided by Google News

1. Introducing the Greenplum Database - Data Warehousing with Greenplum [Book]
6 December 2018, oreilly.com

VMware Greenplum on AWS: Parallel Postgres for Enterprise Analytics at Scale | Amazon Web Services
9 September 2019, AWS Blog

Greenplum 6 ventures outside the analytic box | ZDNET
19 March 2019, ZDNet

Greenplum 6 review: Jack of all trades, master of some
7 November 2019, InfoWorld

EMC and Greenplum Dress Elephant for IT Parade
8 December 2011, WIRED

provided by Google News

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

Celebrating 10,000 GitHub Stars for NebulaGraph | | news-journal.com
26 March 2024, Longview News-Journal

NebulaGraph Enterprise v3.7.0 Empowers Enterprises to Build Knowledge Graphs with a Few Clicks
3 April 2024, PR Newswire

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

provided by Google News

Neo4j Welcomes New GQL International Standard in Major Milestone for Database Industry
17 April 2024, Yahoo Finance

Knowledge graphs leveraged for enhanced AI insights
17 April 2024, SiliconANGLE News

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

Neo4j Signs Strategic Collaboration Agreement with AWS to Enhance Generative AI Results While Addressing AI ...
21 November 2023, PR Newswire

Leveraging Neo4j and Amazon Bedrock for an Explainable, Secure, and Connected Generative AI Solution | Amazon ...
10 November 2023, AWS Blog

provided by Google News



Share this page

Featured Products

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

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Present your product here