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

DBMS > Couchbase vs. Firebase Realtime Database vs. jBASE vs. Tarantool vs. VelocityDB

Vergleich der Systemeigenschaften Couchbase vs. Firebase Realtime Database vs. jBASE vs. Tarantool vs. VelocityDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCouchbase infoUrsprünglich Membase genannt  Xaus Vergleich ausschliessenFirebase Realtime Database  Xaus Vergleich ausschliessenjBASE  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessenVelocityDB  Xaus Vergleich ausschliessen
KurzbeschreibungA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseCloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.A robust multi-value DBMS comprising development tools and middlewareIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsA .NET Object Database that can be embedded/distributed and extended to a graph data model (VelocityGraph)
Primäres DatenbankmodellDocument StoreDocument StoreMultivalue DBMSDocument Store
Key-Value Store
Relational DBMS
Graph DBMS
Object oriented DBMS
Sekundäre DatenbankmodelleKey-Value Store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Suchmaschine
Time Series DBMS
Vektor DBMS
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte17,30
Rang#36  Overall
#5  Document Stores
Punkte14,29
Rang#39  Overall
#6  Document Stores
Punkte1,41
Rang#159  Overall
#3  Multivalue DBMS
Punkte1,72
Rang#144  Overall
#25  Document Stores
#25  Key-Value Stores
#66  Relational DBMS
Punkte0,05
Rang#358  Overall
#36  Graph DBMS
#16  Object oriented DBMS
Websitewww.couchbase.comfirebase.google.com/­products/­realtime-databasewww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-jbasewww.tarantool.iovelocitydb.com
Technische Dokumentationdocs.couchbase.comfirebase.google.com/­docs/­databasedocs.rocketsoftware.com/­bundle?labelkey=jbase_5.9www.tarantool.io/­en/­docvelocitydb.com/­UserGuide
EntwicklerCouchbase, Inc.Google infoacquired by Google 2014Rocket Software (früher Zumasys)VKVelocityDB Inc
Erscheinungsjahr20112012199120082011
Aktuelle VersionServer: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20235.72.10.0, Mai 20227.x
Lizenz infoCommercial or Open SourceOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availablekommerziellkommerziellOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprisekommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinjaneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheC, C++, Go and ErlangC und C++C#
Server BetriebssystemeLinux
OS X
Windows
gehostetAIX
Linux
Windows
BSD
Linux
macOS
Any that supports .NET
DatenschemaschemafreischemafreischemafreiFlexible data schema: relational definition for tables with ability to store json-like documents in columnsja
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaoptionalstring, double, decimal, uuid, integer, blob, boolean, datetimeja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinjaneinnein
Sekundärindizesjajajaja
SQL infoSupport of SQLSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesneinEmbedded SQL for jBASE in BASICFull-featured ANSI SQL supportnein
APIs und andere ZugriffskonzepteCLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
Android
iOS
JavaScript API
RESTful HTTP API
JDBC
ODBC
Propriätäres Protokoll
RESTful HTTP API
SOAP-basiertes API
Open binary protocol.Net
Unterstützte Programmiersprachen.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
Java
JavaScript
Objective-C
.Net
Basic
Jabbascript
Java
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
.Net
Server-seitige Scripts infoStored ProceduresFunctions and timers in JavaScript and UDFs in Java, Python, SQL++limited functionality with using 'rules'jaLua, C and SQL stored proceduresnein
Triggersja infoüber das TAP ProtokollCallbacks are triggered when data changesjajaCallbacks are triggered when data changes
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenAutomatic ShardingShardingSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.Sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-Source Replikation infoinklusive cross data center replication
Source-Replica Replikation
jaAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoBietet ein API für Map/Reduce Operationenjaneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency infopro Operation auswählbar
Eventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Casual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinneinyesnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDjaACIDACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajajayes, write ahead loggingja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenja infoEphemeral bucketsjayes, full featured in-memory storage engine with persistenceja
Berechtigungskonzept infoZugriffskontrolleUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.yes, based on authentication and database rulesAccess rights can be defined down to the item levelAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
Based on Windows Authentication

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
DrittanbieterCData: Connect to Big Data & NoSQL through standard Drivers.
» 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
Couchbase infoUrsprünglich Membase genanntFirebase Realtime DatabasejBASETarantoolVelocityDB
DB-Engines Blog Posts

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2. Juni 2014, Matthias Gelbmann

alle anzeigen

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

alle anzeigen

Data processing speed and reliability: in-memory synchronous replication
9. November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Q4 Earnings Highs And Lows: Couchbase (NASDAQ:BASE) Vs The Rest Of The Data Storage Stocks
30. April 2024, The Globe and Mail

Couchbase Announces New Features to Accelerate AI-Powered Adaptive Applications for Customers
29. Februar 2024, PR Newswire

Couchbase's revenue grows 20% and its stock rises in extended trading
5. März 2024, SiliconANGLE News

Short Interest in Couchbase, Inc. (NASDAQ:BASE) Increases By 13.6%
30. April 2024, MarketBeat

Couchbase Server and Capella to gain vector support
1. März 2024, InfoWorld

bereitgestellt von Google News

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

Hundreds of Google Firebase websites might have leaked data online
19. März 2024, TechRadar

bereitgestellt von Google News

Temenos signs first customer in India
24. August 2009, Finextra

bereitgestellt von Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4. April 2018, Newswire

In-Memory Showdown: Redis vs. Tarantool
1. September 2021, Хабр

Tarantool Announces New Enterprise Version With Enhanced Scaling and Monitoring Capabilities
18. Mai 2018, Newswire

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16. Dezember 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13. April 2020, Хабр

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

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.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

AllegroGraph logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Präsentieren Sie hier Ihr Produkt