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

DBMS > Apache Jena - TDB vs. Faircom DB vs. FoundationDB vs. LokiJS vs. MarkLogic

System Properties Comparison Apache Jena - TDB vs. Faircom DB vs. FoundationDB vs. LokiJS vs. MarkLogic

Editorial information provided by DB-Engines
NameApache Jena - TDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonFoundationDB  Xexclude from comparisonLokiJS  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.
DescriptionA RDF storage and query DBMS, shipped as an optional-use component of the Apache Jena frameworkNative 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.In-memory JavaScript DBMSOperational and transactional Enterprise NoSQL database
Primary database modelRDF storeKey-value store
Relational DBMS
Document store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Document storeDocument 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
Score2.91
Rank#93  Overall
#3  RDF stores
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.44
Rank#256  Overall
#40  Document stores
Score4.15
Rank#70  Overall
#11  Document stores
#1  Native XML DBMS
#1  RDF stores
#8  Search engines
Websitejena.apache.org/­documentation/­tdb/­index.htmlwww.faircom.com/­products/­faircom-dbgithub.com/­apple/­foundationdbgithub.com/­techfort/­LokiJSwww.progress.com/­marklogic
Technical documentationjena.apache.org/­documentation/­tdb/­index.htmldocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlapple.github.io/­foundationdbtechfort.github.io/­LokiJSwww.progress.com/­marklogic/­documentation
DeveloperApache Software Foundation infooriginally developed by HP LabsFairCom CorporationFoundationDBMarkLogic Corp.
Initial release20001979201320142001
Current release4.9.0, July 2023V13, July 20246.2.28, November 202011.0, December 2022
License infoCommercial or Open SourceOpen Source infoApache License, Version 2.0commercial infoRestricted, free version availableOpen Source infoApache 2.0Open Sourcecommercial 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 languageJavaANSI C, C++C++JavaScriptC++
Server operating systemsAll OS with a Java VMAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux
OS X
Windows
server-less, requires a JavaScript environment (browser, Node.js)Linux
OS X
Windows
Data schemeyes infoRDF Schemasschema free, schema optional, schema required, partial schema,schema-free infosome layers support schemasschema-freeschema-free infoSchema can be enforced
Typing infopredefined data types such as float or dateyesyes, ANSI SQL Types, JSON, typed binary structuresno infosome layers support typingnoyes
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.nonoyes
Secondary indexesyesyesnoyes infovia viewsyes
SQL infoSupport of SQLnoyes, ANSI SQL with proprietary extensionssupported in specific SQL layer onlynoyes infoSQL92
APIs and other access methodsFuseki infoREST-style SPARQL HTTP Interface
Jena RDF API
RIO infoRDF Input/Output
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JavaScript APIJava 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 languagesJava.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
JavaScriptC
C#
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Server-side scripts infoStored proceduresyesyes info.Net, JavaScript, C/C++in SQL-layer onlyView functions in JavaScriptyes infovia XQuery or JavaScript
Triggersyes infovia event handleryesnoyesyes
Partitioning methods infoMethods for storing different data on different nodesnoneFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningShardingnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).yesnoneyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesyes 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 consistencynoneImmediate Consistency
Foreign keys infoReferential integrityyesin SQL-layer onlynono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoTDB Transactionstunable from ACID to Eventually ConsistentACIDno infoatomic operations within a single collection possibleACID infocan act as a resource manager in an XA/JTA transaction
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesYes, tunable from durable to delayed durability to in-memoryyesyes infoSerialization of a DB in a Node.JS/Cordova/PhoneGap environment. Usage of the IndexedDB-API in a browser.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes, with Range Indexes
User concepts infoAccess controlAccess control via Jena SecurityFine grained access rights according to SQL-standard with additional protections for filesnonoRole-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
Apache Jena - TDBFaircom DB infoformerly c-treeACEFoundationDBLokiJSMarkLogic
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Conferences, events and webinars

Progress MarkLogic World
Washington DC, 23-25 September 2024

Recent citations in the news

Sparql Secrets In Jena-Fuseki
24 July 2022, Data Science Central

Extract and query knowledge graphs using Apache Jena (SPARQL Engine)
4 December 2019, Towards Data Science

Introducing Graph Store Protocol support for Amazon Neptune
2 August 2021, AWS Blog

A Semantic Knowledge Graph of European Mountain Value Chains
7 September 2024, Nature.com

6 Java Libraries for Machine Learning
3 October 2023, AIM

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

Apple's FoundationDB takes new Record Layer open source, confirms tech underpins CloudKit
14 January 2019, AppleInsider

provided by Google News

LokiJS - A JavaScript Database
18 November 2014, iProgrammer

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

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

Neo4j logo

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

RaimaDB logo

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

Present your product here