DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > AllegroGraph vs. Amazon Neptune vs. BigObject vs. Faircom EDGE vs. MariaDB

System Properties Comparison AllegroGraph vs. Amazon Neptune vs. BigObject vs. Faircom EDGE vs. MariaDB

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonAmazon Neptune  Xexclude from comparisonBigObject  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonMariaDB  Xexclude from comparison
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSFast, reliable graph database built for the cloudAnalytic DBMS for real-time computations and queriesFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsMySQL 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.
Primary database modelDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Graph DBMS
RDF store
Relational DBMS infoa hierachical model (tree) can be imposedKey-value store
Relational DBMS
Relational DBMS
Secondary database modelsSpatial DBMSDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.84
Rank#204  Overall
#35  Document stores
#18  Graph DBMS
#7  RDF stores
#10  Vector DBMS
Score2.20
Rank#113  Overall
#9  Graph DBMS
#5  RDF stores
Score0.13
Rank#329  Overall
#147  Relational DBMS
Score0.02
Rank#370  Overall
#55  Key-value stores
#157  Relational DBMS
Score83.44
Rank#15  Overall
#10  Relational DBMS
Websiteallegrograph.comaws.amazon.com/­neptunebigobject.iowww.faircom.com/­products/­faircom-edgemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmlaws.amazon.com/­neptune/­developer-resourcesdocs.bigobject.iodocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlmariadb.com/­kb/­en/­library
DeveloperFranz Inc.AmazonBigObject, Inc.FairCom CorporationMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Initial release20042017201519792009 infoFork of MySQL, which was first released in 1995
Current release8.0, December 2023V3, October 202011.5.2, August 2024
License infoCommercial or Open Sourcecommercial infoLimited community edition freecommercialcommercial infofree community edition availablecommercial infoRestricted, free version availableOpen Source infoGPL version 2, commercial enterprise subscription available
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
STACKIT MariaDB offers MariaDB in a fully managed version in enterprise grade, 100% GDPR-compliant.
Implementation languageANSI C, C++C and C++
Server operating systemsLinux
OS X
Windows
hostedLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
Android
Linux infoARM, x86
Raspbian
Windows
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Data schemeyes infoRDF schemasschema-freeyesFlexible Schema (defined schema, partial schema, schema free)yes infoDynamic columns are supported
Typing infopredefined data types such as float or dateyesyesyesyes, ANSI Standard SQL Typesyes
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.no infobulk load of XML files possiblenonoyesyes
Secondary indexesyesnoyesyesyes
SQL infoSupport of SQLSPARQL is used as query languagenoSQL-like DML and DDL statementsyes infoANSI SQL queriesyes infowith proprietary extensions
APIs and other access methodsRESTful HTTP API
SPARQL
OpenCypher
RDF 1.1 / SPARQL 1.1
TinkerPop Gremlin
fluentd
ODBC
RESTful HTTP API
ADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
C#
Go
Java
JavaScript
PHP
Python
Ruby
Scala
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresyes infoJavaScript or Common LispnoLuayes info.Net, JavaScript, C/C++yes infoPL/SQL compatibility added with version 10.3
Triggersyesnonoyesyes
Partitioning methods infoMethods for storing different data on different nodeswith FederationnonenoneFile partitioning infoCustomizable business rules for partitioningseveral options for horizontal partitioning and Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Multi-availability zones high availability, asynchronous replication for up to 15 read replicas within a single region. Global database clusters consists of a primary write DB cluster in one region, and up to five secondary read DB clusters in different regions. Each secondary region can have up to 16 reader instances.noneyes infoSynchronous and asynchronous realtime replication based on transaction logsMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencynoneImmediate Consistency
Tunable Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyes infoRelationships in graphsyes infoautomatically between fact table and dimension tablesyes infowhen using SQLyes infonot for MyISAM storage engine
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoACIDACID infonot for MyISAM storage engine
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoRead/write lock on objects (tables, trees)yes infoacross SQL and NoSQLyes
Durability infoSupport for making data persistentyesyes infowith encyption-at-restyesyesyes infonot for in-memory storage engine
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyes infowith MEMORY storage engine
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)noFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.fine grained access rights according to SQL-standard
More information provided by the system vendor
AllegroGraphAmazon NeptuneBigObjectFaircom EDGE infoformerly c-treeEDGEMariaDB
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» more
News

AllegroGraph Named a 2024 Trend Setting Product
16 September 2024

Gartner recognized Franz Inc. as a Key Neuro-Symbolic AI Provider in 2024 Hype Cycle for AI
10 September 2024

Next-Generation Cybersecurity: Integrating Knowledge Graphs and Neuro-Symbolic AI with STIX and TAXII
10 September 2024

Pruning Cycles in UMLS Metathesaurus: A Neuro Symbolic AI Approach
9 September 2024

Awesome AI Companies – Franz Inc.
17 July 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
AllegroGraphAmazon NeptuneBigObjectFaircom EDGE infoformerly c-treeEDGEMariaDB
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

Recent citations in the news

Build your own chatbot and talk to your own documents
4 June 2024, Data Science Central

Neuro-Symbolic AI: The Peak of Artificial Intelligence
16 November 2021, AiThority

Q&A: Can Neuro-Symbolic AI Solve AI’s Weaknesses?
8 April 2024, TDWI

The key to quantum computing AI applications: Flexible programming languages
2 July 2022, VentureBeat

Fuse Graph Neural Networks with Semantic Reasoning to Produce Complimentary Predictions
21 September 2021, Towards Data Science

provided by Google News

How Amazon stores deliver trustworthy shopping and seller experiences using Amazon Neptune
18 September 2024, AWS Blog

Hydrating the Natural History Museum’s Planetary Knowledge Base with Amazon Neptune and Open Data on AWS
13 September 2024, AWS Blog

Using knowledge graphs to build GraphRAG applications with Amazon Bedrock and Amazon Neptune
1 August 2024, AWS Blog

How Prisma Cloud built Infinity Graph using Amazon Neptune and Amazon OpenSearch Service
27 August 2024, AWS Blog

New Amazon Neptune engine version delivers up to 9 times faster and 10 times higher throughput for openCypher query performance
23 July 2024, AWS Blog

provided by Google News

Data Technology Company FairCom Expands The Edge with 2 New Releases of its Edge Computing Products
19 April 2023, Business Wire

Brokers, Protocols, Platform Move Manufacturing Data
26 July 2023, EE Times

Winners of the 2021 IoT Evolution Product of the Year Awards Announced
6 July 2021, IoT Evolution World

How To Collect, Store, and Query IoT Data With MQTT + SQL
16 June 2022, IoT For All

Trend-Setting Products in Data and Information Management for 2023
8 December 2022, Database Trends and Applications

provided by Google News

MariaDB goes private after acquisition by K1 Investment Management
11 September 2024, SiliconANGLE News

MariaDB goes private with new CEO as K1 closes acquisition
10 September 2024, TechCrunch

ServiceNow moves its backend off MariaDB to homebrew Postgres
10 September 2024, The Register

What’s in the cards for MariaDB?
13 September 2024, InfoWorld

MariaDB acquired by private investment company
11 September 2024, Techzine Europe

provided by Google News



Share this page

Featured Products

RaimaDB logo

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

Neo4j logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Present your product here