DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Alibaba Cloud Table Store vs. AllegroGraph vs. LevelDB vs. MongoDB vs. VelocityDB

System Properties Comparison Alibaba Cloud Table Store vs. AllegroGraph vs. LevelDB vs. MongoDB vs. VelocityDB

Editorial information provided by DB-Engines
NameAlibaba Cloud Table Store  Xexclude from comparisonAllegroGraph  Xexclude from comparisonLevelDB  Xexclude from comparisonMongoDB  Xexclude from comparisonVelocityDB  Xexclude from comparison
DescriptionA fully managed Wide Column Store for large quantities of semi-structured data with real-time accessHigh performance, persistent RDF store with additional support for Graph DBMSEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesOne 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 modelWide column storeDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Key-value storeDocument 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.24
Rank#310  Overall
#12  Wide column stores
Score1.16
Rank#179  Overall
#30  Document stores
#17  Graph DBMS
#7  RDF stores
#7  Vector DBMS
Score2.75
Rank#107  Overall
#19  Key-value stores
Score423.96
Rank#5  Overall
#1  Document stores
Score0.11
Rank#347  Overall
#35  Graph DBMS
#15  Object oriented DBMS
Websitewww.alibabacloud.com/­product/­table-storeallegrograph.comgithub.com/­google/­leveldbwww.mongodb.comvelocitydb.com
Technical documentationwww.alibabacloud.com/­help/­en/­tablestorefranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmlgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdwww.mongodb.com/­docs/­manualvelocitydb.com/­UserGuide
DeveloperAlibabaFranz Inc.GoogleMongoDB, IncVelocityDB Inc
Initial release20162004201120092011
Current release8.0, December 20231.23, February 20216.0.7, June 20237.x
License infoCommercial or Open Sourcecommercialcommercial infoLimited community edition freeOpen Source infoBSDOpen 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 languageC++C++C#
Server operating systemshostedLinux
OS X
Windows
Illumos
Linux
OS X
Windows
Linux
OS X
Solaris
Windows
Any that supports .NET
Data schemeschema-freeyes infoRDF schemasschema-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.yes
Typing infopredefined data types such as float or dateyesyesnoyes 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 possiblenono
Secondary indexesnoyesnoyesyes
SQL infoSupport of SQLnoSPARQL is used as query languagenoRead-only SQL queries via the MongoDB Atlas SQL Interfaceno
APIs and other access methodsHTTP APIRESTful HTTP API
SPARQL
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
.Net
Supported programming languagesJava
Python
C#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
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 proceduresnoyes infoJavaScript or Common LispnoJavaScriptno
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 FederationnoneSharding 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
noneMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configurationImmediate 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 dataAtomic single-row operationsACIDnoMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infowith automatic compression on writesyes 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 based on subaccounts and tokensUsers with fine-grained authorization concept, user roles and pluggable authenticationnoAccess rights for users and rolesBased on Windows Authentication
More information provided by the system vendor
Alibaba Cloud Table StoreAllegroGraphLevelDBMongoDBVelocityDB
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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Studio 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

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

More resources
Alibaba Cloud Table StoreAllegroGraphLevelDBMongoDBVelocityDB
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

Conferences, events and webinars

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

Recent citations in the news

Apache Software Foundation Announces New Top-Level Project Apache Paimon
19 April 2024, Datanami

Gartner’s Magic Quadrant for Cloud Database Management Systems
9 December 2020, CRN

Apache Software Foundation Announces New Top-Level Project Apache® Paimon
16 April 2024, Yahoo Finance

25 Best Cloud Service Providers (Public and Private) in 2024
4 June 2023, CybersecurityNews

Top data analytics tools comparison: Alibaba Cloud, AWS, Azure, Google Cloud, IBM
5 December 2019, Wire19

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

LevelDB in Ruby — SitePoint
22 October 2014, SitePoint

Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs
14 September 2022, BleepingComputer

Pliops unveils XDP-Rocks for RocksDB – Blocks and Files
19 October 2022, Blocks and Files

XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook
26 July 2021, Phoronix

Threat Thursday: BlackGuard Infostealer Rises from Russian Underground Markets
21 April 2022, BlackBerry Blog

provided by Google News

MongoDB: Strong Long-Term Growth Ahead (NASDAQ:MDB)
25 April 2024, Seeking Alpha

Why MongoDB (MDB) Stock Is Up Today By Stock Story
23 April 2024, Investing.com

Proper SQL comes to MongoDB applications .. with the Oracle Database!
2 April 2024, Oracle

This Is What Whales Are Betting On MongoDB - MongoDB (NASDAQ:MDB)
24 April 2024, Benzinga

Key customer benefits of the Microsoft and MongoDB expanded partnership
15 December 2023, Microsoft

provided by Google News



Share this page

Featured Products

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.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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.

AllegroGraph logo

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

Present your product here