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. CrateDB vs. IBM Cloudant vs. JaguarDB

Vergleich der Systemeigenschaften AlaSQL vs. Bangdb vs. CrateDB vs. IBM Cloudant vs. JaguarDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlaSQL  Xaus Vergleich ausschliessenBangdb  Xaus Vergleich ausschliessenCrateDB  Xaus Vergleich ausschliessenIBM Cloudant  Xaus Vergleich ausschliessenJaguarDB  Xaus Vergleich ausschliessen
KurzbeschreibungJavaScript DBMS libraryConverged and high performance database for device data, events, time series, document and graphVerteilter Data Store basierend auf LuceneAuf Apache CouchDB basierendes Database as a Service AngebotPerformant, highly scalable DBMS for AI and IoT applications
Primäres DatenbankmodellDocument Store
Relational DBMS
Document Store
Graph DBMS
Time Series DBMS
Document Store
Spatial DBMS
Suchmaschine
Time Series DBMS
Vektor DBMS
Document StoreKey-Value Store
Vektor DBMS
Sekundäre DatenbankmodelleSpatial DBMSRelational 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
Punkte0,73
Rang#224  Overall
#37  Document Stores
#5  Spatial DBMS
#16  Suchmaschinen
#19  Time Series DBMS
#8  Vektor DBMS
Punkte2,68
Rang#106  Overall
#20  Document Stores
Punkte0,00
Rang#383  Overall
#60  Key-Value Stores
#13  Vektor DBMS
Websitealasql.orgbangdb.comcratedb.comwww.ibm.com/­products/­cloudantwww.jaguardb.com
Technische Dokumentationgithub.com/­AlaSQL/­alasqldocs.bangdb.comcratedb.com/­docscloud.ibm.com/­docs/­Cloudantwww.jaguardb.com/­support.html
EntwicklerAndrey Gershun & Mathias R. WulffSachin Sinha, BangDBCrateIBM, Apache Software Foundation infoIBM hat im Februar 2014 Cloudant gekauftDataJaguar, Inc.
Erscheinungsjahr20142012201320102015
Aktuelle VersionBangDB 2.0, October 20213.3 July 2023
Lizenz infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoBSD 3Open SourcekommerziellOpen Source infoGPL V3.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinjanein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
ImplementierungsspracheJavaScriptC, C++JavaErlangC++ infothe server part. Clients available in other languages
Server Betriebssystemeserver-less, requires a JavaScript environment (browser, Node.js)LinuxAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportgehostetLinux
DatenschemaschemafreischemafreiFlexible Schema (defined schema, partial schema, schema free)schemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinyes: string, long, double, int, geospatial, stream, eventsjaneinja
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
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL like support with command line toolyes, but no triggers and constraints, and PostgreSQL compatibilityneinA subset of ANSI SQL is implemented infobut no views, foreign keys, triggers
APIs und andere ZugriffskonzepteJavaScript APIPropriätäres Protokoll
RESTful HTTP API
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
RESTful HTTP/JSON APIJDBC
ODBC
Unterstützte ProgrammiersprachenJavaScriptC
C#
C++
Java
Python
.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
C#
Java
JavaScript
Objective-C
PHP
Ruby
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Server-seitige Scripts infoStored Proceduresneinneinbenutzerdefinierte FunktionenView Functions (Map-Reduce) in JavaScriptnein
Triggersjayes, Notifications (with Streaming only)neinjanein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingShardingSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenkeineselectable replication factor, Knob for CAP (enterprise version only)Configurable replication on table/partition-levelMulti-Source Replikation
Source-Replica Replikation
Multi-Source Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineTunable consistency, set CAP knob accordinglyEventual Consistency
Read-after-write consistency on record level
Eventual 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-storageACIDnein infounique row identifiers can be used for implementing an optimistic concurrency control strategynein infoAtomare Operationen innerhalb eines Dokumentes möglichnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, optimistic concurrency controljaja infoOptimistic lockingja
Durability infoDauerhafte Speicherung der Datenja infoby using IndexedDB, SQL.JS or proprietary FileStorageyes, implements WAL (Write ahead log) as welljajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjayes, run db with in-memory only modeneinneinnein
Berechtigungskonzept infoZugriffskontrolleneinyes (enterprise version only)Rechteverwaltung mit BenutzeraccountsZugriffsrechte für Benutzer pro Datenbank definierbarRechteverwaltung mit Benutzeraccounts
Weitere Informationen bereitgestellt vom Systemhersteller
AlaSQLBangdbCrateDBIBM CloudantJaguarDB
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» mehr
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» mehr
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» mehr
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» mehr
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» mehr
Licensing and pricing modelsSee CrateDB pricing >
» 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
AlaSQLBangdbCrateDBIBM CloudantJaguarDB
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

CrateDB Appoints Sergey Gerasimenko as New CTO
19. Februar 2024, PR Newswire

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8. April 2024, Datanami

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25. März 2024, PR Newswire

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29. August 2017, The New Stack

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1. März 2023, businesswire.com

bereitgestellt von Google News

Cloudant Best (and Worst) Practices — Part 1
18. März 2019, IBM

Intro to Enterprise Cloud Storage: How to Set Up a Cloudant Database
1. Dezember 2014, Linux.com

IBM Expands Cloud Database Services with Kubernetes
26. September 2019, EnterpriseAI

IBM Code Engine and IBM Cloudant: Serverless Data and Infrastructure
16. August 2021, IBM

IBM to Purchase Cloudant Database as a service (DBaaS) Provider
22. März 2014, App Developer Magazine

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.

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.

Neo4j logo

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

Präsentieren Sie hier Ihr Produkt