DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Apache Kylin vs. Faircom DB vs. Neo4j vs. OpenEdge vs. YugabyteDB

System Properties Comparison Apache Kylin vs. Faircom DB vs. Neo4j vs. OpenEdge vs. YugabyteDB

Editorial information provided by DB-Engines
NameApache Kylin  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonNeo4j  Xexclude from comparisonOpenEdge  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionA distributed analytics engine for big data, providing a SQL interface and multi-dimensional analysis (OLAP) and leveraging the Hadoop stackNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Scalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsApplication development environment with integrated database management systemHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelRelational DBMSKey-value store
Relational DBMS
Graph DBMSRelational DBMSRelational DBMS
Secondary database modelsDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.20
Rank#175  Overall
#80  Relational DBMS
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score44.47
Rank#23  Overall
#1  Graph DBMS
Score3.75
Rank#88  Overall
#47  Relational DBMS
Score3.11
Rank#99  Overall
#51  Relational DBMS
Websitekylin.apache.orgwww.faircom.com/­products/­faircom-dbneo4j.comwww.progress.com/­openedgewww.yugabyte.com
Technical documentationkylin.apache.org/­docsdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlneo4j.com/­docsdocumentation.progress.com/­output/­ua/­OpenEdge_latestdocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperApache Software Foundation, originally contributed from eBay IncFairCom CorporationNeo4j, Inc.Progress Software CorporationYugabyte Inc.
Initial release20151979200719842017
Current release3.1.0, July 2020V12, November 20205.18.1, March 2024OpenEdge 12.2, March 20202.19, September 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0commercial infoRestricted, free version availableOpen Source infoGPL version3, commercial licenses availablecommercialOpen 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.YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageJavaANSI C, C++Java, ScalaC and C++
Server operating systemsLinuxAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
AIX
HP-UX
Linux
Solaris
Windows
Linux
OS X
Data schemeyesschema free, schema optional, schema required, partial schema,schema-free and schema-optionalyesdepending on used data model
Typing infopredefined data types such as float or dateyesyes, ANSI SQL Types, JSON, typed binary structuresyesyesyes
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.nonoyesno
Secondary indexesyesyesyes infopluggable indexing subsystem, by default Apache Luceneyesyes
SQL infoSupport of SQLANSI SQL for queries (using Apache Calcite)yes, ANSI SQL with proprietary extensionsnoyes infoclose to SQL 92yes, PostgreSQL compatible
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
JDBC
ODBC
JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languages.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
Progress proprietary ABL (Advanced Business Language)C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++yes infoUser defined Procedures and Functionsyesyes infosql, plpgsql, C
Triggersyesyes infovia event handleryesyes
Partitioning methods infoMethods for storing different data on different nodesFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningyes using Neo4j Fabrichorizontal partitioning infosince Version 11.4Hash and Range Sharding, row-level geo-partitioning
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).Causal Clustering using Raft protocol infoavailable in in Enterprise Version onlySource-replica replicationBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Causal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Immediate ConsistencyStrong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integrityyesyes infoRelationships in graphsyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datatunable from ACID to Eventually ConsistentACIDACIDDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesYes, tunable from durable to delayed durability to in-memoryyesyesyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnono
User concepts infoAccess controlFine grained access rights according to SQL-standard with additional protections for filesUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)Users and groupsyes
More information provided by the system vendor
Apache KylinFaircom DB infoformerly c-treeACENeo4jOpenEdgeYugabyteDB
Specific characteristicsNeo4j delivers graph technology that has been battle tested for performance and scale...
» more
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesNeo4j is the market leader, graph database category creator, and the most widely...
» more
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosReal-Time Recommendations Master Data Management Identity and Access Management Network...
» more
Systems of record and engagement for cloud native applications that require resilience,...
» more
Key customersOver 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Market metricsNeo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsGPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
Apache 2.0 license for the database
» more
News

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

This Week in Neo4j: GenAI, Workshop Recordings, Graph Data Science Book and more
6 April 2024

This Week in Neo4j: Vectors, Knowledge Graphs, Clustering, Social Networks and more
30 March 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
Apache KylinFaircom DB infoformerly c-treeACENeo4jOpenEdgeYugabyteDB
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

Migrating from ClickHouse to Apache Doris: Boosting OLAP Performance
9 October 2023, hackernoon.com

Introducing Kyligence Copilot: The AI Copilot for Data to Excel Your KPIs
23 August 2023, insideBIGDATA

Overhauling Apache Kylin for the cloud
18 November 2021, InfoWorld

eBay's Kylin Becomes a Top-Level Apache Open Source Project
9 December 2015, eBay Inc.

How Kyligence Cloud uses Amazon EMR Serverless to simplify OLAP | Amazon Web Services
9 November 2022, AWS Blog

provided by Google 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

Neo Technology Announces the Neo4j Certification for Professionals
12 April 2024, Yahoo Movies UK

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

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

Neo4j Partners with Google Cloud to Launch New GraphRAG Capabilities for GenAI Applications
9 April 2024, Longview News-Journal

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

provided by Google News

OpenEdge Application Development | Progress OpenEdge
14 September 2014, Progress Software

PoC Exploit Released for OpenEdge Authentication Gateway & AdminServer Vulnerability
11 March 2024, GBHackers

What's New in OpenEdge 12.8
15 April 2024, release.nl

provided by Google News

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14 March 2024, Business Wire

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

Scout24 Selects YugabyteDB to Upscale Global Hospitality Management System with Global Distribution and High ...
6 February 2024, Yahoo Finance

Yugabyte adds multiregion Kubernetes support to YugabyteDB 2.18
24 May 2023, InfoWorld

Yugabyte Announces CIS Benchmark for YugabyteDB to Elevate Data Security Standards
31 January 2024, Business Wire

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

Neo4j logo

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Present your product here