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 > Alibaba Cloud MaxCompute vs. EJDB vs. MariaDB vs. Neo4j vs. RDF4J

System Properties Comparison Alibaba Cloud MaxCompute vs. EJDB vs. MariaDB vs. Neo4j vs. RDF4J

Editorial information provided by DB-Engines
NameAlibaba Cloud MaxCompute  Xexclude from comparisonEJDB  Xexclude from comparisonMariaDB  Xexclude from comparisonNeo4j  Xexclude from comparisonRDF4J infoformerly known as Sesame  Xexclude from comparison
DescriptionMaxCompute (previously known as ODPS) is a general purpose, fully managed, multi-tenancy data processing platform for large-scale data warehousingEmbeddable document-store database library with JSON representation of queries (in MongoDB style)MySQL application compatible open source RDBMS, enhanced with high availability, security, interoperability and performance capabilities. MariaDB ColumnStore provides a column-oriented storage engine and MariaDB Xpand supports distributed SQL.Scalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsRDF4J is a Java framework for processing RDF data, supporting both memory-based and a disk-based storage.
Primary database modelRelational DBMS infoa graph-processing framework is available with the graphs being stored in tablesDocument storeRelational DBMSGraph DBMSRDF store
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.78
Rank#221  Overall
#102  Relational DBMS
Score0.30
Rank#294  Overall
#44  Document stores
Score93.81
Rank#13  Overall
#9  Relational DBMS
Score44.47
Rank#23  Overall
#1  Graph DBMS
Score0.71
Rank#231  Overall
#9  RDF stores
Websitewww.alibabacloud.com/­product/­maxcomputegithub.com/­Softmotions/­ejdbmariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
neo4j.comrdf4j.org
Technical documentationwww.alibabacloud.com/­help/­en/­maxcomputegithub.com/­Softmotions/­ejdb/­blob/­master/­README.mdmariadb.com/­kb/­en/­libraryneo4j.com/­docsrdf4j.org/­documentation
DeveloperAlibabaSoftmotionsMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Neo4j, Inc.Since 2016 officially forked into an Eclipse project, former developer was Aduna Software.
Initial release201620122009 infoFork of MySQL, which was first released in 199520072004
Current release11.3.2, February 20245.19, April 2024
License infoCommercial or Open SourcecommercialOpen Source infoGPLv2Open Source infoGPL version 2, commercial enterprise subscription availableOpen Source infoGPL version3, commercial licenses availableOpen Source infoEclipse Distribution License (EDL), v1.0.
Cloud-based only infoOnly available as a cloud serviceyesnononono
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 languageCC and C++Java, ScalaJava
Server operating systemshostedserver-lessFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
Linux
OS X
Unix
Windows
Data schemeyesschema-freeyes infoDynamic columns are supportedschema-free and schema-optionalyes infoRDF Schemas
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, bool, date, object_idyesyesyes
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
Secondary indexesnonoyesyes infopluggable indexing subsystem, by default Apache Luceneyes
SQL infoSupport of SQLSQL-like query languagenoyes infowith proprietary extensionsnono
APIs and other access methodsFluentd
Flume
MaxCompute Console
in-process shared libraryADO.NET
JDBC
ODBC
Proprietary native API
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
Java API
RIO infoRDF Input/Output
Sail API
SeRQL infoSesame RDF Query Language
Sesame REST HTTP Protocol
SPARQL
Supported programming languagesJavaActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
Java
PHP
Python
Server-side scripts infoStored proceduresuser defined functions infoin Javanoyes infoPL/SQL compatibility added with version 10.3yes infoUser defined Procedures and Functionsyes
Triggersnonoyesyes infovia event handleryes
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud servicenoneseveral options for horizontal partitioning and Shardingyes using Neo4j Fabricnone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud servicenoneMulti-source replication
Source-replica replication
Causal Clustering using Raft protocol infoavailable in in Enterprise Version onlynone
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Foreign keys infoReferential integritynono infotypically not needed, however similar functionality with collection joins possibleyes infonot for MyISAM storage engineyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACID infonot for MyISAM storage engineACIDACID infoIsolation support depends on the API used
Concurrency infoSupport for concurrent manipulation of datayesyes infoRead/Write Lockingyesyesyes
Durability infoSupport for making data persistentyesyesyes infonot for in-memory storage engineyesyes infoin-memory storage is supported as well
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infowith MEMORY storage engine
User concepts infoAccess controlAccess rights for users and rolesnofine grained access rights according to SQL-standardUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)no
More information provided by the system vendor
Alibaba Cloud MaxComputeEJDBMariaDBNeo4jRDF4J infoformerly known as Sesame
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Neo4j delivers graph technology that has been battle tested for performance and scale...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Neo4j is the market leader, graph database category creator, and the most widely...
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Real-Time Recommendations Master Data Management Identity and Access Management Network...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Over 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Neo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» more
GPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
News

GQL is Here: Your Cypher Queries in a GQL World
26 April 2024

GQL: The ISO Standard for Graphs Has Arrived
25 April 2024

What Is Retrieval-Augmented Generation (RAG)?
24 April 2024

This Week in Neo4j: Google Cloud, Analysis, Knowledge Graph, Relationships and more
20 April 2024

Announcing NODES 2024: Submit Your Talk
17 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
3rd partiesNavicat for MariaDB provides a native environment for MariaDB database management and development.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Alibaba Cloud MaxComputeEJDBMariaDBNeo4jRDF4J infoformerly known as Sesame
DB-Engines blog posts

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

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

Alibaba Cloud introduces serverless AI solution to boost enterprise efficiency
31 January 2024, Backend News

Alibaba Cloud To Launch Big Data Service in Europe
15 June 2017, Alizila

Streaming Data Services Comparison: Alibaba Cloud, AWS, Azure, Google Cloud, IBM Cloud
20 January 2020, Wire19

How Big Data Platform Helped Power Last Year's Double 11
3 March 2020, DataDrivenInvestor

Alibaba VP Yangqing Jia to Quit and Start Own AI Business
21 March 2023, Pandaily

provided by Google News

RECOMMENDED CASH OFFER for MARIADB plc by MERIDIAN BIDCO LLC which is an Affiliate of K1 INVESTMENT ...
24 April 2024, PR Newswire

Progress outbids private equity in offer for MariaDB plc
28 March 2024, The Register

Azure Database for MariaDB will be retired on 19 September 2025 – Migrate to Azure Database for MySQL Flexible ...
22 September 2023, Microsoft

Progress Software Confirms Bid to Acquire MariaDB
26 March 2024, The Wall Street Journal

Struggling database company MariaDB could be taken private in $37M deal
19 February 2024, 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 'instrumental' in creation of new ISO graph query standard
18 April 2024, ChannelLife Australia

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

SingleStore logo

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

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

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.

Neo4j logo

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

Present your product here