DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Bangdb vs. etcd vs. H2 vs. OrientDB vs. RavenDB

Vergleich der Systemeigenschaften Bangdb vs. etcd vs. H2 vs. OrientDB vs. RavenDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameBangdb  Xaus Vergleich ausschliessenetcd  Xaus Vergleich ausschliessenH2  Xaus Vergleich ausschliessenOrientDB  Xaus Vergleich ausschliessenRavenDB  Xaus Vergleich ausschliessen
KurzbeschreibungConverged and high performance database for device data, events, time series, document and graphA distributed reliable key-value storeFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Multi-model DBMS (Document, Graph, Key/Value)Open Source Operational and Transactional Enterprise NoSQL Document Database
Primäres DatenbankmodellDocument Store
Graph DBMS
Time Series DBMS
Key-Value StoreRelational DBMSDocument Store
Graph DBMS
Key-Value Store
Document Store
Sekundäre DatenbankmodelleSpatial DBMSSpatial DBMSGraph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,08
Rang#347  Overall
#47  Document Stores
#34  Graph DBMS
#31  Time Series DBMS
Punkte7,25
Rang#54  Overall
#5  Key-Value Stores
Punkte8,13
Rang#49  Overall
#31  Relational DBMS
Punkte3,19
Rang#93  Overall
#16  Document Stores
#7  Graph DBMS
#14  Key-Value Stores
Punkte2,92
Rang#101  Overall
#18  Document Stores
Websitebangdb.cometcd.io
github.com/­etcd-io/­etcd
www.h2database.comorientdb.orgravendb.net
Technische Dokumentationdocs.bangdb.cometcd.io/­docs
github.com/­etcd-io/­etcd/­tree/­master/­Documentation
www.h2database.com/­html/­main.htmlwww.orientdb.com/­docs/­last/­index.htmlravendb.net/­docs
EntwicklerSachin Sinha, BangDBThomas MuellerOrientDB LTD; CallidusCloud; SAPHibernating Rhinos
Erscheinungsjahr2012200520102010
Aktuelle VersionBangDB 2.0, October 20213.4, August 20192.2.220, Juli 20233.2.29, Maerz 20245.4, Juli 2022
Lizenz infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoApache Version 2.0Open Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoApache Version 2Open Source infoAGPL Version 3, kommerzielle Lizenz verfügbar
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.
ImplementierungsspracheC, C++GoJavaJavaC#
Server BetriebssystemeLinuxFreeBSD
Linux
Windows infoexperimental
Alle Betriebssysteme mit einer Java VMAlle Betriebssysteme mit einer Java JDK (>= JDK 6)Linux
macOS
Raspberry Pi
Windows
Datenschemaschemafreischemafreijaschemafrei infoSchema kann erzwungen werden: für kompletten Satz ("schema-full") oder nur für einzelne Attribute ("schema-hybrid")schemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateyes: string, long, double, int, geospatial, stream, eventsneinjajanein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein
Sekundärindizesja infosecondary, composite, nested, reverse, geospatialneinjajaja
SQL infoSupport of SQLSQL like support with command line toolneinjaSQL-like query language, no joinsSQL-like query language (RQL)
APIs und andere ZugriffskonzeptePropriätäres Protokoll
RESTful HTTP API
gRPC
JSON over HTTP
JDBC
ODBC
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
Unterstützte ProgrammiersprachenC
C#
C++
Java
Python
.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Rust
Scala
Tcl
Java.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Server-seitige Scripts infoStored ProceduresneinneinJava Stored Procedures and User-Defined FunctionsJava, Javascriptja
Triggersyes, Notifications (with Streaming only)yes, watching key changesjaHooksja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmkeineShardingSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenselectable replication factor, Knob for CAP (enterprise version only)Using Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.With clustering: 2 database servers on different computers operate on identical copies of a databaseMulti-Source ReplikationMulti-Source Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinnein infocould be achieved with distributed queriesja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemTunable consistency, set CAP knob accordinglyImmediate ConsistencyImmediate ConsistencyDefault ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.
Fremdschlüssel inforeferenzielle Integritätneinneinjaja infoBeziehungen in Graphennein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinACIDACIDACID, Cluster-wide transaction available
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, optimistic concurrency controljayes, multi-version concurrency control (MVCC)jaja
Durability infoDauerhafte Speicherung der Datenyes, implements WAL (Write ahead log) as welljajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenyes, run db with in-memory only modeneinja
Berechtigungskonzept infoZugriffskontrolleyes (enterprise version only)neinBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardZugriffsrechte für Benutzer und Rollen, Rechte auch auf SatzebeneAuthorization levels configured per client per database

Weitere Informationen bereitgestellt vom Systemhersteller

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
BangdbetcdH2OrientDBRavenDB
DB-Engines Blog Posts

Graph DBMS increased their popularity by 500% within the last 2 years
3. März 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21. Januar 2014, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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

The 12 Best Graph Databases to Consider for 2024
22. Oktober 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21. Januar 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20. September 2019, Towards Data Science

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

K2View updates DataOps platform with data fabric automation
11. Mai 2021, TechTarget

bereitgestellt von Google News

RavenDB Launches Version 6.0 Lightning Fast Queries, Data Integrations, Corax Indexing Engine, and Sharding
3. Oktober 2023, PR Newswire

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13. Juni 2023, PR Newswire

Install the NoSQL RavenDB Data System
14. Mai 2021, The New Stack

Oren Eini on RavenDB, Including Consistency Guarantees and C# as the Implementation Language
23. Mai 2022, InfoQ.com

RavenDB Adds Graph Queries
15. Mai 2019, Datanami

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Neo4j logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

SingleStore logo

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

Präsentieren Sie hier Ihr Produkt