DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > ArangoDB vs. CockroachDB vs. Drizzle vs. LevelDB vs. Prometheus

Vergleich der Systemeigenschaften ArangoDB vs. CockroachDB vs. Drizzle vs. LevelDB vs. Prometheus

Redaktionelle Informationen bereitgestellt von DB-Engines
NameArangoDB  Xaus Vergleich ausschliessenCockroachDB  Xaus Vergleich ausschliessenDrizzle  Xaus Vergleich ausschliessenLevelDB  Xaus Vergleich ausschliessenPrometheus  Xaus Vergleich ausschliessen
Drizzle has published its last release in September 2012. The open-source project is discontinued and Drizzle is excluded from the DB-Engines ranking.
KurzbeschreibungNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.CockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.MySQL fork mit erweiterbarem Micro-Kernel und mit Betonung von Leistung vor Kompatibilität.Embeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesOpen Source Timeseries DBMS und Monitoring System
Primäres DatenbankmodellDocument Store
Graph DBMS
Key-Value Store
Suchmaschine
Relational DBMSRelational DBMSKey-Value StoreTime Series DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte3,30
Rang#82  Overall
#14  Document Stores
#5  Graph DBMS
#10  Key-Value Stores
#10  Suchmaschinen
Punkte4,74
Rang#67  Overall
#36  Relational DBMS
Punkte2,33
Rang#111  Overall
#19  Key-Value Stores
Punkte7,56
Rang#49  Overall
#3  Time Series DBMS
Websitearangodb.comwww.cockroachlabs.comgithub.com/­google/­leveldbprometheus.io
Technische Dokumentationdocs.arangodb.comwww.cockroachlabs.com/­docsgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdprometheus.io/­docs
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
EntwicklerArangoDB Inc.Cockroach LabsDrizzle Projekt, ursprünglich gestartet von Brian AkerGoogle
Erscheinungsjahr20122015200820112015
Aktuelle Version3.11.5, November 202324.1.0, Mai 20247.2.4, September 20121.23, Februar 2021
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infoApache 2.0, commercial license availableOpen Source infoGNU GPLOpen Source infoBSDOpen Source infoApache 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ArangoDB Cloud –The Managed Cloud Service of ArangoDB. Provides fully managed, and monitored cluster deployments of any size, with enterprise-grade security. Get started for free and continue for as little as $0,21/hour.
ImplementierungsspracheC++GoC++C++Go
Server BetriebssystemeLinux
OS X
Windows
Linux
macOS
Windows
FreeBSD
Linux
OS X
Illumos
Linux
OS X
Windows
Linux
Windows
Datenschemaschemafrei infoInnerhalb einer Collection wird das Schema automatisch erkanntdynamic schemajaschemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder dateja infostring, double, boolean, list, hashjajaneinNumeric data only
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinnein infoImportieren von XML Daten möglich
Sekundärindizesjajajaneinnein
SQL infoSupport of SQLneinyes, wire compatible with PostgreSQLja infomit propriätären Erweiterungenneinnein
APIs und andere ZugriffskonzepteAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
JDBCJDBCRESTful HTTP/JSON API
Unterstützte ProgrammiersprachenC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
C
C++
Java
PHP
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
.Net
C++
Go
Haskell
Java
JavaScript (Node.js)
Python
Ruby
Server-seitige Scripts infoStored ProceduresJavaScriptneinneinneinnein
Triggersneinneinnein infoHooks für Callbacks innerhalb der Servers können verwendet werden.neinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoAb Version 2.0horizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFTShardingkeineSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-replica replication with configurable replication factorMulti-source replication using RAFTMulti-Source Replikation
Source-Replica Replikation
keineja infomittels Federation
MapReduce infoBietet ein API für Map/Reduce Operationennein infoMöglich über stored procedures in JavaScriptneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency infoEinstellbar per collection oder per Write
Immediate Consistency
OneShard (highly available, fault-tolerant deployment mode with ACID semantics)
Immediate ConsistencyImmediate Consistencykeine
Fremdschlüssel inforeferenzielle Integritätja inforelationships in graphsjajaneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDACIDneinnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajaja infowith automatic compression on writesja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinnein
Berechtigungskonzept infoZugriffskontrollejaRole-based access controlPluggable Authentication Mechanismen infoz.B. LDAP, HTTPneinnein
Weitere Informationen bereitgestellt vom Systemhersteller
ArangoDBCockroachDBDrizzleLevelDBPrometheus
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» mehr
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» mehr
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» mehr
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» mehr
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» mehr
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» 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
ArangoDBCockroachDBDrizzleLevelDBPrometheus
DB-Engines Blog Posts

The Weight of Relational Databases: Time for Multi-Model?
29. August 2017, Luca Olivari (guest author)

alle anzeigen

MySQL won the April ranking; did its forks follow?
1. April 2015, Paul Andlinger

Has MySQL finally lost its mojo?
1. Juli 2013, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

ArangoDB Announces Release of ArangoDB 3.11 for Search, Graph and Analytics
30. Mai 2023, insideHPC

ArangoDB raises $10 million for NoSQL database management
14. März 2019, VentureBeat

Graph, machine learning, hype, and beyond: ArangoDB open source multi-model database releases version 3.7
27. August 2020, ZDNet

Here's the pitch deck a German software startup used to raise $10 million to move to San Francisco and take on Oracle
23. Juni 2019, Business Insider

ArangoDB 3.5 update improves multi-model database platform
22. August 2019, TechTarget

bereitgestellt von Google News

Cockroach Labs shakes up its licensing to force bigger companies to pay
15. August 2024, TechCrunch

CockroachDB scuttles away from open source Core offering
19. August 2024, The Register

CockroachDB retires self-hosted Core offering, makes Enterprise version free for companies under $10M in annual revenue
15. August 2024, SDTimes.com

Cockroach Labs Deepens Partnership with Google Cloud, CockroachDB Selected to Join Google Distributed Cloud
9. April 2024, PR Newswire

Now CockroachDB Ditches Open-Source License
20. August 2024, It's FOSS News

bereitgestellt von Google News

Inside the "Fallguys" malware that steals your browsing data and gaming IMs; continued attack on open source software
2. September 2020, Sonatype Blog

Pliops unveils XDP-Rocks for RocksDB
19. Oktober 2022, Blocks & Files

AMD EPYC vs. Intel Xeon Cascadelake With Facebook's RocksDB Database
17. Oktober 2019, Phoronix

RocksDB - Facebook's Database Now Open Source
21. November 2013, iProgrammer

GIFShell - New Attack Method That Allows Attackers to Steal Data Using Microsoft Teams GIFs
9. September 2022, CybersecurityNews

bereitgestellt von Google News

Introducing the Amazon Timestream for LiveAnalytics Prometheus Connector
8. Juli 2024, AWS Blog

How to Monitor an Ubuntu Server With Prometheus: Collecting and Visualizing System Metrics
9. Juli 2024, Linux Journal

VTEX scales to 150 million metrics using Amazon Managed Service for Prometheus
10. März 2024, AWS Blog

Consider Grafana vs. Prometheus for your time-series tools
18. Oktober 2021, TechTarget

My Prometheus is Overwhelmed! Help!
24. Juli 2021, hackernoon.com

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

Präsentieren Sie hier Ihr Produkt