DB-EnginesExtremeDB: the mission critical dbmsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > NebulaGraph vs. Redis vs. SingleStore

Vergleich der Systemeigenschaften NebulaGraph vs. Redis vs. SingleStore

Bitte wählen Sie ein weiteres System aus, um es in den Vergleich aufzunehmen.

Redaktionelle Informationen bereitgestellt von DB-Engines
NameNebulaGraph  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessenSingleStore infoformer name was MemSQL  Xaus Vergleich ausschliessen
KurzbeschreibungA distributed, linear scalable, high perfomant Graph DBMSPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis legt höchsten Wert auf Performanz. Bei Designentscheidungen wird typischerweise Performanz der Vorzug vor Features oder Speicherbedarf gegeben.MySQL 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 DatenbankmodellGraph DBMSKey-Value Store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMS
Sekundäre DatenbankmodelleDocument Store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Suchmaschine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Document Store
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte2,17
Rang#141  Overall
#9  Graph DBMS
Punkte173,55
Rang#6  Overall
#1  Key-Value Stores
Punkte6,60
Rang#62  Overall
#34  Relational DBMS
Websitegithub.com/­vesoft-inc/­nebula
nebula-graph.io
redis.com
redis.io
www.singlestore.com
Technische Dokumentationdocs.nebula-graph.iodocs.redis.com/­latest/­index.html
redis.io/­documentation
docs.singlestore.com
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
EntwicklerVesoft Inc.Redis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziertSingleStore Inc.
Erscheinungsjahr201920092013
Aktuelle Version7.0.10, Maerz 20237.6, November 2021
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2.0 + Common Clause 1.0Open Source infosource-available extensions (modules), commercial licenses for Redis Enterprisekommerziell infofree developer edition available
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • Aiven for Redis: Fully managed in-memory key-value store, for all your caching and speedy lookup needs.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
  • ScaleGrid Hosting for Redis: Fully managed hosting for Redis on a wide variety of cloud providers and On-Premises. Get advanced monitoring and automate your management through one centralized platform.
SingleStore Managed Service: The world's fastest, modern cloud database for both operational (OLTP) and analytical (OLAP) workloads. Available instantly with multi-cloud and hybrid-cloud capabilities
ImplementierungsspracheC++CC++, Go
Server BetriebssystemeLinuxBSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Linux info64 bit version required
DatenschemaStrong typed schemaschemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder datejateilweise infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinnein
Sekundärindizesja infoNebula Graph internally uses the Key-Value store RocksDB for persistency. The vertices, edges, and their properties are stored as Key while their values are stored as Value. The primary indexes are per Key and secondary indexes are per Value.ja infowith RediSearch moduleja
SQL infoSupport of SQLSQL-like query languageneinyes infobut no triggers and foreign keys
APIs und andere ZugriffskonzepteBrowser interface
console (shell)
Proprietäres native API
Query language nGQL
Proprietäres Protokoll infoRESP - REdis Serialization ProtocolCluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
ODBC
Unterstützte ProgrammiersprachenC++
Go
Java
Python
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
Bash
C
C#
Java
JavaScript (Node.js)
Python
Server-seitige Scripts infoStored ProceduresLua; Redis Functions coming in Redis 7 (slides and Github)ja
Triggerspublish/subscribe channels provide some trigger functionality; RedisGearsnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding infohash partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenCausal Clustering using Raft protocolMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
Source-Replica Replikation infostores two copies of each physical data partition on two separate nodes
MapReduce infoBietet ein API für Map/Reduce Operationenneinthrough RedisGearsnein infocan define user-defined aggregate functions for map-reduce-style calculations
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätja infoRelationships in graphsneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDAtomic execution of command blocks and scripts and optimistic lockingACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjaja infoDatenzugriffe werden vom Server serialisiertyes, multi-version concurrency control (MVCC)
Durability infoDauerhafte Speicherung der Datenja infousing RocksDBja infokonfigurierbare Persistenzmechanismen via snapshots oder logsja 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 haltenjajaja
Berechtigungskonzept infoZugriffskontrolleRole-based access controlAccess Control Lists (ACLs): redis.io/­topics/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­topics/­encryption
Password-based authentication
Fine grained access control via users, groups and roles
Weitere Informationen bereitgestellt vom Systemhersteller
NebulaGraphRedisSingleStore infoformer name was MemSQL
Specific characteristicsNebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» mehr
The Redis real-time data platform builds upon the unmatched simplicity and speed...
» mehr
SingleStore offers a fully-managed , distributed, highly-scalable SQL database designed...
» mehr
Competitive advantagesNebulaGraph boasts the world's only graph database solution that is able to host...
» mehr
Redis Enterprise is a robust in-memory database platform built by the people who...
» mehr
SingleStore’s competitive advantages include: Easy and Simplified Architecture with...
» mehr
Typical application scenariosSocial networking Fraud detection Knowledge graph Data warehouse management Anti...
» mehr
Redis Enterprise is used by large enterprise, startup, and government organizations...
» mehr
Driving Fast Analytics: SingleStore delivers the fastest and most scalable reporting...
» mehr
Key customersCurrently we have some top internet companies in China implementing NebulaGraph in...
» mehr
Verizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» mehr
IEX Cloud : Improves Financial Data Distribution Speed 15x with Singlestore DB Comcast,...
» mehr
Market metricsAt our very early stage, NebulaGraph has already received over 8,200 stars and thousands...
» mehr
Most launched Docker container per day according to Docker Hub (7.2M launches per...
» mehr
Customers in various industries worldwide including US and International Industry...
» mehr
Licensing and pricing modelsNebulaGraph is open source and free to use under Apache 2.0 license.
» mehr
Redis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» mehr
F ree Tier and Enterprise Edition
» mehr
Zugehörige Produkte und Dienstleistungen
DrittanbieterRead the Redis NoSQL benchmark report.
» mehr

Aiven for Redis: Store and access your data quickly and efficiently.
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Redisson PRO: The ultra-fast Redis Java Client.
» mehr

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
NebulaGraphRedisSingleStore infoformer name was MemSQL
DB-Engines Blog Posts

PostgreSQL is the DBMS of the Year 2018
2. Januar 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7. Januar 2015, Paul Andlinger, Matthias Gelbmann

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

NebulaGraph Database Added to Docker Desktop to Simplify Graph ...
9. März 2023, Benzinga

NebulaGraph reaps from China’s growing appetite for graph databases
16. September 2022, TechCrunch

Shyft Raises $16M in Series B Funding
16. September 2022, FinSMEs

Workday transforms industry approach with Fantastic Four -
16. September 2022, Enterprise Times

bereitgestellt von Google News

Dragonfly, a startup developing a ‘drop-in’ replacement for Redis, raises $21M
21. März 2023, TechCrunch

ChatGPT Vulnerability: Redis Vulnerability Exposes User Payment Data
31. März 2023, Security Boulevard

ChatGPT bug exposes Redis vulnerablity issue
29. März 2023, TechHQ

ChatGPT Data Breach Confirmed as Security Firm Warns of Vulnerable Component Exploitation
28. März 2023, SecurityWeek

OpenAI Reveals Redis Bug Behind ChatGPT User Data Exposure ...
25. März 2023, The Hacker News

bereitgestellt von Google News

Why Fast JSON Analytics Is Foundational for Modern Web Apps
30. März 2023, The New Stack

SingleStore raises $30M more to bring its database tech to new customers
4. Oktober 2022, TechCrunch

Real-time Analytic Databases — Thing or Not a Thing?
17. März 2023, The New Stack

SingleStore raises additional cash to grow its database business
12. Juli 2022, TechCrunch

SingleStore Announces Key Innovations for World's Only Unified ...
13. Dezember 2022, Datanami

bereitgestellt von Google News

Jobangebote

Redis Engineer
TriOpz, Remote

Database Administrator (MySQL, network, etc)
Chess.com, Remote

SQL Database Engineer
Strider Technologies, Tysons Corner, VA

Postgres Database Administrator IV
MedImpact Healthcare Systems, Remote

Backend Engineer
Blockchain Talents, Remote

REMOTE - ADVISOR, DATABASE ADMINISTRATOR -TEXAS
MAGRABBIT, Austin, TX

Data Architect
Global Partners, Waltham, MA

Principal Solutions Architect - Hybrid - Minneapolis, MN
Royal Bank of Canada, Minneapolis, MN

Oracle PL/SQL Developer
Zenaide Technologies, Houston, TX

Database Administrator
Priority Technology Holdings, LLC, Remote

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

Vertica logo

Vertica Accelerator. The fastest analytics and machine learning, delivered as SaaS, with automated setup, administration, and management. Free trial.

Redis logo

The world’s most loved real‑time data platform.
Try free

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL 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