DB-EnginesExtremeDB: the mission critical dbmsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Amazon DynamoDB vs. Redis vs. TerminusDB

Vergleich der Systemeigenschaften Amazon DynamoDB vs. Redis vs. TerminusDB

Bitte wählen Sie ein weiteres System aus, um es in den Vergleich aufzunehmen.

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAmazon DynamoDB  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessenTerminusDB infoformer name was DataChemist  Xaus Vergleich ausschliessen
KurzbeschreibungGehostetes, skalierbares Datenbankservice von Amazon; die Daten werden in der Amazon Cloud gespeichertPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis legt höchsten Wert auf Performanz. Bei Designentscheidungen wird typischerweise Performanz der Vorzug vor Features oder Speicherbedarf gegeben.Scalable Graph Database platform making enterprise data available by exploiting inferred entities and relationships
Primäres DatenbankmodellDocument Store
Key-Value Store
Key-Value Store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceGraph DBMS
Sekundäre DatenbankmodelleDocument Store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Suchmaschine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Document Store
RDF Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte79,90
Rang#15  Overall
#2  Document Stores
#2  Key-Value Stores
Punkte167,35
Rang#6  Overall
#1  Key-Value Stores
Punkte0,30
Rang#342  Overall
#33  Graph DBMS
Websiteaws.amazon.com/­dynamodbredis.com
redis.io
terminusdb.com
Technische Dokumentationdocs.aws.amazon.com/­dynamodbdocs.redis.com/­latest/­index.html
redis.io/­documentation
terminusdb.github.io/­terminusdb/­#
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
EntwicklerAmazonRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziertDataChemist Ltd.
Erscheinungsjahr201220092018
Aktuelle Version7.0.11, April 202311.0.0, Jaenner 2023
Lizenz infoCommercial or Open Sourcekommerziell infokostenlos bis zu einer gewissen Anzahl von DatenbankoperationenOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoGPL V3
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • ScaleGrid Hosting for Redis: Fully managed hosting for Redis on a wide variety of cloud providers and On-Premises. Get advanced monitoring and automate your management through one centralized platform.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
  • Aiven for Redis: Fully managed in-memory key-value store, for all your caching and speedy lookup needs.
ImplementierungsspracheCProlog, Rust
Server BetriebssystemegehostetBSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Linux
Datenschemaschemafreischemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder datejateilweise infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinnein
Sekundärindizesjaja infowith RediSearch module
SQL infoSupport of SQLneinneinSQL-like query language (WOQL)
APIs und andere ZugriffskonzepteRESTful HTTP APIProprietäres Protokoll infoRESP - REdis Serialization ProtocolOWL
RESTful HTTP API
WOQL (Web Object Query Language)
Unterstützte Programmiersprachen.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
JavaScript
Python
Server-seitige Scripts infoStored ProceduresneinLua; Redis Functions coming in Redis 7 (slides and Github)ja
Triggersja infoby integration with AWS Lambdapublish/subscribe channels provide some trigger functionality; RedisGearsja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingGraph Partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenjaMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
Journaling Streams
MapReduce infoBietet ein API für Map/Reduce Operationennein infokann über Amazon Elastic MapReduce (Amazon EMR) realisiert werdenthrough RedisGearsnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency infokann bei LeseOperationen spezifiziert werden
Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Fremdschlüssel inforeferenzielle Integritätneinneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACID infoACID across one or more tables within a single AWS account and regionAtomic execution of command blocks and scripts and optimistic lockingACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjaja infoDatenzugriffe werden vom Server serialisiertja
Durability infoDauerhafte Speicherung der Datenjaja infokonfigurierbare Persistenzmechanismen via snapshots oder logsja infoin-memory journaling
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenja
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer und Rollen über AWS Identity and Access Management (IAM) definierbarAccess Control Lists (ACLs): redis.io/­topics/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­topics/­encryption
Password-based authentication
Role-based access control
Weitere Informationen bereitgestellt vom Systemhersteller
Amazon DynamoDBRedisTerminusDB infoformer name was DataChemist
Specific characteristicsThe Redis real-time data platform builds upon the unmatched simplicity and speed...
» mehr
Competitive advantagesRedis Enterprise is a robust in-memory database platform built by the people who...
» mehr
Typical application scenariosRedis Enterprise is used by large enterprise, startup, and government organizations...
» mehr
Key customersVerizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» mehr
Market metricsMost launched Docker container per day according to Docker Hub (7.2M launches per...
» mehr
Licensing and pricing modelsRedis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» mehr

Wir laden Vertreter der Systemhersteller ein uns zu kontaktieren, um die Systeminformationen zu aktualisieren und zu ergänzen,
sowie um Herstellerinformationen wie Schlüsselkunden, Vorteile gegenüber Konkurrenten und Marktmetriken anzuzeigen.

Zugehörige Produkte und Dienstleistungen
DrittanbieterCData: Connect to Big Data & NoSQL through standard Drivers.
» mehr
Read the Redis NoSQL benchmark report.
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Aiven for Redis: Store and access your data quickly and efficiently.
» mehr

Redisson PRO: The ultra-fast Redis Java Client.
» mehr

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
Amazon DynamoDBRedisTerminusDB infoformer name was DataChemist
DB-Engines Blog Posts

Cloud-based DBMS's popularity grows at high rates
12. Dezember 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7. Februar 2017, Matthias Gelbmann

Increased popularity for consuming DBMS services out of the cloud
2. Oktober 2015, Paul Andlinger

alle anzeigen

PostgreSQL is the DBMS of the Year 2018
2. Januar 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7. Januar 2015, Paul Andlinger, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Amazon DynamoDB Consulting Service Market 2023: Challenges ...
5. Juni 2023, KaleidoScot

Legion Malware Upgraded to Target SSH Servers and AWS Credentials
24. Mai 2023, The Hacker News

Learn AWS with Pluralsight: 10 Courses You Should Take in 2023
6. Juni 2023, Analytics Insight

Creating an IoT Data Pipeline Using InfluxDB and AWS
5. Juni 2023, The New Stack

KFintech wins the 2023 Gold Stevie Award for its Digital ...
6. Juni 2023, PR Newswire

bereitgestellt von Google News

Optimizing Mastodon Performance with Sidekiq and Redis Enterprise
18. Mai 2023, The New Stack

Pliops and phoenixNAP team up to turbocharge Redis – Blocks and ...
26. Mai 2023, Blocks & Files

Innovation Profile: How CIOs Deploy Redis to Optimize Speed, Cost
26. Mai 2023, Acceleration Economy

Vector Databases Are Having a Moment — A Chat with Pinecone
17. Mai 2023, The New Stack

Briefing: Twitter Stopped Paying Cloud Bill Before DeSantis Glitch
30. Mai 2023, The Information

bereitgestellt von Google News

TerminusDB Launches TerminusCMS, Acquia Updates Its CDP, More News
17. Februar 2023, CMSWire

How TerminusDB is commercializing its open source graph database
16. März 2021, VentureBeat

Dublin-based data collaboration tool TerminusDB raises €3.6 million ...
15. März 2021, Tech.eu

Blockchain-backed graph database Fluree nabs $10M
19. April 2023, VentureBeat

A New Open Source Headless CMS For Developers Comes To Light
22. Februar 2023, Open Source For You

bereitgestellt von Google News

Jobangebote

DevOps Enigneer
Intone Networks, Remote

Senior Node.js Developer – Remote from Europe
Mentor Talent, Remote

Data Engineer
Verisk, Jersey City, NJ

Financial Modeling Python Developer
Intone Networks, Remote

Machine Learning Ops Engineer
Patrick J McGovern Foundation, Remote

Database Developer (Graph DB, Redis, Neo4J)
Talent Group, Austin, TX

Senior Database Engineer
DistroKid, Eastern, AS

Database Engineer
Cloudious, Woonsocket, RI

Database Administrator (Kubernetes)
Power Home Remodeling, Nashua, NH

Senior Backend Engineer
NewsBreak, Mountain View, CA

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Redis logo

The world’s most loved real‑time data platform.
Try free

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Vertica logo

Vertica Accelerator. The fastest analytics and machine learning, delivered as SaaS, with automated setup, administration, and management. Free trial.

Neo4j logo

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

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

Präsentieren Sie hier Ihr Produkt