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

DBMS > AlaSQL vs. HarperDB vs. KeyDB vs. ObjectBox vs. Quasardb

Vergleich der Systemeigenschaften AlaSQL vs. HarperDB vs. KeyDB vs. ObjectBox vs. Quasardb

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlaSQL  Xaus Vergleich ausschliessenHarperDB  Xaus Vergleich ausschliessenKeyDB  Xaus Vergleich ausschliessenObjectBox  Xaus Vergleich ausschliessenQuasardb  Xaus Vergleich ausschliessen
KurzbeschreibungJavaScript DBMS libraryHarperDB takes the "stack" out of "tech stack" by combining an ultra-fast document-style data store, in-memory cache, real-time message broker, and your application components into a single distributed technology.An ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocolsLightweight, fast on-device database for IoT, Mobile and Embedded devices, persisting and synchronising objects and vectorsDistributed, high-performance timeseries database
Primäres DatenbankmodellDocument Store
Relational DBMS
Document StoreKey-Value StoreObject oriented DBMS
Vektor DBMS
Time Series DBMS
Sekundäre DatenbankmodelleTime Series DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,42
Rang#264  Overall
#42  Document Stores
#122  Relational DBMS
Punkte0,55
Rang#243  Overall
#38  Document Stores
Punkte0,63
Rang#232  Overall
#32  Key-Value Stores
Punkte1,08
Rang#179  Overall
#6  Object oriented DBMS
#9  Vektor DBMS
Punkte0,13
Rang#332  Overall
#28  Time Series DBMS
Websitealasql.orgwww.harperdb.iogithub.com/­Snapchat/­KeyDB
keydb.dev
github.com/­objectbox
objectbox.io
quasar.ai
Technische Dokumentationgithub.com/­AlaSQL/­alasqldocs.harperdb.io/­docsdocs.keydb.devdocs.objectbox.iodoc.quasar.ai/­master
EntwicklerAndrey Gershun & Mathias R. WulffHarperDBEQ Alpha Technology Ltd.ObjectBox Limitedquasardb
Erscheinungsjahr20142017201920172009
Aktuelle Version3.1, August 20214.0 (May 2024)3.14.1, Jänner 2024
Lizenz infoCommercial or Open SourceOpen Source infoMIT-Licensekommerziell infofree community edition availableOpen Source infoBSD-3Bindings are released under Apache 2.0 infoApache License 2.0kommerziell infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licenses
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.
ImplementierungsspracheJavaScriptNode.jsC++C und C++C++
Server Betriebssystemeserver-less, requires a JavaScript environment (browser, Node.js)Linux
OS X
LinuxAndroid
Any POSIX system
Docker
iOS
Linux
macOS
QNX
Windows
BSD
Linux
OS X
Windows
Datenschemaschemafreidynamic schemaschemafreijaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinja infoJSON data typesteilweise infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesjaja infointeger and binary
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesneinjaja infoby using the Redis Search modulejaja infomittels Tags
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL-like data manipulation statementsneinneinSQL-like query language
APIs und andere ZugriffskonzepteJavaScript APIJDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
Proprietäres Protokoll infoRESP - REdis Serialization ProtocoProprietäres native APIHTTP API
Unterstützte ProgrammiersprachenJavaScript.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
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
C
C++
Dart (Flutter)
Go
Java
Kotlin
Python
Swift
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
Server-seitige Scripts infoStored ProceduresneinCustom Functions infosince release 3.1Luaneinnein
Triggersjaneinneinneinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineA table resides as a whole on one (or more) nodes in a clusterShardingkeineSharding infoconsistent hashing
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenkeineja infothe nodes on which a table resides can be definedMulti-Source Replikation
Source-Replica Replikation
Data sync between devices allowing occasional connected databases to work completely offlineSource-Replica Replikation mit wählbarem Replikationsfaktor
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinwith Hadoop integration
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineImmediate ConsistencyEventual Consistency
Strong eventual consistency with CRDTs
Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinneinjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenja infoonly for local storage and DOM-storageAtomic execution of specific operationsOptimistic locking, atomic execution of commands blocks and scriptsACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenja infoby using IndexedDB, SQL.JS or proprietary FileStorageyes, using LMDBja infoConfigurable mechanisms for persistency via snapshots and/or operations logsjaja infomittels LevelDB
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajajaneinja infoTransient mode
Berechtigungskonzept infoZugriffskontrolleneinAccess rights for users and roleseinfacher Passwort-basierter Zugriffsschutz und ACLjaCryptographically strong user authentication and audit trail
Weitere Informationen bereitgestellt vom Systemhersteller
AlaSQLHarperDBKeyDBObjectBoxQuasardb
Neuigkeiten

MongoDB Realm & Device Sync alternatives – ObjectBox
17. September 2024

Local AI – what it is and why we need it
11. September 2024

First on-device Vector Database (aka Semantic Index) for iOS
24. Juli 2024

Retrieval Augmented Generation (RAG) with vector databases: Expanding AI Capabilities
18. Juni 2024

The on-device Vector Database for Android and Java
29. Mai 2024

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
AlaSQLHarperDBKeyDBObjectBoxQuasardb
Erwähnungen in aktuellen Nachrichten

HarperDB - How and Why We Built It From The Ground Up on NodeJS
28. Februar 2021, hackernoon.com

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

bereitgestellt von Google News

HarperDB Attracts Significant Growth Investment from Serent Capital
12. Juni 2024, Business Wire

Defense Innovation Unit Issues Success Memo to HarperDB for its Common Operation Database Prototype
11. September 2024, PR Newswire

DoD Successfully Deploys Commercial AI Solutions for COD Project
10. September 2024, Defense Innovation Unit

Wilson Sonsini Advises Serent Capital on Significant Growth Investment in HarperDB
17. Juni 2024, Wilson Sonsini

HarperDB Receives Growth Investment from Serent Capital
12. Juni 2024, FinSMEs

bereitgestellt von Google News

Snap snaps up database developer KeyDB to make its infrastructure more snappy
12. Mai 2022, TechCrunch

Introducing Garnet – an open-source, next-generation, faster cache-store for accelerating applications and services
18. März 2024, Microsoft

Microsoft open-sources unique “Garnet” cache-store; a Redis rival?
19. März 2024, The Stack

Dragonfly 0.13 Database Adds Experimental SSD-Based Data Tiering, More SIMD Work
2. Januar 2023, Phoronix

How to Use an API Key or Access Token to Connect to IBM Db2 on Cloud
14. Januar 2020, IBM

bereitgestellt von Google News

NVIDIA to Present Innovations at Hot Chips That Boost Data Center Performance and Energy Efficiency
23. August 2024, NVIDIA Blog

Webb captures a staggering quasar-galaxy merger in the remote universe
5. Juli 2024, Phys.org

When a Quasar Remote Access Tool Falls Into the Wrong Hands
23. Februar 2024, darktrace.com

Record quasar is most luminous object in the universe
20. Februar 2024, EarthSky

Hubble Unexpectedly Finds Double Quasar in Distant Universe
5. April 2023, Science@NASA

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

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Präsentieren Sie hier Ihr Produkt