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

DBMS > 4D vs. Apache Jena - TDB vs. GigaSpaces vs. MongoDB vs. RRDtool

System Properties Comparison 4D vs. Apache Jena - TDB vs. GigaSpaces vs. MongoDB vs. RRDtool

Editorial information provided by DB-Engines
Name4D infoformer name: 4th Dimension  Xexclude from comparisonApache Jena - TDB  Xexclude from comparisonGigaSpaces  Xexclude from comparisonMongoDB  Xexclude from comparisonRRDtool  Xexclude from comparison
DescriptionApplication development environment with integrated database management systemA RDF storage and query DBMS, shipped as an optional-use component of the Apache Jena frameworkHigh performance in-memory data grid platform, powering three products: Smart Cache, Smart ODS (Operational Data Store), Smart Augmented TransactionsOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureIndustry standard data logging and graphing tool for time series data. RRD is an acronym for round-robin database. infoThe data is stored in a circular buffer, thus the system storage footprint remains constant over time.
Primary database modelRelational DBMSRDF storeDocument store
Object oriented DBMS infoValues are user defined objects
Document storeTime Series DBMS
Secondary database modelsGraph DBMS
Search engine
Spatial DBMS
Search engine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vector DBMS infocurrently available in the MongoDB Atlas cloud service only
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.68
Rank#110  Overall
#54  Relational DBMS
Score3.85
Rank#86  Overall
#3  RDF stores
Score1.02
Rank#192  Overall
#32  Document stores
#6  Object oriented DBMS
Score423.96
Rank#5  Overall
#1  Document stores
Score2.14
Rank#124  Overall
#10  Time Series DBMS
Websitewww.4d.comjena.apache.org/­documentation/­tdb/­index.htmlwww.gigaspaces.comwww.mongodb.comoss.oetiker.ch/­rrdtool
Technical documentationdeveloper.4d.comjena.apache.org/­documentation/­tdb/­index.htmldocs.gigaspaces.com/­latest/­landing.htmlwww.mongodb.com/­docs/­manualoss.oetiker.ch/­rrdtool/­doc
Developer4D, IncApache Software Foundation infooriginally developed by HP LabsGigaspaces TechnologiesMongoDB, IncTobias Oetiker
Initial release19842000200020091999
Current releasev20, April 20234.9.0, July 202315.5, September 20206.0.7, June 20231.8.0, 2022
License infoCommercial or Open SourcecommercialOpen Source infoApache License, Version 2.0Open Source infoApache Version 2; Commercial licenses availableOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open Source infoGPL V2 and FLOSS
Cloud-based only infoOnly available as a cloud servicenononono infoMongoDB available as DBaaS (MongoDB Atlas)no
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
Implementation languageJavaJava, C++, .NetC++C infoImplementations in Java (e.g. RRD4J) and C# available
Server operating systemsOS X
Windows
All OS with a Java VMLinux
macOS
Solaris
Windows
Linux
OS X
Solaris
Windows
HP-UX
Linux
Data schemeyesyes infoRDF Schemasschema-freeschema-free infoAlthough schema-free, documents of the same collection often follow the same structure. Optionally impose all or part of a schema by defining a JSON schema.yes
Typing infopredefined data types such as float or dateyesyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialNumeric data only
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.yesno infoXML can be used for describing objects metadatano infoExporting into and restoring from XML files possible
Secondary indexesyesyesyesyesno
SQL infoSupport of SQLyes infoclose to SQL 92noSQL-99 for query and DML statementsRead-only SQL queries via the MongoDB Atlas SQL Interfaceno
APIs and other access methodsODBC
RESTful HTTP API infoby using 4D Mobile
SOAP webservices
Fuseki infoREST-style SPARQL HTTP Interface
Jena RDF API
RIO infoRDF Input/Output
GigaSpaces LRMI
Hibernate
JCache
JDBC
JPA
ODBC
RESTful HTTP API
Spring Data
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
in-process shared library
Pipes
Supported programming languages4D proprietary IDE
PHP
Java.Net
C++
Java
Python
Scala
Actionscript infounofficial driver
C
C#
C++
Clojure infounofficial driver
ColdFusion infounofficial driver
D infounofficial driver
Dart infounofficial driver
Delphi infounofficial driver
Erlang
Go
Groovy infounofficial driver
Haskell
Java
JavaScript
Kotlin
Lisp infounofficial driver
Lua infounofficial driver
MatLab infounofficial driver
Perl
PHP
PowerShell infounofficial driver
Prolog infounofficial driver
Python
R infounofficial driver
Ruby
Rust
Scala
Smalltalk infounofficial driver
Swift
C infowith librrd library
C# infowith a different implementation of RRDTool
Java infowith a different implementation of RRDTool
JavaScript (Node.js) infowith a different implementation of RRDTool
Lua
Perl
PHP infowith a wrapper library
Python
Ruby
Server-side scripts infoStored proceduresyesyesyesJavaScriptno
Triggersyesyes infovia event handleryes, event driven architectureyes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.none
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationnoneMulti-source replication infosynchronous or asynchronous
Source-replica replication infosynchronous or asynchronous
Multi-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes infoMap-Reduce pattern can be built with XAP task executorsyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency infoConsistency level configurable: ALL, QUORUM, ANYEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
none
Foreign keys infoReferential integrityyesnono infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infoTDB TransactionsACIDMulti-document ACID Transactions with snapshot isolationno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoby using the rrdcached daemon
Durability infoSupport for making data persistentyesyesyesyes infooptional, enabled by defaultyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes infoIn-memory storage engine introduced with MongoDB version 3.2yes
User concepts infoAccess controlUsers and groupsAccess control via Jena SecurityRole-based access controlAccess rights for users and rolesno
More information provided by the system vendor
4D infoformer name: 4th DimensionApache Jena - TDBGigaSpacesMongoDBRRDtool
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» more

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

Studio 3T: The world's favorite IDE for working with MongoDB
» more

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

More resources
4D infoformer name: 4th DimensionApache Jena - TDBGigaSpacesMongoDBRRDtool
DB-Engines blog posts

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

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

show all

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Conferences, events and webinars

Intro to MongoDB
Webinar, 11am ET, 1 May 2024

Recent citations in the news

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

A catalogue with semantic annotations makes multilabel datasets FAIR | Scientific Reports
4 May 2022, Nature.com

MarkLogic Hones Its Triple Store
18 August 2015, Datanami

Graph Database and Analytics for everyone
5 December 2019, Oracle

Comparing Grakn to Semantic Web Technologies — Part 1/3 | by Tomas Sabat
26 June 2020, Towards Data Science

provided by Google News

GigaSpaces to hand out almost $14 million in dividends following Cloudify’s acquisition by Dell
19 July 2023, CTech

Data Sciences Corporation partners with GigaSpaces Technologies to usher DIH technology to enterprises in SA
10 October 2023, ITWeb

GigaSpaces Announces Version 16.0 with Breakthrough Data Integration Tools to Ease Enterprises' Digital ...
3 November 2021, PR Newswire

GigaSpaces Spins Off Cloudify, Its Open Source Cloud Orchestration Unit
27 July 2017, Data Center Knowledge

Your occasional storage digest with GigaSpaces, Virtana and NAND ship data – Blocks and Files
7 December 2020, Blocks and Files

provided by Google News

MongoDB, Inc. (NASDAQ:MDB) Stock Holdings Lifted by Simplicity Solutions LLC
19 April 2024, Defense World

MongoDB, Inc. to Host Investor Session at MongoDB.local NYC 2024
18 April 2024, StreetInsider.com

MongoDB price target lowered to $440 from $490 at KeyBanc - TipRanks.com
18 April 2024, TipRanks

MongoDB (NASDAQ:MDB) shareholders have earned a 23% CAGR over the last five years
14 April 2024, Yahoo Finance

'Initial Wave Of AI Software Growth' To Spur Microsoft, Salesforce, Palantir, MongoDB, Oracle, Snowflake,
15 April 2024, Benzinga

provided by Google News

SQLi vulnerability in Cacti could lead to RCE (CVE-2023-51448)
9 January 2024, Help Net Security

Critical IP spoofing bug patched in Cacti
15 December 2022, The Daily Swig

Cacti: Using Graphs to Monitor Networks and Devices
16 March 2011, Packt Hub

How to install Cacti SNMP Monitor on Ubuntu
24 November 2017, TechRepublic

Installation Guide for Collectd and Collectd-Web to Monitor Server Resources in Linux
29 November 2017, Linux.com

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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