DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > AllegroGraph vs. BigObject vs. IRONdb vs. MongoDB vs. TigerGraph

System Properties Comparison AllegroGraph vs. BigObject vs. IRONdb vs. MongoDB vs. TigerGraph

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonBigObject  Xexclude from comparisonIRONdb  Xexclude from comparisonMongoDB  Xexclude from comparisonTigerGraph  Xexclude from comparison
IRONdb seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSAnalytic DBMS for real-time computations and queriesA distributed Time Series DBMS with a focus on scalability, fault tolerance and operational simplicityOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA complete, distributed, parallel graph computing platform supporting web-scale data analytics in real-time
Primary database modelDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Relational DBMS infoa hierachical model (tree) can be imposedTime Series DBMSDocument storeGraph 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.75
Rank#215  Overall
#36  Document stores
#19  Graph DBMS
#9  RDF stores
#11  Vector DBMS
Score0.13
Rank#332  Overall
#148  Relational DBMS
Score400.93
Rank#5  Overall
#1  Document stores
Score1.40
Rank#152  Overall
#14  Graph DBMS
Websiteallegrograph.combigobject.iowww.circonus.com/solutions/time-series-database/www.mongodb.comwww.tigergraph.com
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmldocs.bigobject.iodocs.circonus.com/irondb/category/getting-startedwww.mongodb.com/­docs/­manualdocs.tigergraph.com
DeveloperFranz Inc.BigObject, Inc.Circonus LLC.MongoDB, Inc
Initial release20042015201720092017
Current release8.0, December 2023V0.10.20, January 20187.0.5, January 2024
License infoCommercial or Open Sourcecommercial infoLimited community edition freecommercial infofree community edition availablecommercialOpen 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 servicenononono 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.
  • 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 languageC and C++C++C++
Server operating systemsLinux
OS X
Windows
Linux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
LinuxLinux
OS X
Solaris
Windows
Linux
Data schemeyes infoRDF schemasyesschema-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 dateyesyesyes infotext, numeric, histogramsyes 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.no infobulk load of XML files possiblenonono
Secondary indexesyesyesnoyes
SQL infoSupport of SQLSPARQL is used as query languageSQL-like DML and DDL statementsSQL-like query language (Circonus Analytics Query Language: CAQL)Read-only SQL queries via the MongoDB Atlas SQL InterfaceSQL-like query language (GSQL)
APIs and other access methodsRESTful HTTP API
SPARQL
fluentd
ODBC
RESTful HTTP API
HTTP APIGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
GSQL (TigerGraph Query Language)
Kafka
RESTful HTTP/JSON API
Supported programming languagesC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Lua
Perl
PHP
Python
R
Ruby
Rust
Scala
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
C++
Java
Server-side scripts infoStored proceduresyes infoJavaScript or Common LispLuayes, in LuaJavaScriptyes
Triggersyesnonoyes infoin MongoDB Atlas onlyno
Partitioning methods infoMethods for storing different data on different nodeswith FederationnoneAutomatic, metric affinity per nodeSharding 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 nodesMulti-source replication
Source-replica replication
noneconfigurable replication factor, datacenter awareMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationnoneImmediate consistency per node, eventual consistency across nodesEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integritynoyes infoautomatically between fact table and dimension tablesnono infotypically not used, however similar functionality with DBRef possibleyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnonoMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoRead/write lock on objects (tables, trees)yesyesyes
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.noyesnoyes infoIn-memory storage engine introduced with MongoDB version 3.2no
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationnonoAccess rights for users and rolesRole-based access control
More information provided by the system vendor
AllegroGraphBigObjectIRONdbMongoDBTigerGraph
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
News

AllegroGraph Named a 2024 Trend Setting Product
16 September 2024

Gartner recognized Franz Inc. as a Key Neuro-Symbolic AI Provider in 2024 Hype Cycle for AI
10 September 2024

Next-Generation Cybersecurity: Integrating Knowledge Graphs and Neuro-Symbolic AI with STIX and TAXII
10 September 2024

Pruning Cycles in UMLS Metathesaurus: A Neuro Symbolic AI Approach
9 September 2024

Podcast – Gartner AI Hype Cycle – Knowledge Graphs and Neuro-Symbolic AI
24 August 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

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

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

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

Embracing the Power of Knowledge Graphs at Data Summit 2023
10 May 2023, Database Trends and Applications

Why dynamically visualizing relationships in data matters
21 June 2018, InfoWorld

Is Deep Learning too superficial?
27 September 2018, AI Business

Putting data back into the hands of owners
19 December 2016, TechCrunch

provided by Google News

Apica gets $6 million in funding and buys Circonus -
21 February 2024, Enterprise Times

provided by Google News

The future of AI's data infrastructure: Unlocking the power of GenAI with MongoDB and Capgemini
9 November 2024, TechCrunch

MongoDB (MDB) Stock Declines While Market Improves: Some Information for Investors
8 November 2024, Yahoo Finance

MongoDB: Playing The Long Game In A Fiercely Competitive Market
8 November 2024, Seeking Alpha

This Stock Is Crushing Salesforce, MongoDB And Snowflake In AI Revenue
17 October 2024, Forbes

MongoDB says it’s winning with targeted commercial AI projects
4 October 2024, Blocks & Files

provided by Google News

TigerGraph unveils GenAI assistant, introduces new CEO
30 April 2024, TechTarget

Exploring the Power of Graph with Tigergraph
31 October 2024, AWS Blog

How TigerGraph CoPilot enables graph-augmented AI
30 April 2024, InfoWorld

TigerGraph raises $105M Series C for its enterprise graph database
17 February 2021, TechCrunch

An Introduction to Using TigerGraph with Go: Exploring COVID-19 Patient Cases
22 May 2022, Towards Data Science

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

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

RaimaDB logo

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

Neo4j logo

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

Present your product here