DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Amazon CloudSearch vs. CrateDB vs. Dolt vs. etcd vs. Firebase Realtime Database

Vergleich der Systemeigenschaften Amazon CloudSearch vs. CrateDB vs. Dolt vs. etcd vs. Firebase Realtime Database

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAmazon CloudSearch  Xaus Vergleich ausschliessenCrateDB  Xaus Vergleich ausschliessenDolt  Xaus Vergleich ausschliessenetcd  Xaus Vergleich ausschliessenFirebase Realtime Database  Xaus Vergleich ausschliessen
KurzbeschreibungVon Amazon gehostetes Suchmaschinen-Service, Daten sind in der Amanzon Cloud gespeichertVerteilter Data Store basierend auf LuceneA MySQL compatible DBMS with Git-like versioning of data and schemaA distributed reliable key-value storeCloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.
Primäres DatenbankmodellSuchmaschineDocument Store
Spatial DBMS
Suchmaschine
Time Series DBMS
Vektor DBMS
Relational DBMSKey-Value StoreDocument Store
Sekundäre DatenbankmodelleRelational DBMSDocument Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte1,85
Rang#137  Overall
#12  Suchmaschinen
Punkte0,73
Rang#224  Overall
#37  Document Stores
#5  Spatial DBMS
#16  Suchmaschinen
#19  Time Series DBMS
#8  Vektor DBMS
Punkte0,96
Rang#193  Overall
#90  Relational DBMS
Punkte7,25
Rang#54  Overall
#5  Key-Value Stores
Punkte14,29
Rang#39  Overall
#6  Document Stores
Websiteaws.amazon.com/­cloudsearchcratedb.comgithub.com/­dolthub/­dolt
www.dolthub.com
etcd.io
github.com/­etcd-io/­etcd
firebase.google.com/­products/­realtime-database
Technische Dokumentationdocs.aws.amazon.com/­cloudsearchcratedb.com/­docsdocs.dolthub.cometcd.io/­docs
github.com/­etcd-io/­etcd/­tree/­master/­Documentation
firebase.google.com/­docs/­database
EntwicklerAmazonCrateDoltHub IncGoogle infoacquired by Google 2014
Erscheinungsjahr2012201320182012
Aktuelle Version3.4, August 2019
Lizenz infoCommercial or Open SourcekommerziellOpen SourceOpen Source infoApache Version 2.0Open Source infoApache Version 2.0kommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinneinja
DBaaS Angebote (gesponserte 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.
ImplementierungsspracheJavaGoGo
Server BetriebssystemegehostetAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportLinux
macOS
Windows
FreeBSD
Linux
Windows infoexperimental
gehostet
DatenschemajaFlexible Schema (defined schema, partial schema, schema free)jaschemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajaneinja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein
Sekundärindizesja infoalle Suchfelder werden automatisch indiziertjajaneinja
SQL infoSupport of SQLneinyes, but no triggers and constraints, and PostgreSQL compatibilityjaneinnein
APIs und andere ZugriffskonzepteHTTP APIADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
CLI Client
HTTP REST
gRPC
JSON over HTTP
Android
iOS
JavaScript API
RESTful HTTP API
Unterstützte Programmiersprachen.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
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Rust
Scala
Tcl
Java
JavaScript
Objective-C
Server-seitige Scripts infoStored Proceduresneinbenutzerdefinierte Funktionenyes infocurrently in alpha releaseneinlimited functionality with using 'rules'
Triggersneinneinjayes, watching key changesCallbacks are triggered when data changes
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenja infoautomatisch Partitionierung über Amazon Search Instanzen je nach NotwendigkeitShardingkeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenja infotransparent gesteuert von AWSConfigurable replication on table/partition-levelA database can be cloned to multiple locations and be used there in isolation. Data/schema changes can be pushed/pulled explicitly between locations.Using Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Read-after-write consistency on record level
Immediate ConsistencyEventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Fremdschlüssel inforeferenzielle Integritätneinneinjaneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenneinnein infounique row identifiers can be used for implementing an optimistic concurrency control strategyACIDneinja
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinnein
Berechtigungskonzept infoZugriffskontrolleAuthentifizierung mittels verschlüsselter SignaturenRechteverwaltung mit BenutzeraccountsOnly one user is configurable, and must be specified in the config file at startupneinyes, based on authentication and database rules
Weitere Informationen bereitgestellt vom Systemhersteller
Amazon CloudSearchCrateDBDoltetcdFirebase Realtime Database
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» mehr
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» mehr
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» mehr
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» mehr
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» mehr
Licensing and pricing modelsSee CrateDB pricing >
» 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

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 CloudSearchCrateDBDoltetcdFirebase Realtime Database
DB-Engines Blog Posts

Amazon - the rising star in the DBMS market
3. August 2015, Matthias Gelbmann

The DB-Engines ranking includes now search engines
4. Februar 2013, Paul Andlinger

alle anzeigen

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

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Amazon CloudSearch – Start Searching in One Hour for Less Than $100 / Month | Amazon Web Services
12. April 2012, AWS Blog

Amazon CloudSearch – Even Better Searching for Less Than $100/Month | Amazon Web Services
24. März 2014, AWS Blog

AWS, Microsoft and Google should retire these cloud services
2. Juni 2020, TechTarget

Searching CloudTrail Logs Easily with Amazon CloudSearch | AWS Startups Blog
21. Oktober 2014, AWS Blog

Building a PLG motion on top of usage-based pricing
13. März 2023, TechCrunch

bereitgestellt von Google News

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

CrateDB Partners with HiveMQ to Advance IoT Data Management and Analytics Across Industries
25. März 2024, Datanami

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

Crate.io Introduces CrateDB 2.0 Enterprise and Open Source Editions
16. Mai 2017, Business Wire

Crate.io raises $10M to grow its database platform
15. Juni 2021, VentureBeat

bereitgestellt von Google News

Dolt- A Version Controlled Database
29. Januar 2024, iProgrammer

Top Data Version Control Tools for Machine Learning Research in 2023
24. Juli 2023, MarkTechPost

Dolt, a Relational Database with Git-Like Cloning Features
19. August 2020, The New Stack

Data Versioning at Scale: Chaos and Chaos Management
10. Februar 2023, InfoQ.com

Are you still not using Version Control for Data?
11. April 2020, Towards Data Science

bereitgestellt von Google News

Monitor Amazon EKS Control Plane metrics using AWS Open Source monitoring services | Amazon Web Services
12. Oktober 2023, AWS Blog

Apache APISIX Without etcd?
27. Juli 2023, hackernoon.com

RBI reiterates need for underlying forex exposure for rupee derivatives transactions | Mint
5. April 2024, Mint

Killing a market, softly: How an RBI communique could end India's thriving ETCD market
7. April 2024, The Economic Times

ETCD directives don't go well with RBI's stellar reputation
14. April 2024, Business Standard

bereitgestellt von Google News

Google launches Firebase Genkit, a new open source framework for building AI-powered apps
14. Mai 2024, TechCrunch

Realtime vs Cloud Firestore: Which Firebase Database to go?
8. März 2024, Appinventiv

Atos cybersecurity blog: Misconfigured Firebase: A real-time cyber threat
18. Januar 2024, Atos

Don't be like these 900+ websites and expose millions of passwords via Firebase
18. März 2024, The Register

Google Firebase may have exposed 125M records from misconfigurations
19. März 2024, SC Media

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

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

AllegroGraph logo

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

Präsentieren Sie hier Ihr Produkt