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

DBMS > Amazon DocumentDB vs. Apache Jena - TDB vs. RethinkDB vs. Speedb

System Properties Comparison Amazon DocumentDB vs. Apache Jena - TDB vs. RethinkDB vs. Speedb

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameAmazon DocumentDB  Xexclude from comparisonApache Jena - TDB  Xexclude from comparisonRethinkDB  Xexclude from comparisonSpeedb  Xexclude from comparison
DescriptionFast, scalable, highly available, and fully managed MongoDB-compatible database serviceA RDF storage and query DBMS, shipped as an optional-use component of the Apache Jena frameworkDBMS for the Web with a mechanism to push updated query results to applications in realtime.An embeddable, high performance key-value store optimized for write-intensive workloads, which can be used as a drop-in replacement for RocksDB
Primary database modelDocument storeRDF storeDocument storeKey-value store
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.91
Rank#131  Overall
#24  Document stores
Score3.62
Rank#83  Overall
#3  RDF stores
Score2.66
Rank#107  Overall
#20  Document stores
Score0.26
Rank#310  Overall
#45  Key-value stores
Websiteaws.amazon.com/­documentdbjena.apache.org/­documentation/­tdb/­index.htmlrethinkdb.comwww.speedb.io
Technical documentationaws.amazon.com/­documentdb/­resourcesjena.apache.org/­documentation/­tdb/­index.htmlrethinkdb.com/­docs
DeveloperApache Software Foundation infooriginally developed by HP LabsThe Linux Foundation infosince July 2017Speedb
Initial release2019200020092020
Current release4.9.0, July 20232.4.1, August 2020
License infoCommercial or Open SourcecommercialOpen Source infoApache License, Version 2.0Open Source infoApache Version 2Open Source infoApache Version 2.0; commercial license available
Cloud-based only infoOnly available as a cloud serviceyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaC++C++
Server operating systemshostedAll OS with a Java VMLinux
OS X
Windows
Linux
Windows
Data schemeschema-freeyes infoRDF Schemasschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesyes infostring, binary, float, bool, date, geometryno
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.nonono
Secondary indexesyesyesyesno
SQL infoSupport of SQLnononono
APIs and other access methodsproprietary protocol using JSON (MongoDB compatible)Fuseki infoREST-style SPARQL HTTP Interface
Jena RDF API
RIO infoRDF Input/Output
Supported programming languagesGo
Java
JavaScript (Node.js)
PHP
Python
JavaC infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
C
C++
Go
Java
Perl
Python
Ruby
Server-side scripts infoStored proceduresnoyesno
Triggersnoyes infovia event handlerClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesnonenoneSharding inforange basedhorizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-availability zones for high availability, asynchronous replication for up to 15 read replicasnoneSource-replica replicationyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)noyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityno infotypically not used, however similar functionality with DBRef possiblenono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic single-document operationsACID infoTDB TransactionsAtomic single-document operationsyes
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoMVCC basedyes
Durability infoSupport for making data persistentyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes
User concepts infoAccess controlAccess rights for users and rolesAccess control via Jena Securityyes infousers and table-level permissionsno
More information provided by the system vendor
Amazon DocumentDBApache Jena - TDBRethinkDBSpeedb
Specific characteristicsSpeedb is an embedded key-value storage engine for versatile use cases. It was designed...
» more
Competitive advantagesSpeedb Open-source rebases on RocksDB's latest versions, with enhanced capabilities...
» more
Licensing and pricing modelsOpen source - Speedb OSS is released under an Apache license and can be found on...
» 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
Amazon DocumentDBApache Jena - TDBRethinkDBSpeedb
DB-Engines blog posts

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

AWS announces Amazon DocumentDB zero-ETL integration with Amazon OpenSearch Service
16 May 2024, AWS Blog

Use LangChain and vector search on Amazon DocumentDB to build a generative AI chatbot | Amazon Web Services
20 May 2024, AWS Blog

AWS announces Amazon DocumentDB I/O-Optimized
21 November 2023, AWS Blog

Vector search for Amazon DocumentDB (with MongoDB compatibility) is now generally available | Amazon Web Services
29 November 2023, AWS Blog

Use headless clusters in Amazon DocumentDB for cost-effective multi-Region resiliency | Amazon Web Services
8 March 2024, AWS Blog

provided by Google News

Sparql Secrets In Jena-Fuseki - DataScienceCentral.com
24 July 2022, Data Science Central

Extract and query knowledge graphs using Apache Jena (SPARQL Engine)
4 December 2019, Towards Data Science

6 Libraries in Java for Machine Learning
2 October 2023, Analytics India Magazine

A catalogue with semantic annotations makes multilabel datasets FAIR | Scientific Reports
4 May 2022, Nature.com

MarkLogic Hones Its Triple Store
18 August 2015, Datanami

provided by Google News

An introduction to building realtime apps with RethinkDB
9 July 2022, devmio

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

provided by Google News

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21 March 2024, TechCrunch

Redis acquires storage engine startup Speedb to enhance its open-source database
21 March 2024, SiliconANGLE News

Redis Acquires Speedb, Expanding Its Data Platform Capabilities Beyond DRAM
22 March 2024, Datanami

Redis expands data management capabilities with Speedb acquisition – Blocks and Files
22 March 2024, Blocks & Files

Redis Acquires Speedb to Supercharge End-to-End Application Performance at Lower Cost
21 March 2024, GlobeNewswire

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

Present your product here