DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > EJDB vs. GreptimeDB vs. MongoDB vs. OrigoDB vs. Quasardb

System Properties Comparison EJDB vs. GreptimeDB vs. MongoDB vs. OrigoDB vs. Quasardb

Editorial information provided by DB-Engines
NameEJDB  Xexclude from comparisonGreptimeDB  Xexclude from comparisonMongoDB  Xexclude from comparisonOrigoDB  Xexclude from comparisonQuasardb  Xexclude from comparison
DescriptionEmbeddable document-store database library with JSON representation of queries (in MongoDB style)An open source Time Series DBMS built for increased scalability, high performance and efficiencyOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA fully ACID in-memory object graph databaseDistributed, high-performance timeseries database
Primary database modelDocument storeTime Series DBMSDocument storeDocument store
Object oriented DBMS
Time Series DBMS
Secondary database modelsSpatial 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.31
Rank#296  Overall
#44  Document stores
Score0.12
Rank#351  Overall
#34  Time Series DBMS
Score421.08
Rank#5  Overall
#1  Document stores
Score0.06
Rank#380  Overall
#50  Document stores
#18  Object oriented DBMS
Score0.21
Rank#322  Overall
#29  Time Series DBMS
Websitegithub.com/­Softmotions/­ejdbgreptime.comwww.mongodb.comorigodb.comquasar.ai
Technical documentationgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.greptime.comwww.mongodb.com/­docs/­manualorigodb.com/­docsdoc.quasar.ai/­master
DeveloperSoftmotionsGreptime Inc.MongoDB, IncRobert Friberg et alquasardb
Initial release2012202220092009 infounder the name LiveDB2009
Current release6.0.7, June 20233.14.1, January 2024
License infoCommercial or Open SourceOpen Source infoGPLv2Open Source infoApache Version 2.0Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open Sourcecommercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licenses
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 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 languageCRustC++C#C++
Server operating systemsserver-lessAndroid
Docker
FreeBSD
Linux
macOS
Windows
Linux
OS X
Solaris
Windows
Linux
Windows
BSD
Linux
OS X
Windows
Data schemeschema-freeschema-free, schema definition possibleschema-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.yesschema-free
Typing infopredefined data types such as float or dateyes infostring, integer, double, bool, date, object_idyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialUser defined using .NET types and collectionsyes infointeger and binary
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.nono infocan be achieved using .NETno
Secondary indexesnoyesyesyesyes infowith tags
SQL infoSupport of SQLnoyesRead-only SQL queries via the MongoDB Atlas SQL InterfacenoSQL-like query language
APIs and other access methodsin-process shared librarygRPC
HTTP API
JDBC
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
.NET Client API
HTTP API
LINQ
HTTP API
Supported programming languagesActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
C++
Erlang
Go
Java
JavaScript
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.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
Server-side scripts infoStored proceduresnoPythonJavaScriptyesno
Triggersnoyes infoin MongoDB Atlas onlyyes infoDomain Eventsno
Partitioning methods infoMethods for storing different data on different nodesnoneShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.horizontal partitioning infoclient side managed; servers are not synchronizedSharding infoconsistent hashing
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replicationSource-replica replication with selectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnowith Hadoop integration
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency
Foreign keys infoReferential integrityno infotypically not needed, however similar functionality with collection joins possibleno infotypically not used, however similar functionality with DBRef possibledepending on modelno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoMulti-document ACID Transactions with snapshot isolationACIDACID
Concurrency infoSupport for concurrent manipulation of datayes infoRead/Write Lockingyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infooptional, enabled by defaultyes infoWrite ahead logyes infoby using LevelDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoIn-memory storage engine introduced with MongoDB version 3.2yesyes infoTransient mode
User concepts infoAccess controlnoSimple rights management via user accountsAccess rights for users and rolesRole based authorizationCryptographically strong user authentication and audit trail
More information provided by the system vendor
EJDBGreptimeDBMongoDBOrigoDBQuasardb
Specific characteristicsGreptimeDB is a SQL & Python-enabled timeseries database system built from scratch...
» more
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantages- Inherits advantages of Rust, such as excellent performance, memory safe, resource...
» more
Built around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosFor IoT industries, GreptimeDB can seamless integrate with message queues and other...
» more
AI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersGreptime's clients span multiple sectors including IoT, connected vehicles, and energy...
» more
ADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsGreptimeDB has garnered global recognition by topping GitHub trends following its...
» more
Hundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsGreptimeDB: open source, distributed, cloud-native TSDB; supports Hybrid Time-series...
» 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

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

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
EJDBGreptimeDBMongoDBOrigoDBQuasardb
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

MongoDB Joins Digital Twin Consortium, Bringing AI and Real-Time Data Expertise
12 June 2024, Datanami

MongoDB (NASDAQ:MDB) Shares Up 2.1%
16 June 2024, Defense World

Alger Mid Cap Growth Fund Maintains its Conviction in MongoDB (MDB)
14 June 2024, Yahoo Finance

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

Why MongoDB Stock Plunged Today
31 May 2024, The Motley Fool

provided by Google News

Record quasar is most luminous object in the universe
20 February 2024, EarthSky

Quasar Partners with PTC to Empower IoT Customers with High-Performance Data Solutions
11 September 2023, Datanami

QUASAR yacht (Bilgin, 46.8m, 2016)
3 July 2023, Boat International

Hubble Unexpectedly Finds Double Quasar in Distant Universe
5 April 2023, Science@NASA

Quasar Selected by National Renewable Energy Laboratory to Help with Energy System De-risking and Optimization
6 June 2023, PR Newswire

provided by Google News



Share this page

Featured Products

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here