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

DBMS > Faircom EDGE vs. HarperDB vs. MySQL vs. Raima Database Manager vs. TinkerGraph

System Properties Comparison Faircom EDGE vs. HarperDB vs. MySQL vs. Raima Database Manager vs. TinkerGraph

Editorial information provided by DB-Engines
NameFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonHarperDB  Xexclude from comparisonMySQL  Xexclude from comparisonRaima Database Manager infoformerly named db_Vista  Xexclude from comparisonTinkerGraph  Xexclude from comparison
DescriptionFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsUltra-low latency distributed database with an intuitive REST API supporting NoSQL and SQL (including joins). Deployment of functions and databases simultaneously with a consolidated node-level architecture.Widely used open source RDBMSRDBMS with a small footprint, either embedded into an application or used as a database serverA lightweight, in-memory graph engine that serves as a reference implementation of the TinkerPop3 API
Primary database modelKey-value store
Relational DBMS
Document storeRelational DBMS infoKey/Value like access via memcached APIRelational DBMS
Time Series DBMS
Graph DBMS
Secondary database modelsDocument store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.02
Rank#368  Overall
#54  Key-value stores
#156  Relational DBMS
Score0.55
Rank#248  Overall
#38  Document stores
Score1083.74
Rank#2  Overall
#2  Relational DBMS
Score0.46
Rank#259  Overall
#120  Relational DBMS
#22  Time Series DBMS
Score0.08
Rank#348  Overall
#35  Graph DBMS
Websitewww.faircom.com/­products/­faircom-edgewww.harperdb.iowww.mysql.comraima.comtinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlin
Technical documentationdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmldocs.harperdb.io/­docsdev.mysql.com/­docdocs.raima.com
DeveloperFairCom CorporationHarperDBOracle infosince 2010, originally MySQL AB, then SunRaima Inc.
Initial release19792017199519842009
Current releaseV3, October 20203.1, August 20218.4.0, April 202415, June 2021
License infoCommercial or Open Sourcecommercial infoRestricted, free version availablecommercial infofree community edition availableOpen Source infoGPL version 2. Commercial licenses with extended functionallity are 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.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
Implementation languageANSI C, C++Node.jsC and C++CJava
Server operating systemsAndroid
Linux infoARM, x86
Raspbian
Windows
Linux
OS X
FreeBSD
Linux
OS X
Solaris
Windows
Android
HP-UX
Integrity RTOS
iOS
Linux
OS X
QNX
Solaris
VxWorks
Windows
Data schemeFlexible Schema (defined schema, partial schema, schema free)dynamic schemayesyesschema-free
Typing infopredefined data types such as float or dateyes, ANSI Standard SQL Typesyes infoJSON data typesyesyesyes
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.yesnoyesno infoExporting/Importing of XML structures possibleno
Secondary indexesyesyesyesyesno
SQL infoSupport of SQLyes infoANSI SQL queriesSQL-like data manipulation statementsyes infowith proprietary extensionsyesno
APIs and other access methodsADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
JDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
ADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET
JDBC
ODBC
RESTful HTTP API
TinkerPop 3
Supported programming languagesC
C#
C++
Java
JavaScript
PHP
Python
VB.Net
.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C++
Objective-C
PL/SQL
Groovy
Java
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++Custom Functions infosince release 3.1yes infoproprietary syntaxyes infobased on the ANSI/ISO SQL Persistent Stored Modules (PSM) specificationno
Triggersyesnoyesyesno
Partitioning methods infoMethods for storing different data on different nodesFile partitioning infoCustomizable business rules for partitioningA table resides as a whole on one (or more) nodes in a clusterhorizontal partitioning, sharding with MySQL Cluster or MySQL Fabrichorizontal partitioningnone
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoSynchronous and asynchronous realtime replication based on transaction logsyes infothe nodes on which a table resides can be definedMulti-source replication
Source-replica replication
Source-replica replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency
Tunable Consistency
Immediate ConsistencyImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configurationnone
Foreign keys infoReferential integrityyes infowhen using SQLnoyes infonot for MyISAM storage engineyesyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic execution of specific operationsACID infonot for MyISAM storage engineACIDno
Concurrency infoSupport for concurrent manipulation of datayes infoacross SQL and NoSQLyesyes infotable locks or row locks depending on storage engineyes, multi-version concurrency control (MVCC)no
Durability infoSupport for making data persistentyesyes, using LMDByesyesoptional
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyesyes
User concepts infoAccess controlFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Access rights for users and rolesUsers with fine-grained authorization concept infono user groups or rolesnono
More information provided by the system vendor
Faircom EDGE infoformerly c-treeEDGEHarperDBMySQLRaima Database Manager infoformerly named db_VistaTinkerGraph
Specific characteristicsRaima Database Manager (RDM) is an embedded time-series database optimized to run...
» more
Competitive advantagesDecreased time-to-market Industry-standard interfaces & tools for making your job...
» more
Typical application scenariosTypical use cases include: Internet of Things (IoT) Embedded In-Memory Database Time-Series...
» more
Key customersInfor, ABB, The Boeing Company, BAE Systems, Dow Jones, Dun & Bradstreet, Fujitsu,...
» more
Market metricsOver 30 000 applications developers worldwide have field-tested RDM products More...
» more
Licensing and pricing modelsJust as the technical aspects of Raima Database Manager are flexible, so are the...
» more
News

Raima Unveils RaimaDB 16.0: Elevating Database Performance and User Experience
29 February 2024

Raima Announces Release of Raima Database Manager (RDM) v15, a Powerful Embedded Time Series Database
10 June 2021

Raima Announces Release of Raima Database Manager (RDM) v14.2, a Powerful IoT Edge Embedded Database
8 October 2020

Raima Joins BlackBerry QNX Channel Partner Program to Deliver Safety-Critical and Secure Software Solutions
1 October 2020

Raima Expands Their Reseller Network in Asia
19 May 2020

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 MySQL is the ideal solution for MySQL/MariaDB administration and development.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» more

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

More resources
Faircom EDGE infoformerly c-treeEDGEHarperDBMySQLRaima Database Manager infoformerly named db_VistaTinkerGraph
DB-Engines blog posts

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

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

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

show all

Recent citations in the news

Innovative Software and Giant Lego Sets, Why FairCom Edge Booth is a Must-Visit at Automate
9 May 2024, MVPro

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

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

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

provided by Google News

Startups of the Year 2023: Meet HarperDB - A Database and Application Development Platform
22 June 2023, hackernoon.com

Unlocking immersive golfing experiences with AWS Wavelength | Amazon Web Services
29 November 2022, AWS Blog

HarperDB: An underdog SQL / NoSQL database | ZDNET
7 February 2018, ZDNet

HarperDB 4.0 Delivers Enterprise-Grade Global Application Development to Every Developer
17 January 2023, Markets Insider

HarperDB is More Than Just a Database: Here's Why
21 August 2021, hackernoon.com

provided by Google News

Rule::array() and whereJsonOverlaps() for MySQL in Laravel 11.7
7 May 2024, Laravel News

Enterprise Manager: How Comcast enhanced monitoring for MySQL InnoDB Clusters
22 April 2024, Oracle

Amazon Aurora MySQL version 2 (with MySQL 5.7 compatibility) to version 3 (with MySQL 8.0 compatibility) upgrade ...
18 March 2024, AWS Blog

Ultimate MySQL Workbench Installation Guide [2024 Edition]
15 February 2024, Simplilearn

Zendesk Moves from DynamoDB to MySQL and S3 to Save over 80% in Costs
29 December 2023, InfoQ.com

provided by Google News

Raima re-bundles their Raima Database Manager packages to align with market trends
14 March 2012, Embedded

Edge Computing Enabling the Future | Wind River
2 July 2018, WIND

LabVIEW integrates Raima's Database API
7 August 2013, Embedded

IP Core for ASICs & FPGAs meets CAN FD spec
27 January 2014, Embedded

provided by Google News

Automated testing of Amazon Neptune data access with Apache TinkerPop Gremlin | Amazon Web Services
28 September 2022, AWS Blog

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

Why developers like Apache TinkerPop, an open source framework for graph computing | Amazon Web Services
27 September 2021, AWS Blog

InfiniteGraph Gets Support for Common Graph Database Language and More
21 February 2012, SiliconANGLE News

Introducing Gremlin query hints for Amazon Neptune | AWS Database Blog
26 February 2019, AWS Blog

provided by Google News



Share this page

Featured Products

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

RaimaDB logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
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

Present your product here