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 > Alibaba Cloud MaxCompute vs. AllegroGraph vs. Hive vs. MongoDB vs. VelocityDB

System Properties Comparison Alibaba Cloud MaxCompute vs. AllegroGraph vs. Hive vs. MongoDB vs. VelocityDB

Editorial information provided by DB-Engines
NameAlibaba Cloud MaxCompute  Xexclude from comparisonAllegroGraph  Xexclude from comparisonHive  Xexclude from comparisonMongoDB  Xexclude from comparisonVelocityDB  Xexclude from comparison
DescriptionMaxCompute (previously known as ODPS) is a general purpose, fully managed, multi-tenancy data processing platform for large-scale data warehousingHigh performance, persistent RDF store with additional support for Graph DBMSdata warehouse software for querying and managing large distributed datasets, built on HadoopOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA .NET Object Database that can be embedded/distributed and extended to a graph data model (VelocityGraph)
Primary database modelRelational DBMS infoa graph-processing framework is available with the graphs being stored in tablesDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Relational DBMSDocument storeGraph DBMS
Object oriented DBMS
Secondary database modelsSpatial 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.78
Rank#221  Overall
#102  Relational DBMS
Score1.16
Rank#179  Overall
#30  Document stores
#17  Graph DBMS
#7  RDF stores
#7  Vector DBMS
Score62.59
Rank#18  Overall
#12  Relational DBMS
Score423.96
Rank#5  Overall
#1  Document stores
Score0.11
Rank#347  Overall
#35  Graph DBMS
#15  Object oriented DBMS
Websitewww.alibabacloud.com/­product/­maxcomputeallegrograph.comhive.apache.orgwww.mongodb.comvelocitydb.com
Technical documentationwww.alibabacloud.com/­help/­en/­maxcomputefranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmlcwiki.apache.org/­confluence/­display/­Hive/­Homewww.mongodb.com/­docs/­manualvelocitydb.com/­UserGuide
DeveloperAlibabaFranz Inc.Apache Software Foundation infoinitially developed by FacebookMongoDB, IncVelocityDB Inc
Initial release20162004201220092011
Current release8.0, December 20233.1.3, April 20226.0.7, June 20237.x
License infoCommercial or Open Sourcecommercialcommercial infoLimited community edition freeOpen Source infoApache Version 2Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.commercial
Cloud-based only infoOnly available as a cloud serviceyesnonono 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 languageJavaC++C#
Server operating systemshostedLinux
OS X
Windows
All OS with a Java VMLinux
OS X
Solaris
Windows
Any that supports .NET
Data schemeyesyes infoRDF schemasyesschema-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, 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.nono infobulk load of XML files possibleno
Secondary indexesnoyesyesyesyes
SQL infoSupport of SQLSQL-like query languageSPARQL is used as query languageSQL-like DML and DDL statementsRead-only SQL queries via the MongoDB Atlas SQL Interfaceno
APIs and other access methodsFluentd
Flume
MaxCompute Console
RESTful HTTP API
SPARQL
JDBC
ODBC
Thrift
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
.Net
Supported programming languagesJavaC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
C++
Java
PHP
Python
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
Server-side scripts infoStored proceduresuser defined functions infoin Javayes infoJavaScript or Common Lispyes infouser defined functions and integration of map-reduceJavaScriptno
Triggersnoyesnoyes infoin MongoDB Atlas onlyCallbacks are triggered when data changes
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud servicewith FederationShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud serviceMulti-source replication
Source-replica replication
selectable replication factorMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoyes infoquery execution via MapReduceyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configurationEventual ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate Consistency
Foreign keys infoReferential integritynononono infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnoMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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.nonoyes infoIn-memory storage engine introduced with MongoDB version 3.2yes
User concepts infoAccess controlAccess rights for users and rolesUsers with fine-grained authorization concept, user roles and pluggable authenticationAccess rights for users, groups and rolesAccess rights for users and rolesBased on Windows Authentication
More information provided by the system vendor
Alibaba Cloud MaxComputeAllegroGraphHiveMongoDBVelocityDB
Specific characteristicsKnowledge Graph Platform Leader FedShard - Designed for Entity-Event Knowledge Graph...
» more
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesAllegroGraph is uniquely suited to support adhoc queries through SPARQL, Prolog and...
» more
Built 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
News

Can Neuro-Symbolic AI Solve AI’s Weaknesses?
17 April 2024

100 Companies That Matter in KM – Franz Inc.
3 April 2024

Exploring AllegroGraph v8 – Unleashing the Power of Neuro-Symbolic AI (Recorded Webinar)
9 February 2024

What is Neuro-Symbolic AI?
23 January 2024

Allegro CL v11 – Now Available! – The Neuro-Symbolic AI Programming Platform
8 January 2024

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 partiesNavicat 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

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
Alibaba Cloud MaxComputeAllegroGraphHiveMongoDBVelocityDB
DB-Engines blog posts

Why is Hadoop not listed in the DB-Engines Ranking?
13 May 2013, 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

Conferences, events and webinars

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

Recent citations in the news

Alibaba Cloud introduces serverless AI solution to boost enterprise efficiency
31 January 2024, Backend News

Alibaba Cloud To Launch Big Data Service in Europe
15 June 2017, Alizila

Streaming Data Services Comparison: Alibaba Cloud, AWS, Azure, Google Cloud, IBM Cloud
20 January 2020, Wire19

How Big Data Platform Helped Power Last Year's Double 11
3 March 2020, DataDrivenInvestor

Alibaba VP Yangqing Jia to Quit and Start Own AI Business
21 March 2023, Pandaily

provided by Google News

Q&A: Can Neuro-Symbolic AI Solve AI’s Weaknesses?
8 April 2024, TDWI

AI predictions for 2024 unveil exciting technological horizons
21 November 2023, Wire19

Jans Aasman Articles and Insights
13 September 2021, DevOps.com

Neuro-Symbolic AI: The Peak of Artificial Intelligence
16 November 2021, AiThority

Fuse Graph Neural Networks with Semantic Reasoning to Produce Complimentary Predictions
21 September 2021, Towards Data Science

provided by Google News

Run Apache Hive workloads using Spark SQL with Amazon EMR on EKS | Amazon Web Services
18 October 2023, AWS Blog

Data Engineering in 2024: Predictions For Data Lakes and The Serving Layer
23 January 2024, Datanami

18 Top Big Data Tools and Technologies to Know About in 2024
24 January 2024, TechTarget

Top 80 Hadoop Interview Questions and Answers for 2024
15 February 2024, Simplilearn

What Is Apache Iceberg?
26 February 2024, IBM

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



Share this page

Featured Products

Neo4j logo

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

AllegroGraph logo

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

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

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.

Milvus logo

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

Present your product here