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 > AlaSQL vs. AnzoGraph DB vs. GreptimeDB vs. jBASE vs. MongoDB

System Properties Comparison AlaSQL vs. AnzoGraph DB vs. GreptimeDB vs. jBASE vs. MongoDB

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonAnzoGraph DB  Xexclude from comparisonGreptimeDB  Xexclude from comparisonjBASE  Xexclude from comparisonMongoDB  Xexclude from comparison
DescriptionJavaScript DBMS libraryScalable graph database built for online analytics and data harmonization with MPP scaling, high-performance analytical algorithms and reasoning, and virtualizationAn open source Time Series DBMS built for increased scalability, high performance and efficiencyA robust multi-value DBMS comprising development tools and middlewareOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructure
Primary database modelDocument store
Relational DBMS
Graph DBMS
RDF store
Time Series DBMSMultivalue DBMSDocument store
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.46
Rank#260  Overall
#40  Document stores
#121  Relational DBMS
Score0.23
Rank#307  Overall
#24  Graph DBMS
#13  RDF stores
Score0.06
Rank#352  Overall
#33  Time Series DBMS
Score1.41
Rank#159  Overall
#3  Multivalue DBMS
Score421.65
Rank#5  Overall
#1  Document stores
Websitealasql.orgcambridgesemantics.com/­anzographgreptime.comwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-jbasewww.mongodb.com
Technical documentationgithub.com/­AlaSQL/­alasqldocs.cambridgesemantics.com/­anzograph/­userdoc/­home.htmdocs.greptime.comdocs.rocketsoftware.com/­bundle?labelkey=jbase_5.9www.mongodb.com/­docs/­manual
DeveloperAndrey Gershun & Mathias R. WulffCambridge SemanticsGreptime Inc.Rocket Software (formerly Zumasys)MongoDB, Inc
Initial release20142018202219912009
Current release2.3, January 20215.76.0.7, June 2023
License infoCommercial or Open SourceOpen Source infoMIT-Licensecommercial infofree trial version availableOpen Source infoApache Version 2.0commercialOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.
Cloud-based only infoOnly available as a cloud servicenonononono infoMongoDB available as DBaaS (MongoDB Atlas)
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 languageJavaScriptRustC++
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)LinuxAndroid
Docker
FreeBSD
Linux
macOS
Windows
AIX
Linux
Windows
Linux
OS X
Solaris
Windows
Data schemeschema-freeSchema-free and OWL/RDFS-schema supportschema-free, schema definition possibleschema-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.
Typing infopredefined data types such as float or datenoyesoptionalyes infostring, integer, double, decimal, boolean, date, object_id, geospatial
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.nononoyes
Secondary indexesnonoyesyes
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SPARQL and SPARQL* as primary query language. Cypher preview.yesEmbedded SQL for jBASE in BASICRead-only SQL queries via the MongoDB Atlas SQL Interface
APIs and other access methodsJavaScript APIApache Mule
gRPC
JDBC
Kafka
OData access for BI tools
OpenCypher
RESTful HTTP API
SPARQL
gRPC
HTTP API
JDBC
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
SOAP-based API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Supported programming languagesJavaScriptC++
Java
Python
C++
Erlang
Go
Java
JavaScript
.Net
Basic
Jabbascript
Java
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
Server-side scripts infoStored proceduresnouser defined functions and aggregatesPythonyesJavaScript
Triggersyesnoyesyes infoin MongoDB Atlas only
Partitioning methods infoMethods for storing different data on different nodesnoneAutomatic shardingShardingShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication in MPP-ClusteryesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoKerberos/HDFS data loadingnonoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate Consistency in MPP-ClusterImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integrityyesno infonot needed in graphsnono infotypically not used, however similar functionality with DBRef possible
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageACIDACIDMulti-document ACID Transactions with snapshot isolation
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageyesyesyesyes infooptional, enabled by default
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlnoAccess rights for users and rolesSimple rights management via user accountsAccess rights can be defined down to the item levelAccess rights for users and roles
More information provided by the system vendor
AlaSQLAnzoGraph DBGreptimeDBjBASEMongoDB
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

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
AlaSQLAnzoGraph DBGreptimeDBjBASEMongoDB
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

Create a Marvel Database with SQL and Javascript, the easy way
2 July 2019, Towards Data Science

Multi faceted data exploration in the browser using Leaflet and amCharts
3 May 2020, Towards Data Science

provided by Google News

AnzoGraph review: A graph database for deep analytics
15 April 2019, InfoWorld

Cambridge Semantics Fits AnzoGraph DB with More Speed, Free Access
23 January 2020, Solutions Review

AnzoGraph: A W3C Standards-Based Graph Database | by Jo Stichbury
8 February 2019, Towards Data Science

Back to the future: Does graph database success hang on query language?
5 March 2018, ZDNet

Is The Enterprise Knowledge Graph Finally Going To Make All Data Usable?
19 September 2018, Forbes

provided by Google News

Temenos signs first customer in India
24 August 2009, Finextra

provided by Google News

MongoDB Stock Sinks As Market Gains: Here's Why
21 May 2024, Markets Insider

Principal Securities Inc. Takes Position in MongoDB, Inc. (NASDAQ:MDB)
21 May 2024, Defense World

Build RAG applications with MongoDB Atlas, now available in Knowledge Bases for Amazon Bedrock | Amazon Web ...
2 May 2024, AWS Blog

Wall Street Analysts Just Trimmed Price Target for MongoDB, Inc. (NASDAQ:MDB)
21 May 2024, Insider Monkey

MongoDB Launches 'One-Stop-Shop' Program For Building Advanced GenAI Applications
1 May 2024, CRN

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.

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

RaimaDB logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here