DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Faircom DB vs. FoundationDB vs. Hawkular Metrics vs. jBASE vs. MarkLogic

System Properties Comparison Faircom DB vs. FoundationDB vs. Hawkular Metrics vs. jBASE vs. MarkLogic

Editorial information provided by DB-Engines
NameFaircom DB infoformerly c-treeACE  Xexclude from comparisonFoundationDB  Xexclude from comparisonHawkular Metrics  Xexclude from comparisonjBASE  Xexclude from comparisonMarkLogic  Xexclude from comparison
Created as commercial project in 2013, FoundationDB has been acquired by Apple in March 2015 and was withdrawn from the market. As a consequence, the product was removed from the DB-Engines ranking. In April 2018, Apple open-sourced FoundationDB and it therefore reappears in the ranking.
DescriptionNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Ordered key-value store. Core features are complimented by layers.Hawkular metrics is the metric storage of the Red Hat sponsored Hawkular monitoring system. It is based on Cassandra.A robust multi-value DBMS comprising development tools and middlewareOperational and transactional Enterprise NoSQL database
Primary database modelKey-value store
Relational DBMS
Document store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Time Series DBMSMultivalue DBMSDocument store
Native XML DBMS
RDF store infoas of version 7
Search engine
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.18
Rank#314  Overall
#45  Key-value stores
#141  Relational DBMS
Score0.97
Rank#191  Overall
#32  Document stores
#28  Key-value stores
#87  Relational DBMS
Score0.01
Rank#377  Overall
#39  Time Series DBMS
Score1.36
Rank#157  Overall
#3  Multivalue DBMS
Score4.15
Rank#70  Overall
#11  Document stores
#1  Native XML DBMS
#1  RDF stores
#8  Search engines
Websitewww.faircom.com/­products/­faircom-dbgithub.com/­apple/­foundationdbwww.hawkular.orgwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-jbasewww.progress.com/­marklogic
Technical documentationdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlapple.github.io/­foundationdbwww.hawkular.org/­hawkular-metrics/­docs/­user-guidedocs.rocketsoftware.com/­bundle?labelkey=jbase_5.9www.progress.com/­marklogic/­documentation
DeveloperFairCom CorporationFoundationDBCommunity supported by Red HatRocket Software (formerly Zumasys)MarkLogic Corp.
Initial release19792013201419912001
Current releaseV13, July 20246.2.28, November 20205.711.0, December 2022
License infoCommercial or Open Sourcecommercial infoRestricted, free version availableOpen Source infoApache 2.0Open Source infoApache 2.0commercialcommercial inforestricted free version is 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.
Implementation languageANSI C, C++C++JavaC++
Server operating systemsAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux
OS X
Windows
Linux
OS X
Windows
AIX
Linux
Windows
Linux
OS X
Windows
Data schemeschema free, schema optional, schema required, partial schema,schema-free infosome layers support schemasschema-freeschema-freeschema-free infoSchema can be enforced
Typing infopredefined data types such as float or dateyes, ANSI SQL Types, JSON, typed binary structuresno infosome layers support typingyesoptionalyes
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.nonoyesyes
Secondary indexesyesnonoyes
SQL infoSupport of SQLyes, ANSI SQL with proprietary extensionssupported in specific SQL layer onlynoEmbedded SQL for jBASE in BASICyes infoSQL92
APIs and other access methodsADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
HTTP RESTJDBC
ODBC
Proprietary protocol
RESTful HTTP API
SOAP-based API
Java API
Node.js Client API
ODBC
proprietary Optic API infoProprietary Query API, introduced with version 9
RESTful HTTP API
SPARQL
WebDAV
XDBC
XQuery
XSLT
Supported programming languages.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
Go
Java
Python
Ruby
.Net
Basic
Jabbascript
Java
C
C#
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++in SQL-layer onlynoyesyes infovia XQuery or JavaScript
Triggersyesnoyes infovia Hawkular Alertingyesyes
Partitioning methods infoMethods for storing different data on different nodesFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningShardingSharding infobased on CassandraShardingSharding
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).yesselectable replication factor infobased on Cassandrayesyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoyes infovia Hadoop Connector, HDFS Direct Access and in-database MapReduce jobs
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Linearizable consistencyEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Immediate Consistency
Foreign keys infoReferential integrityyesin SQL-layer onlynonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datatunable from ACID to Eventually ConsistentACIDnoACIDACID infocan act as a resource manager in an XA/JTA transaction
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentYes, tunable from durable to delayed durability to in-memoryyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesyes, with Range Indexes
User concepts infoAccess controlFine grained access rights according to SQL-standard with additional protections for filesnonoAccess rights can be defined down to the item levelRole-based access control at the document and subdocument levels

More information provided by the system vendor

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-treeACEFoundationDBHawkular MetricsjBASEMarkLogic
Conferences, events and webinars

Progress MarkLogic World
Washington DC, 23-25 September 2024

Recent citations in the news

FoundationDB team’s new venture, Antithesis, raises $47M to enhance software testing
13 February 2024, SiliconANGLE News

Antithesis Launches Out Of Stealth To Revolutionize Software Reliability
13 February 2024, PR Newswire

Antithesis raises $47M to launch an automated testing platform for software
13 February 2024, TechCrunch

Apple Acquires FoundationDB
24 March 2015, blogs.wsj.com

IBM Cloudant pulls plan to fund new foundational layer for CouchDB
15 March 2022, The Register

provided by Google News

Waiting for Red Hat OpenShift 4.0? Too late, 4.1 has already arrived…
5 June 2019, DevClass

provided by Google News

Temenos signs first customer in India
24 August 2009, Finextra

provided by Google News

Progress Brings Industry Leaders Together to Share Insights on AI and Data at MarkLogic World Tour US 2024
18 September 2024, Progress Investor Relations

Progress Software announces speaker lineup for MarkLogic World Tour US
18 September 2024, TipRanks

Progress Brings Industry Leaders Together to Share Insights on AI and Data at MarkLogic World Tour US 2024
18 September 2024, StockTitan

Vantage Closes Wholesale Deal in Santa Clara
30 May 2024, Data Center Knowledge

Progress unveils enhanced AI capabilities in latest MarkLogic Server release
9 September 2024, Mi3

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

Neo4j logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it 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.

Present your product here