DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > CrateDB vs. NebulaGraph vs. OrigoDB vs. Splice Machine vs. XTDB

Vergleich der Systemeigenschaften CrateDB vs. NebulaGraph vs. OrigoDB vs. Splice Machine vs. XTDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCrateDB  Xaus Vergleich ausschliessenNebulaGraph  Xaus Vergleich ausschliessenOrigoDB  Xaus Vergleich ausschliessenSplice Machine  Xaus Vergleich ausschliessenXTDB infoformerly named Crux  Xaus Vergleich ausschliessen
KurzbeschreibungVerteilter Data Store basierend auf LuceneA distributed, linear scalable, high perfomant Graph DBMSA fully ACID in-memory object graph databaseOpen-Source SQL RDBMS for Operational and Analytical use cases with native Machine Learning, powered by Hadoop and SparkA general purpose database with bitemporal SQL and Datalog and graph queries
Primäres DatenbankmodellDocument Store
Spatial DBMS
Suchmaschine
Time Series DBMS
Vektor DBMS
Graph DBMSDocument Store
Object oriented DBMS
Relational DBMSDocument Store
Sekundäre DatenbankmodelleRelational DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,73
Rang#224  Overall
#37  Document Stores
#5  Spatial DBMS
#16  Suchmaschinen
#19  Time Series DBMS
#8  Vektor DBMS
Punkte2,14
Rang#120  Overall
#10  Graph DBMS
Punkte0,00
Rang#383  Overall
#53  Document Stores
#20  Object oriented DBMS
Punkte0,54
Rang#250  Overall
#114  Relational DBMS
Punkte0,11
Rang#343  Overall
#46  Document Stores
Websitecratedb.comgithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
origodb.comsplicemachine.comgithub.com/­xtdb/­xtdb
www.xtdb.com
Technische Dokumentationcratedb.com/­docsdocs.nebula-graph.ioorigodb.com/­docssplicemachine.com/­how-it-workswww.xtdb.com/­docs
EntwicklerCrateVesoft Inc.Robert Friberg et alSplice MachineJuxt Ltd.
Erscheinungsjahr201320192009 infounder the name LiveDB20142019
Aktuelle Version3.1, March 20211.19, September 2021
Lizenz infoCommercial or Open SourceOpen SourceOpen Source infoApache Version 2.0 + Common Clause 1.0Open SourceOpen Source infoAGPL 3.0, commercial license availableOpen Source infoMIT License
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.
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.
ImplementierungsspracheJavaC++C#JavaClojure
Server BetriebssystemeAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportLinuxLinux
Windows
Linux
OS X
Solaris
Windows
Alle Betriebssysteme mit einer Java 8 (und höher) VM
Linux
DatenschemaFlexible Schema (defined schema, partial schema, schema free)Strong typed schemajajaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajaUser defined using .NET types and collectionsjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinnein infocan be achieved using .NETnein
Sekundärindizesjaja 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.jajaja
SQL infoSupport of SQLyes, but no triggers and constraints, and PostgreSQL compatibilitySQL-like query languageneinjaeingeschränktes SQL mittels Apache Calcite
APIs und andere ZugriffskonzepteADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
Browser interface
console (shell)
Cypher Query Language
GO Object Graph Mapper
Java Object Graph Mapper
NGBatis infoORM framework for NebulaGraph and Spring-Boot
Proprietäres native API
Python Object Graph Mapper
Query language nGQL
.NET Client API
HTTP API
LINQ
JDBC
Native Spark Datasource
ODBC
HTTP REST
JDBC
Unterstützte Programmiersprachen.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
.Net
C++
Go
Java
PHP
Python
.NetC#
C++
Java
JavaScript (Node.js)
Python
R
Scala
Clojure
Java
Server-seitige Scripts infoStored Proceduresbenutzerdefinierte Funktionenuser defined functionsjaja infoJavanein
Triggersneinja infoDomain Eventsjanein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingShardinghorizontale Partitionierung infoclient side managed; servers are not synchronizedShared Nothhing Auto-Sharding, Columnar Partitioningkeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenConfigurable replication on table/partition-levelCausal Clustering using Raft protocolSource-Replica ReplikationMulti-Source Replikation
Source-Replica Replikation
ja, jeder Knoten hat alle Daten
MapReduce infoBietet ein API für Map/Reduce OperationenneinneinneinYes, via Full Spark Integrationnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Read-after-write consistency on record level
Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätneinja infoRelationships in graphsdepending on modeljanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationennein infounique row identifiers can be used for implementing an optimistic concurrency control strategyACIDACIDACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajayes, multi-version concurrency control (MVCC)ja
Durability infoDauerhafte Speicherung der Datenjaja infousing RocksDBja infoWrite ahead logjayes, flexibel persistency by using storage technologies like Apache Kafka, RocksDB or LMDB
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjajaja
Berechtigungskonzept infoZugriffskontrolleRechteverwaltung mit BenutzeraccountsRole-based access controlRole based authorizationAccess rights for users, groups and roles according to SQL-standard
Weitere Informationen bereitgestellt vom Systemhersteller
CrateDBNebulaGraphOrigoDBSplice MachineXTDB infoformerly named Crux
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» mehr
NebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» mehr
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» mehr
NebulaGraph boasts the world's only graph database solution that is able to host...
» mehr
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» mehr
Social networking Fraud detection Knowledge graph Data warehouse management Anti...
» mehr
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» mehr
Companies from a variety of industries have implemented NebulaGraph Database in production,...
» mehr
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» mehr
At our very early stage, NebulaGraph has already received over 10,000 stars on GitHub...
» mehr
Licensing and pricing modelsSee CrateDB pricing >
» mehr
NebulaGraph is open source and free to use under Apache 2.0 license.
» 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
CrateDBNebulaGraphOrigoDBSplice MachineXTDB infoformerly named Crux
Erwähnungen in aktuellen Nachrichten

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

CrateDB Partners with HiveMQ to Advance IoT Data Management and Analytics Across Industries
25. März 2024, Datanami

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

Crate.io Introduces CrateDB 2.0 Enterprise and Open Source Editions
16. Mai 2017, Business Wire

Crate.io raises $10M to grow its database platform
15. Juni 2021, VentureBeat

bereitgestellt von Google News

Vesoft (NebulaGraph) Recognized in the Gartner® Market Guide for Graph Database Management Systems
15. November 2023, PR Newswire

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

NebulaGraph Completes Series A to Scale Its Distributed Graph Database
16. September 2022, Datanami

NebulaGraph Enterprise v5.0: The First Distributed Graph Database to Offer Native GQL Support
18. April 2024, IT News Online

bereitgestellt von Google News

Machine learning data pipeline outfit Splice Machine files for insolvency
26. August 2021, The Register

Splice Machine Launches the Splice Machine Feature Store to Simplify Feature Engineering and Democratize Machine ...
19. Januar 2021, PR Newswire

Splice Machine Launches Feature Store to Simplify Feature Engineering
19. Januar 2021, Datanami

How Splice Machine's Data Platform for Intelligent Apps Works
29. September 2020, eWeek

Distributed SQL System Review: Snowflake vs Splice Machine
18. September 2019, Towards Data Science

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Neo4j logo

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

Milvus logo

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

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

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