DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > Google Cloud Datastore vs. InfluxDB vs. RDF4J vs. ScyllaDB vs. SingleStore

Vergleich der Systemeigenschaften Google Cloud Datastore vs. InfluxDB vs. RDF4J vs. ScyllaDB vs. SingleStore

Redaktionelle Informationen bereitgestellt von DB-Engines
NameGoogle Cloud Datastore  Xaus Vergleich ausschliessenInfluxDB  Xaus Vergleich ausschliessenRDF4J infoformerly known as Sesame  Xaus Vergleich ausschliessenScyllaDB  Xaus Vergleich ausschliessenSingleStore infoformer name was MemSQL  Xaus Vergleich ausschliessen
KurzbeschreibungSelbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformDBMS for storing time series, events and metricsRDF4J ist ein Java Framework zur Verarbeitung von RDF Daten, sowohl Hauptspeicher- als auch Disk-basiert.Cassandra and DynamoDB compatible wide column storeMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table type
Primäres DatenbankmodellDocument StoreTime Series DBMSRDF StoreWide Column StoreRelational DBMS
Sekundäre DatenbankmodelleSpatial DBMS infowith GEO packageKey-Value StoreDocument Store
Spatial DBMS
Time Series DBMS
Vektor DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte4,13
Rang#71  Overall
#12  Document Stores
Punkte22,12
Rang#28  Overall
#1  Time Series DBMS
Punkte0,72
Rang#222  Overall
#9  RDF Stores
Punkte4,15
Rang#69  Overall
#5  Wide Column Stores
Punkte4,02
Rang#74  Overall
#39  Relational DBMS
Websitecloud.google.com/­datastorewww.influxdata.com/­products/­influxdb-overviewrdf4j.orgwww.scylladb.comwww.singlestore.com
Technische Dokumentationcloud.google.com/­datastore/­docsdocs.influxdata.com/­influxdbrdf4j.org/­documentationdocs.scylladb.comdocs.singlestore.com
EntwicklerGoogleSince 2016 officially forked into an Eclipse project, former developer was Aduna Software.ScyllaDBSingleStore Inc.
Erscheinungsjahr20082013200420152013
Aktuelle Version2.7.6, April 2024ScyllaDB Open Source 6.0.2, Juli 20248.5, Jänner 2024
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoMIT-License; commercial enterprise version availableOpen Source infoEclipse Distribution License (EDL), v1.0.Open Source infoOpen Source (AGPL), commercial license availablekommerziell infofree developer edition available
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Scylla Cloud: Create real-time applications that run at global scale with Scylla Cloud, the industry’s most powerful NoSQL DBaaS
ImplementierungsspracheGoJavaC++C++, Go
Server BetriebssystemegehostetLinux
OS X infothrough Homebrew
Linux
OS X
Unix
Windows
LinuxLinux info64 bit version required
Datenschemaschemafreischemafreija infoRDF Schemasschemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder dateja, Details hierNumeric data and Stringsjajaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein
Sekundärindizesjaneinjaja infocluster global secondary indicesja
SQL infoSupport of SQLSQL-like query language (GQL)SQL-like query languageneinSQL-like DML and DDL statements (CQL)yes infobut no triggers and foreign keys
APIs und andere ZugriffskonzeptegRPC (using protocol buffers) API
RESTful HTTP/JSON API
HTTP API
JSON over UDP
Java API
RIO infoRDF Input/Output
Sail API
SeRQL infoSesame RDF Query Language
Sesame REST HTTP Protocol
SPARQL
Proprietäres Protokoll infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Unterstützte Programmiersprachen.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
Java
PHP
Python
For CQL interface: C#, C++, Clojure, Erlang, Go, Haskell, Java, JavaScript, Node.js, Perl, PHP, Python, Ruby, Rust, Scala
For DynamoDB interface: .Net, ColdFusion, Erlang, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby
Bash
C
C#
Java
JavaScript (Node.js)
Python
Server-seitige Scripts infoStored Proceduresmit Google App Engineneinjayes, Luaja
TriggersCallbacks mit Google Apps Engineneinjaneinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingSharding infoin enterprise version onlykeineShardingSharding infohash partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using Paxosfrei wählbarer Replikationsfaktor infoin enterprise version onlykeinefrei wählbarer Replikationsfaktor infoRepresentation of geographical distribution of servers is possibleSource-Replica Replikation infostores two copies of each physical data partition on two separate nodes
MapReduce infoBietet ein API für Map/Reduce Operationenja infomittels Google Cloud Dataflowneinneinneinnein infocan define user-defined aggregate functions for map-reduce-style calculations
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Eventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätja infovia ReferenceProperties or Ancestor pathsneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsneinACID infoIsolation abhängig vom verwendeten APInein infoAtomicity and isolation are supported for single operationsACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajayes, multi-version concurrency control (MVCC)
Durability infoDauerhafte Speicherung der Datenjajaja infoIn-memory Storage wird ebenfalls unterstütztjaja infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinja infoDepending on used storage engineja infoin-memory tablesja
Berechtigungskonzept infoZugriffskontrolleAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Einfache Rechteverwaltung mit BenutzeraccountsneinAccess rights for users can be defined per objectFine grained access control via users, groups and roles
Weitere Informationen bereitgestellt vom Systemhersteller
Google Cloud DatastoreInfluxDBRDF4J infoformerly known as SesameScyllaDBSingleStore infoformer name was MemSQL
Specific characteristicsInfluxData is the creator of InfluxDB , the open source time series database. It...
» mehr
ScyllaDB is engineered to deliver predictable performance at scale. It’s adopted...
» mehr
Competitive advantagesTime to Value InfluxDB is available in all the popular languages and frameworks,...
» mehr
Highly-performant (efficiently utilizes full resources of a node and network; millions...
» mehr
Typical application scenariosIoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» mehr
ScyllaDB is ideal for applications that require high throughput and low latency at...
» mehr
Key customersInfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» mehr
Discord, Epic Games, Expedia, Zillow, Comcast, Disney+ Hotstar, Samsung, ShareChat,...
» mehr
Market metricsFastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» mehr
ScyllaDB typically offers ~75% total cost of ownership savings, with ~5X higher throughput...
» mehr
Licensing and pricing modelsOpen source core with closed source clustering available either on-premise or on...
» mehr
ScyllaDB Open Source - free open source software (AGPL) ScyllaDB Enterprise - subscription-based...
» mehr
Neuigkeiten

Deploying InfluxDB and Telegraf to Monitor Kubernetes
17. September 2024

Telegraf 1.32 Release Notes
13. September 2024

An Introductory Guide to Cloud Security for IIoT
12. September 2024

Building Real-Time Android Apps with InfluxDB Cloud: Data Logging, Querying, and Visualization
10. September 2024

How to Use InfluxDB for Real-Time SpringBoot Application Monitoring
5. September 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
Google Cloud DatastoreInfluxDBRDF4J infoformerly known as SesameScyllaDBSingleStore infoformer name was MemSQL
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

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17. Oktober 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9. Juni 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14. Februar 2022,  Akmal Chaudhri, SingleStore (sponsor) 

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Google Cloud vs AWS: Which Cloud Computing Platform is Better?
11. September 2024, Cloudwards

Google Gets Rid of Fees To Transfer Data Out of Cloud Platform
12. Januar 2024, Spiceworks News and Insights

Best cloud storage of 2024
13. September 2024, TechRadar

Google App Engine
26. April 2024, TechTarget

17 Top Cloud Storage Companies to Know
9. April 2024, Built In

bereitgestellt von Google News

InfluxData's Latest Updates Optimize Time Series Data for Better Performance, Scale and Management
19. September 2024, Integration Developers

Run and manage open source InfluxDB databases with Amazon Timestream
14. März 2024, AWS Blog

InfluxData avoids ’AI magic beans’ in InfluxDB time series database update for enterprises
4. September 2024, VentureBeat

InfluxData Enhances InfluxDB 3.0 with Performance Upgrades and Self-Managed Option
5. September 2024, Datanami

InfluxData makes performance, storage improvements to InfluxDB 3.0
4. September 2024, InfoWorld

bereitgestellt von Google News

ScyllaDB 6.0 advances open source database scalability
12. Juni 2024, VentureBeat

Sleeping at Scale - Delivering 10k Timers per Second per Node with Rust, Tokio, Kafka, and Scylla
26. April 2024, InfoQ.com

ScyllaDB Raises $43M to Take on MongoDB at Scale, Push Database Performance to New Levels
17. Oktober 2023, Datanami

Worldwide Local Latency with ScyllaDB: ZeroFlucs’ Strategy
6. Februar 2024, The New Stack

ScyllaDB on AWS is a NoSQL Database Built for Gigabyte-to-Petabyte Scale
6. Januar 2023, AWS Blog

bereitgestellt von Google News

SingleStore Partners With Snowflake to Help Users Build Faster, More Efficient Real Time AI Applications
19. September 2024, Business Wire

Achieve near real-time analytics on Amazon DynamoDB with SingleStore
16. September 2024, AWS Blog

Third time was the charm for SingleStore in the cloud, CEO says
8. Juli 2024, The Register

SingleStore CEO sees little future for purpose-built vector databases
24. Januar 2024, VentureBeat

Building a Modern Database: Nikita Shamgunov on Postgres and Beyond
18. April 2024, Madrona Venture Group

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

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.

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.

Präsentieren Sie hier Ihr Produkt