DB-EnginesEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > CrateDB vs. HarperDB vs. MongoDB vs. UniData,UniVerse vs. VictoriaMetrics

System Properties Comparison CrateDB vs. HarperDB vs. MongoDB vs. UniData,UniVerse vs. VictoriaMetrics

Editorial information provided by DB-Engines
NameCrateDB  Xexclude from comparisonHarperDB  Xexclude from comparisonMongoDB  Xexclude from comparisonUniData,UniVerse  Xexclude from comparisonVictoriaMetrics  Xexclude from comparison
DescriptionDistributed Database based on LuceneHarperDB takes the "stack" out of "tech stack" by combining an ultra-fast document-style data store, in-memory cache, real-time message broker, and your application components into a single distributed technology.One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureMultiValue database and application server with SQL mapping layer and meta database capabilitiesA fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primary database modelDocument store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Document storeDocument storeMultivalue DBMSTime Series DBMS
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.68
Rank#224  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#12  Vector DBMS
Score0.57
Rank#240  Overall
#38  Document stores
Score405.21
Rank#5  Overall
#1  Document stores
Score2.44
Rank#109  Overall
#2  Multivalue DBMS
Score1.29
Rank#160  Overall
#15  Time Series DBMS
Websitecratedb.comwww.harperdb.iowww.mongodb.comwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidatavictoriametrics.com
Technical documentationcratedb.com/­docsdocs.harperdb.io/­docswww.mongodb.com/­docs/­manualdocs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidatadocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
DeveloperCrateHarperDBMongoDB, IncRocket SoftwareVictoriaMetrics
Initial release20132017200919852018
Current release5.8.1, August 20243.1, August 20217.0.5, January 2024v1.91, May 2023
License infoCommercial or Open SourceOpen Sourcecommercial infofree community 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.commercialOpen Source infoApache Version 2.0
Cloud-based only infoOnly available as a cloud servicenonono infoMongoDB available as DBaaS (MongoDB Atlas)nono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • 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.
  • 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 languageJavaNode.jsC++CGo
Server operating systemsAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportLinux
OS X
Linux
OS X
Solaris
Windows
AIX
HP-UX
Linux
Solaris
Windows
FreeBSD
Linux
macOS
OpenBSD
Data schemeFlexible Schema (defined schema, partial schema, schema free)dynamic schemaschema-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.schema-free
Typing infopredefined data types such as float or dateyesyes infoJSON data typesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialoptional
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 SQLyes, but no triggers and constraints, and PostgreSQL compatibilitySQL-like data manipulation statementsRead-only SQL queries via the MongoDB Atlas SQL Interfaceyesno
APIs and other access methodsADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
JDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Java API infoJPA
JDBC
ODBC
OLE DB
Proprietary protocol
RESTful HTTP API
SOAP-based API
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Supported programming languages.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
.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
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
.Net
Basic infoU2 Basic
C
Java
Server-side scripts infoStored proceduresuser defined functions (Javascript)Custom Functions infosince release 3.1JavaScriptyesno
Triggersnonoyes infoin MongoDB Atlas onlyyes infoU2 Basicno
Partitioning methods infoMethods for storing different data on different nodesShardingA table resides as a whole on one (or more) nodes in a clusterSharding 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 nodesConfigurable replication on table/partition-levelyes infothe nodes on which a table resides can be definedMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replicationSynchronous replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Read-after-write consistency on record level
Immediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual Consistency
Foreign keys infoReferential integritynonono infotypically not used, however similar functionality with DBRef possiblenono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infounique row identifiers can be used for implementing an optimistic concurrency control strategyAtomic execution of specific operationsMulti-document ACID Transactions with snapshot isolationACID infoconfigurableno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes, using LMDByes infooptional, enabled by defaultyesyes
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.2no
User concepts infoAccess controlrights management via user accountsAccess rights for users and rolesAccess rights for users and rolesAccess rights according to SQL-standard and operating system based
More information provided by the system vendor
CrateDBHarperDBMongoDBUniData,UniVerseVictoriaMetrics
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

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
CrateDBHarperDBMongoDBUniData,UniVerseVictoriaMetrics
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

CrateDB Announces New Executive Leadership Appointments
29 August 2023, PR Newswire

Crate.io Introduces CrateDB 2.0 Enterprise and Open Source Editions
16 May 2017, Business Wire

With version 2.0, Crate.io’s database tools put an emphasis on IoT
16 May 2017, TechCrunch

Crate.io introduces Crate IoT Data Platform for Discrete Manufacturing
6 March 2019, Automation.com

Crate.io Brings Power of Industrial SQL Time Series to Azure IoT Hub to Reduce IoT Systems Cost and Complexity
24 September 2018, Business Wire

provided by Google News

Defense Innovation Unit Issues Success Memo to HarperDB for its Common Operation Database Prototype
11 September 2024, PR Newswire

HarperDB Attracts Significant Growth Investment from Serent Capital
12 June 2024, Business Wire

New HarperDB Release Delivers a 50% Increase in Replicated Write Performance and Introduces Sharding
15 October 2024, Yahoo Finance

DoD Successfully Deploys Commercial AI Solutions for COD Project
10 September 2024, Defense Innovation Unit

Wilson Sonsini Advises Serent Capital on Significant Growth Investment in HarperDB
17 June 2024, Wilson Sonsini

provided by Google News

MongoDB, Inc. (MDB): Worst-Performing Growth Stock in 2024
31 October 2024, Insider Monkey

Doppler and MongoDB Partner to Elevate Security and Simplify Secrets Management in Cloud Environments
31 October 2024, EIN News

MONGODB ALERT: Bragar Eagel & Squire, P.C. is Investigating
30 October 2024, GlobeNewswire

MongoDB Sees Unusually Large Options Volume (NASDAQ:MDB)
31 October 2024, MarketBeat

The Future of AI's Data Infrastructure: Unlocking the Power of Gen AI with MongoDB and Capgemini
30 October 2024, TechCrunch

provided by Google News

Unidata S.p.A. Announces Share Buyback
28 October 2024, TipRanks

Unidata Secures Loan for Sustainable Fiber Network in Lazio
28 October 2024, MSN

Unidata Secures Loan for Sustainable Fiber Network in Lazio
28 October 2024, TipRanks

Unidata inks 3-year Lazio sponsorship deal
13 September 2024, Telecompaper EN

Sparkle partners with Unitirreno on cable landing in Genoa
26 July 2024, Capacity Media

provided by Google News

Open source biz promises to slash bills with observability-as-a-service in the cloud
20 August 2024, The Register

VictoriaMetrics Cloud Reduces Monitoring Costs by 5x
20 August 2024, Business Wire

KubeCon24: VictoriaMetrics’ Simpler Alternative to Prometheus
20 March 2024, The New Stack

VictoriaMetrics slashes data storage bills by 90% with world’s most cost-efficient monitoring
30 May 2024, ResponseSource

VictoriaMetrics Unveils Free Trial of Its Enterprise Solution for Enhanced Monitoring and Observability
7 December 2023, Datanami

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

SingleStore logo

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

RaimaDB logo

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

Present your product here