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 > AnzoGraph DB vs. CrateDB vs. Manticore Search vs. MarkLogic vs. RDF4J

System Properties Comparison AnzoGraph DB vs. CrateDB vs. Manticore Search vs. MarkLogic vs. RDF4J

Editorial information provided by DB-Engines
NameAnzoGraph DB  Xexclude from comparisonCrateDB  Xexclude from comparisonManticore Search  Xexclude from comparisonMarkLogic  Xexclude from comparisonRDF4J infoformerly known as Sesame  Xexclude from comparison
DescriptionScalable graph database built for online analytics and data harmonization with MPP scaling, high-performance analytical algorithms and reasoning, and virtualizationDistributed Database based on LuceneMulti-storage database for search, including full-text search.Operational and transactional Enterprise NoSQL databaseRDF4J is a Java framework for processing RDF data, supporting both memory-based and a disk-based storage.
Primary database modelGraph DBMS
RDF store
Document store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Search engineDocument store
Native XML DBMS
RDF store infoas of version 7
Search engine
RDF store
Secondary database modelsRelational DBMSTime Series DBMS infousing the Manticore Columnar Library
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.23
Rank#307  Overall
#24  Graph DBMS
#13  RDF stores
Score0.73
Rank#224  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#8  Vector DBMS
Score0.22
Rank#312  Overall
#21  Search engines
Score5.92
Rank#58  Overall
#10  Document stores
#1  Native XML DBMS
#1  RDF stores
#6  Search engines
Score0.69
Rank#230  Overall
#9  RDF stores
Websitecambridgesemantics.com/­anzographcratedb.commanticoresearch.comwww.marklogic.comrdf4j.org
Technical documentationdocs.cambridgesemantics.com/­anzograph/­userdoc/­home.htmcratedb.com/­docsmanual.manticoresearch.comdocs.marklogic.comrdf4j.org/­documentation
DeveloperCambridge SemanticsCrateManticore SoftwareMarkLogic Corp.Since 2016 officially forked into an Eclipse project, former developer was Aduna Software.
Initial release20182013201720012004
Current release2.3, January 20216.0, February 202311.0, December 2022
License infoCommercial or Open Sourcecommercial infofree trial version availableOpen SourceOpen Source infoGPL version 2commercial inforestricted free version is availableOpen Source infoEclipse Distribution License (EDL), v1.0.
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
Implementation languageJavaC++C++Java
Server operating systemsLinuxAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportFreeBSD
Linux
macOS
Windows
Linux
OS X
Windows
Linux
OS X
Unix
Windows
Data schemeSchema-free and OWL/RDFS-schema supportFlexible Schema (defined schema, partial schema, schema free)Fixed schemaschema-free infoSchema can be enforcedyes infoRDF Schemas
Typing infopredefined data types such as float or dateyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyesyes
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.nonoCan index from XMLyes
Secondary indexesnoyesyes infofull-text index on all search fieldsyesyes
SQL infoSupport of SQLSPARQL and SPARQL* as primary query language. Cypher preview.yes, but no triggers and constraints, and PostgreSQL compatibilitySQL-like query languageyes infoSQL92no
APIs and other access methodsApache Mule
gRPC
JDBC
Kafka
OData access for BI tools
OpenCypher
RESTful HTTP API
SPARQL
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
Java API
Node.js Client API
ODBC
proprietary Optic API infoProprietary Query API, introduced with version 9
RESTful HTTP API
SPARQL
WebDAV
XDBC
XQuery
XSLT
Java API
RIO infoRDF Input/Output
Sail API
SeRQL infoSesame RDF Query Language
Sesame REST HTTP Protocol
SPARQL
Supported programming languagesC++
Java
Python
.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
C
C#
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Java
PHP
Python
Server-side scripts infoStored proceduresuser defined functions and aggregatesuser defined functions (Javascript)user defined functionsyes infovia XQuery or JavaScriptyes
Triggersnononoyesyes
Partitioning methods infoMethods for storing different data on different nodesAutomatic shardingShardingSharding infoPartitioning is done manually, search queries against distributed index is supportedShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication in MPP-ClusterConfigurable replication on table/partition-levelSynchronous replication based on Galera libraryyesnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsKerberos/HDFS data loadingnonoyes infovia Hadoop Connector, HDFS Direct Access and in-database MapReduce jobsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency in MPP-ClusterEventual Consistency
Read-after-write consistency on record level
Immediate Consistency
Foreign keys infoReferential integrityno infonot needed in graphsnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infounique row identifiers can be used for implementing an optimistic concurrency control strategyyes infoisolated transactions for atomic changes and binary logging for safe writesACID infocan act as a resource manager in an XA/JTA transactionACID infoIsolation support depends on the API used
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infoThe original contents of fields are not stored in the Manticore index.yesyes infoin-memory storage is supported as well
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyes, with Range Indexes
User concepts infoAccess controlAccess rights for users and rolesrights management via user accountsnoRole-based access control at the document and subdocument levelsno
More information provided by the system vendor
AnzoGraph DBCrateDBManticore SearchMarkLogicRDF4J infoformerly known as Sesame
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Licensing and pricing modelsSee CrateDB pricing >
» 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

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

More resources
AnzoGraph DBCrateDBManticore SearchMarkLogicRDF4J infoformerly known as Sesame
Recent citations in the news

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

Cambridge Semantics Unveils AnzoGraph DB with Geospatial Analytics
19 June 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

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

provided by Google News

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25 March 2024, PR Newswire

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, AiThority

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1 March 2023, Business Wire

provided by Google News

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

Google's Gemini comes to databases
9 April 2024, Yahoo Canada Shine On

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1 February 2023, Gizmodo

provided by Google News

MarkLogic “The NoSQL Database”. In the MarkLogic Query Console, you can… | by Abhay Srivastava | Apr, 2024
23 April 2024, Medium

ABN AMRO Moves Progress-Powered Credit Store App to Azure Cloud; Achieves 40% Faster Data Processing, Lower ...
12 March 2024, Yahoo Finance

Seven Quick Steps to Setting Up MarkLogic Server in Kubernetes
1 February 2024, BI-Platform.nl

Progress's $355m move for MarkLogic sets the tone for 2023
4 January 2023, The Stack

Progress to acquire PE-backed data platform MarkLogic for $355m
4 January 2023, PE Hub

provided by Google News

GraphDB Goes Open Source
27 January 2020, iProgrammer

provided by Google News



Share this page

Featured Products

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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

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