DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Bangdb vs. BigObject vs. InfluxDB vs. RDFox vs. Riak KV

Vergleich der Systemeigenschaften Bangdb vs. BigObject vs. InfluxDB vs. RDFox vs. Riak KV

Redaktionelle Informationen bereitgestellt von DB-Engines
NameBangdb  Xaus Vergleich ausschliessenBigObject  Xaus Vergleich ausschliessenInfluxDB  Xaus Vergleich ausschliessenRDFox  Xaus Vergleich ausschliessenRiak KV  Xaus Vergleich ausschliessen
KurzbeschreibungConverged and high performance database for device data, events, time series, document and graphAnalytic DBMS für Echtzeitberechnungen und QueriesDBMS for storing time series, events and metricsHigh performance knowledge graph and semantic reasoning engineVerteilter, fehlertoleranter Key-Value Store
Primäres DatenbankmodellDocument Store
Graph DBMS
Time Series DBMS
Relational DBMS infoEin hierarchisches Modell (Baum) kann einer Tabelle übergestülpt werdenTime Series DBMSGraph DBMS
RDF Store
Key-Value Store infomit Links zwischen Datensätzen und mit Objekt-Tags zur Bildung von Sekundärindizes
Sekundäre DatenbankmodelleSpatial DBMSSpatial DBMS infowith GEO packageRelational 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
Punkte0,13
Rang#333  Overall
#147  Relational DBMS
Punkte25,83
Rang#28  Overall
#1  Time Series DBMS
Punkte0,23
Rang#308  Overall
#25  Graph DBMS
#14  RDF Stores
Punkte4,10
Rang#82  Overall
#9  Key-Value Stores
Websitebangdb.combigobject.iowww.influxdata.com/­products/­influxdb-overviewwww.oxfordsemantic.tech
Technische Dokumentationdocs.bangdb.comdocs.bigobject.iodocs.influxdata.com/­influxdbdocs.oxfordsemantic.techwww.tiot.jp/­riak-docs/­riak/­kv/­latest
EntwicklerSachin Sinha, BangDBBigObject, Inc.Oxford Semantic TechnologiesOpenSource, formerly Basho Technologies
Erscheinungsjahr20122015201320172009
Aktuelle VersionBangDB 2.0, October 20212.7.6, April 20246.0, Septermber 20223.2.0, Dezember 2022
Lizenz infoCommercial or Open SourceOpen Source infoBSD 3kommerziell infokostenlose community edition verfügbarOpen Source infoMIT-License; commercial enterprise version availablekommerziellOpen Source infoApache Version 2, kommerzielle Enterprise Edition
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++GoC++Erlang
Server BetriebssystemeLinuxLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
Linux
OS X infothrough Homebrew
Linux
macOS
Windows
Linux
OS X
Datenschemaschemafreijaschemafreija infoRDF schemasschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateyes: string, long, double, int, geospatial, stream, eventsjaNumeric data and Stringsjanein
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, geospatialjaneineingeschränkt
SQL infoSupport of SQLSQL like support with command line toolSQL-like DML and DDL statementsSQL-like query languageneinnein
APIs und andere ZugriffskonzeptePropriätäres Protokoll
RESTful HTTP API
fluentd
ODBC
RESTful HTTP API
HTTP API
JSON over UDP
RESTful HTTP API
SPARQL 1.1
HTTP API
Native Erlang Interface
Unterstützte ProgrammiersprachenC
C#
C++
Java
Python
.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
C
Java
C infoinoffizielle Client Library
C#
C++ infoinoffizielle Client Library
Clojure infoinoffizielle Client Library
Dart infoinoffizielle Client Library
Erlang
Go infoinoffizielle Client Library
Groovy infoinoffizielle Client Library
Haskell infoinoffizielle Client Library
Java
JavaScript infoinoffizielle Client Library
Lisp infoinoffizielle Client Library
Perl infoinoffizielle Client Library
PHP
Python
Ruby
Scala infoinoffizielle Client Library
Smalltalk infoinoffizielle Client Library
Server-seitige Scripts infoStored ProceduresneinLuaneinErlang
Triggersyes, Notifications (with Streaming only)neinneinja infoPre-Commit Hooks und Post-Commit Hooks
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmkeineSharding infoin enterprise version onlySharding infokein "single point of failure"
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenselectable replication factor, Knob for CAP (enterprise version only)keinefrei wählbarer Replikationsfaktor infoin enterprise version onlyreplication via a shared file systemfrei wählbarer Replikationsfaktor
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemTunable consistency, set CAP knob accordinglykeineImmediate Consistency in stand-alone mode, Eventual Consistency in replicated setupsEventual Consistency
Fremdschlüssel inforeferenzielle Integritätneinja infoautomatically between fact table and dimension tablesneinnein infoes können Links zwischen Datensätzen gespeichert werden
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDneinneinACIDnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, optimistic concurrency controlja infoRead/write lock on objects (tables, trees)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 modejaja infoDepending on used storage engineja
Berechtigungskonzept infoZugriffskontrolleyes (enterprise version only)neinEinfache Rechteverwaltung mit BenutzeraccountsRoles, resources, and access typesyes, using Riak Security
Weitere Informationen bereitgestellt vom Systemhersteller
BangdbBigObjectInfluxDBRDFoxRiak KV
Specific characteristicsInfluxData is the creator of InfluxDB , the open source time series database. It...
» mehr
Competitive advantagesTime to Value InfluxDB is available in all the popular languages and frameworks,...
» mehr
Typical application scenariosIoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» mehr
Key customersInfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» mehr
Market metricsFastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» mehr
Licensing and pricing modelsOpen source core with closed source clustering available either on-premise or on...
» mehr
Neuigkeiten

Efficiency Unleashed: Streamlining Workflows with the InfluxDB Management API
23. Mai 2024

What is DevRel at InfluxData
21. Mai 2024

An Introductory Guide to Grafana Alerts
16. Mai 2024

What to Expect When You’re Expecting InfluxDB: A Guide
14. Mai 2024

Introduction to Apache Iceberg
9. 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
BangdbBigObjectInfluxDBRDFoxRiak KV
DB-Engines Blog Posts

Why Build a Time Series Data Platform?
20. Juli 2017, Paul Dix (guest author)

Time Series DBMS are the database category with the fastest increase in popularity
4. Juli 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1. Juni 2015, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Introducing Amazon Timestream for InfluxDB: A managed service for the popular open source time-series database ...
20. Mai 2024, AWS Blog

Amazon Timestream: Managed InfluxDB for Time Series Data
14. März 2024, The New Stack

InfluxData Collaborating with AWS to Bring InfluxDB and Time Series Analytics to Developers Around the World
14. März 2024, Business Wire

How the FDAP Stack Gives InfluxDB 3.0 Real-Time Speed, Efficiency
15. März 2024, Datanami

AWS and InfluxData partner to offer managed time series database Timestream for InfluxDB
5. April 2024, VentureBeat

bereitgestellt von Google News

Use semantic reasoning to infer new facts from your RDF graph by integrating RDFox with Amazon Neptune | Amazon ...
20. Februar 2023, AWS Blog

The intuitions behind Knowledge Graphs and Reasoning | by Peter Crocker
5. Mai 2020, Towards Data Science

Eight interesting open-source graph databases
3. Januar 2023, INDIAai

Financial Crime Discovery using Amazon EKS and Graph Databases | Amazon Web Services
1. Februar 2022, AWS Blog

Finding patterns with rules, using Knowledge Graphs and Semantic Reasoning | by Peter Crocker
14. Mai 2020, Towards Data Science

bereitgestellt von Google News

Basho Revamps Riak Open-Source Database
22. September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13. Januar 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26. August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12. September 2017, ComputerWeekly.com

Basho distributes Riak to more customers - DCD
28. November 2013, DatacenterDynamics

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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.

Milvus logo

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

Präsentieren Sie hier Ihr Produkt