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 > AlaSQL vs. Bangdb vs. Firebase Realtime Database vs. HarperDB vs. PouchDB

Vergleich der Systemeigenschaften AlaSQL vs. Bangdb vs. Firebase Realtime Database vs. HarperDB vs. PouchDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlaSQL  Xaus Vergleich ausschliessenBangdb  Xaus Vergleich ausschliessenFirebase Realtime Database  Xaus Vergleich ausschliessenHarperDB  Xaus Vergleich ausschliessenPouchDB  Xaus Vergleich ausschliessen
KurzbeschreibungJavaScript DBMS libraryConverged and high performance database for device data, events, time series, document and graphCloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.Ultra-low latency distributed database with an intuitive REST API supporting NoSQL and SQL (including joins). Deployment of functions and databases simultaneously with a consolidated node-level architecture.JavaScript DBMS mit einem von CouchDB inspirierten API
Primäres DatenbankmodellDocument Store
Relational DBMS
Document Store
Graph DBMS
Time Series DBMS
Document StoreDocument StoreDocument Store
Sekundäre DatenbankmodelleSpatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,46
Rang#260  Overall
#40  Document Stores
#121  Relational DBMS
Punkte0,08
Rang#347  Overall
#47  Document Stores
#34  Graph DBMS
#31  Time Series DBMS
Punkte14,29
Rang#39  Overall
#6  Document Stores
Punkte0,55
Rang#248  Overall
#38  Document Stores
Punkte2,28
Rang#115  Overall
#21  Document Stores
Websitealasql.orgbangdb.comfirebase.google.com/­products/­realtime-databasewww.harperdb.iopouchdb.com
Technische Dokumentationgithub.com/­AlaSQL/­alasqldocs.bangdb.comfirebase.google.com/­docs/­databasedocs.harperdb.io/­docspouchdb.com/­guides
EntwicklerAndrey Gershun & Mathias R. WulffSachin Sinha, BangDBGoogle infoacquired by Google 2014HarperDBApache Software Foundation
Erscheinungsjahr20142012201220172012
Aktuelle VersionBangDB 2.0, October 20213.1, August 20217.1.1, Juni 2019
Lizenz infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoBSD 3kommerziellkommerziell infofree community edition availableOpen Source
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinjaneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheJavaScriptC, C++Node.jsJavaScript
Server Betriebssystemeserver-less, requires a JavaScript environment (browser, Node.js)LinuxgehostetLinux
OS X
Serverlos, benötigt eine JavaScript Umgebung (Browser, Node.js)
Datenschemaschemafreischemafreischemafreidynamic schemaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinyes: string, long, double, int, geospatial, stream, eventsjaja infoJSON data typesnein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesneinja infosecondary, composite, nested, reverse, geospatialjajaja infoüber Views
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL like support with command line toolneinSQL-like data manipulation statementsnein
APIs und andere ZugriffskonzepteJavaScript APIPropriätäres Protokoll
RESTful HTTP API
Android
iOS
JavaScript API
RESTful HTTP API
JDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
HTTP REST infoonly for PouchDB Server
JavaScript API
Unterstützte ProgrammiersprachenJavaScriptC
C#
C++
Java
Python
Java
JavaScript
Objective-C
.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
JavaScript
Server-seitige Scripts infoStored Proceduresneinneinlimited functionality with using 'rules'Custom Functions infosince release 3.1View Functions in JavaScript
Triggersjayes, Notifications (with Streaming only)Callbacks are triggered when data changesneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmA table resides as a whole on one (or more) nodes in a clusterSharding infomit couchdb-lounge, einem proxy-basierten Framework für CouchDB
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenkeineselectable replication factor, Knob for CAP (enterprise version only)ja infothe nodes on which a table resides can be definedMulti-Source Replikation infoauch mit CouchDB Datenbanken
Source-Replica Replikation infoauch mit CouchDB Datenbanken
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineTunable consistency, set CAP knob accordinglyEventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Immediate ConsistencyEventual Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenja infoonly for local storage and DOM-storageACIDjaAtomic execution of specific operationsnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, optimistic concurrency controljaja
Durability infoDauerhafte Speicherung der Datenja infoby using IndexedDB, SQL.JS or proprietary FileStorageyes, implements WAL (Write ahead log) as welljayes, using LMDBja infomittels IndexedDB, WebSQL oder LevelDB
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjayes, run db with in-memory only modejaja
Berechtigungskonzept infoZugriffskontrolleneinyes (enterprise version only)yes, based on authentication and database rulesAccess rights for users and rolesnein

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
AlaSQLBangdbFirebase Realtime DatabaseHarperDBPouchDB
DB-Engines Blog Posts

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

alle anzeigen

New kids on the block: database management systems implemented in JavaScript
1. Dezember 2014, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Create a Marvel Database with SQL and Javascript, the easy way
2. Juli 2019, Towards Data Science

Multi faceted data exploration in the browser using Leaflet and amCharts
3. Mai 2020, Towards Data Science

bereitgestellt von Google News

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

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

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

Startups of the Year 2023: Meet HarperDB - A Database and Application Development Platform
22. Juni 2023, hackernoon.com

Unlocking immersive golfing experiences with AWS Wavelength | Amazon Web Services
29. November 2022, AWS Blog

HarperDB: An underdog SQL / NoSQL database | ZDNET
7. Februar 2018, ZDNet

Stephen Goldberg Named 2023 Bill Daniels Ethical Leader of the Year | CU Denver Business School News
9. Januar 2023, University of Colorado Denver

Build a Hacker News Clone using React and HarperDB — SitePoint
18. Oktober 2021, SitePoint

bereitgestellt von Google News

Building an Offline First App with PouchDB — SitePoint
10. März 2014, SitePoint

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7. September 2016, SitePoint

3 Reasons To Think Offline First
22. März 2017, ibm.com

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7. März 2017, SitePoint

Offline-first web and mobile apps: Top frameworks and components
22. Januar 2019, TechBeacon

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.

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.

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Präsentieren Sie hier Ihr Produkt