DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > ITTIA vs. Machbase Neo vs. Memgraph vs. MongoDB vs. RDF4J

System Properties Comparison ITTIA vs. Machbase Neo vs. Memgraph vs. MongoDB vs. RDF4J

Editorial information provided by DB-Engines
NameITTIA  Xexclude from comparisonMachbase Neo infoFormer name was Infiniflux  Xexclude from comparisonMemgraph  Xexclude from comparisonMongoDB  Xexclude from comparisonRDF4J infoformerly known as Sesame  Xexclude from comparison
DescriptionEdge Time Series DBMS with Real-Time Stream ProcessingTimeSeries DBMS for AIoT and BigDataAn open source graph database built for real-time streaming and compatible with Neo4jOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureRDF4J is a Java framework for processing RDF data, supporting both memory-based and a disk-based storage.
Primary database modelTime Series DBMSTime Series DBMSGraph DBMSDocument storeRDF store
Secondary database modelsRelational DBMSSpatial 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
Score0.44
Rank#267  Overall
#23  Time Series DBMS
Score0.17
Rank#337  Overall
#30  Time Series DBMS
Score3.19
Rank#94  Overall
#8  Graph DBMS
Score421.08
Rank#5  Overall
#1  Document stores
Score0.74
Rank#222  Overall
#9  RDF stores
Websitewww.ittia.commachbase.commemgraph.comwww.mongodb.comrdf4j.org
Technical documentationmachbase.com/­dbmsmemgraph.com/­docswww.mongodb.com/­docs/­manualrdf4j.org/­documentation
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperITTIA L.L.C.MachbaseMemgraph LtdMongoDB, IncSince 2016 officially forked into an Eclipse project, former developer was Aduna Software.
Initial release20072013201720092004
Current release8.7V8.0, August 20236.0.7, June 2023
License infoCommercial or Open Sourcecommercialcommercial infofree test version availableOpen Source infoBSL 1.1; commercial license for enterprise edition 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 infoEclipse Distribution License (EDL), v1.0.
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.
  • MongoDB Flex @ STACKIT offers managed MongoDB Instances with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
Implementation languageC and C++CC and C++C++Java
Server operating systemsLinux
Windows
Linux
macOS
Windows
LinuxLinux
OS X
Solaris
Windows
Linux
OS X
Unix
Windows
Data schemeFixed schemayesschema-free and schema-optionalschema-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 infoRDF Schemas
Typing infopredefined data types such as float or dateFloat/Blob/Integer/String/Unicode/Date/Time/Timestamp/Intervalyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes
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.nonono
Secondary indexesyesyesyesyes
SQL infoSupport of SQLyesSQL-like query languagenoRead-only SQL queries via the MongoDB Atlas SQL Interfaceno
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
WebSocket
gRPC
HTTP REST
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
Bolt protocol
Cypher query language
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Java API
RIO infoRDF Input/Output
Sail API
SeRQL infoSesame RDF Query Language
Sesame REST HTTP Protocol
SPARQL
Supported programming languagesC
C++
JavaScript (Node.js)
Python
C
C#
C++
Go
Java
JavaScript
PHP infovia ODBC
Python
R infovia ODBC
Scala
.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
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
Java
PHP
Python
Server-side scripts infoStored proceduresyesnoJavaScriptyes
Triggersnonoyes infoin MongoDB Atlas onlyyes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infodynamic graph partitioningSharding 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 nodesyesselectable replication factorMulti-source replication using RAFTMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integrityyesnoyes inforelationships in graphsno infotypically not used, however similar functionality with DBRef possible
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesnoACID infowith snapshot isolationMulti-document ACID Transactions with snapshot isolationACID infoIsolation support depends on the API used
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyesnoyes infowith periodic snapshot and write-ahead logging (WAL) of changesyes infooptional, enabled by defaultyes infoin-memory storage is supported as well
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infovolatile and lookup tableyesyes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlDatabase file passwordssimple password-based access controlUsers, roles and permissionsAccess rights for users and rolesno
More information provided by the system vendor
ITTIAMachbase Neo infoFormer name was InfinifluxMemgraphMongoDBRDF4J infoformerly known as Sesame
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Built around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
AI-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 modelsYou can check out our pricing model and licenses on the company website .
» more
MongoDB 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 partiesStudio 3T: The world's favorite IDE for working with MongoDB
» more

CData: 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

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

More resources
ITTIAMachbase Neo infoFormer name was InfinifluxMemgraphMongoDBRDF4J infoformerly known as Sesame
DB-Engines blog posts

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

Recent citations in the news

Embedded secured data base for STM32 MCUs
16 October 2023, Electronics Weekly

ITTIA Embedded Time Series Database to Support STM32 Edge Devices
8 April 2022, Embedded Computing Design

ITTIA Launches Edge Data Processing & Management Database for Microcontrollers, MCUs
9 April 2022, Embedded Computing Design

Free Healthcare Data for Use with Maptitude 2019 Mapping Software
20 September 2019, GISuser.com

provided by Google News

Enhance Your Network with the Power of a Graph DB
4 May 2024, Towards Data Science

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Modeling and Navigating a Transportation Network with Memgraph
12 April 2021, Towards Data Science

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Making Your Own Memory Graph To Detect Memory Issues On iOS
13 April 2021, hackernoon.com

provided by Google News

MongoDB shares sink 23% after management trims guidance
30 May 2024, CNBC

Analysts retool MongoDB stock price target after earnings
2 June 2024, TheStreet

MongoDB loses nearly a quarter of its value after adjusting revenue forecasts
31 May 2024, The Register

MongoDB's (NASDAQ:MDB) Q1 Sales Top Estimates But Stock Drops 23.4%
30 May 2024, Yahoo Finance

MongoDB Stock Sinks 20% As Company Lowers Sales Guidance
31 May 2024, Investor's Business Daily

provided by Google News

GraphDB Goes Open Source
27 January 2020, iProgrammer

Ontotext's GraphDB 8.10 Makes Knowledge Graph Experience Faster and Richer
13 June 2019, Markets Insider

provided by Google News



Share this page

Featured Products

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

Neo4j logo

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

Present your product here