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

DBMS > AlaSQL vs. Blazegraph vs. Citus vs. Fauna vs. H2

Vergleich der Systemeigenschaften AlaSQL vs. Blazegraph vs. Citus vs. Fauna vs. H2

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAlaSQL  Xaus Vergleich ausschliessenBlazegraph  Xaus Vergleich ausschliessenCitus  Xaus Vergleich ausschliessenFauna infopreviously named FaunaDB  Xaus Vergleich ausschliessenH2  Xaus Vergleich ausschliessen
Amazon has acquired Blazegraph's domain and (probably) product. It is said that Amazon Neptune is based on Blazegraph.
KurzbeschreibungJavaScript DBMS libraryHigh-performance graph database supporting Semantic Web (RDF/SPARQL) and Graph Database (tinkerpop3, blueprints, vertex-centric) APIs with scale-out and High Availability.Scalable hybrid operational and analytics RDBMS for big data use cases based on PostgreSQLFauna provides a web-native interface, with support for GraphQL and custom business logic that integrates seamlessly with the rest of the serverless ecosystem. The underlying globally distributed storage and compute platform is fast, consistent, and reliable, with a modern security infrastructure.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.
Primäres DatenbankmodellDocument Store
Relational DBMS
Graph DBMS
RDF Store
Relational DBMSDocument Store
Graph DBMS
Relational DBMS
Time Series DBMS
Relational DBMS
Sekundäre DatenbankmodelleDocument StoreSpatial 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,75
Rang#219  Overall
#19  Graph DBMS
#8  RDF Stores
Punkte2,21
Rang#118  Overall
#56  Relational DBMS
Punkte1,52
Rang#153  Overall
#26  Document Stores
#14  Graph DBMS
#71  Relational DBMS
#13  Time Series DBMS
Punkte8,13
Rang#49  Overall
#31  Relational DBMS
Websitealasql.orgblazegraph.comwww.citusdata.comfauna.comwww.h2database.com
Technische Dokumentationgithub.com/­AlaSQL/­alasqlwiki.blazegraph.comdocs.citusdata.comdocs.fauna.comwww.h2database.com/­html/­main.html
EntwicklerAndrey Gershun & Mathias R. WulffBlazegraphFauna, Inc.Thomas Mueller
Erscheinungsjahr20142006201020142005
Aktuelle Version2.1.5, Maerz 20198.1, Dezember 20182.2.220, Juli 2023
Lizenz infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoerweiterte kommerzielle Lizenz verfügbarOpen Source infoAGPL, commercial license also availablekommerziellOpen Source infodual-licence (Mozilla public license, Eclipse public license)
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.
ImplementierungsspracheJavaScriptJavaCScalaJava
Server Betriebssystemeserver-less, requires a JavaScript environment (browser, Node.js)Linux
OS X
Windows
LinuxgehostetAlle Betriebssysteme mit einer Java VM
Datenschemaschemafreischemafreijaschemafreija
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinja infoRDF literal typesjaneinja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinja infospecific XML type available, but no XML query functionalityneinnein
Sekundärindizesneinjajajaja
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SPARQL is used as query languageja infostandard, with numerous extensionsneinja
APIs und andere ZugriffskonzepteJavaScript APIJava API
RESTful HTTP API
SPARQL QUERY
SPARQL UPDATE
TinkerPop 3
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
RESTful HTTP APIJDBC
ODBC
Unterstützte ProgrammiersprachenJavaScript.Net
C
C++
Java
JavaScript
PHP
Python
Ruby
.Net
C
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C#
Go
Java
JavaScript
Python
Ruby
Scala
Swift
Java
Server-seitige Scripts infoStored Proceduresneinjabenutzerdefinierte Funktionen inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.benutzerdefinierte FunktionenJava Stored Procedures and User-Defined Functions
Triggersjaneinjaneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineShardingShardinghorizontale Partitionierung infoconsistent hashingkeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenkeinejaSource-Replica Replikation infoother methods possible by using 3rd party extensionsMulti-Source ReplikationWith clustering: 2 database servers on different computers operate on identical copies of a database
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemkeineImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaja infoRelationships in Graphsjajaja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationenja infoonly for local storage and DOM-storageACIDACIDACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajayes, multi-version concurrency control (MVCC)
Durability infoDauerhafte Speicherung der Datenja infoby using IndexedDB, SQL.JS or proprietary FileStoragejajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinneinja
Berechtigungskonzept infoZugriffskontrolleneinSecurity and Authentication via Web Application Container (Tomcat, Jetty)Benutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardIdentity management, authentication, and access controlBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standard

Weitere Informationen bereitgestellt vom Systemhersteller

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
AlaSQLBlazegraphCitusFauna infopreviously named FaunaDBH2
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

This AI Paper Introduces A Comprehensive RDF Dataset With Over 26 Billion Triples Covering Scholarly Data Across All Scientific Disciplines
19. August 2023, MarkTechPost

Back to the future: Does graph database success hang on query language?
5. März 2018, ZDNet

Harnessing GPUs Delivers a Big Speedup for Graph Analytics
15. Dezember 2015, Datanami

Representation Learning on RDF* and LPG Knowledge Graphs
24. September 2020, Towards Data Science

Faster with GPUs: 5 turbocharged databases
26. September 2016, InfoWorld

bereitgestellt von Google News

Ubicloud wants to build an open source alternative to AWS
5. März 2024, TechCrunch

How Citus Health Uses AWS to Provide Secure and Real-Time Virtual Patient Care - AWS Startups
18. August 2023, AWS Blog

Microsoft Benchmarks Distributed PostgreSQL DBs
10. Juli 2023, Datanami

Distributed PostgreSQL Benchmarks: Azure Cosmos DB, CockroachDB, and YugabyteDB
8. Juli 2023, InfoQ.com

Microsoft acquires Citus Data, re-affirming its commitment to Open Source and accelerating Azure PostgreSQL ...
24. Januar 2019, Microsoft

bereitgestellt von Google News

Slicing the Gordian Knot: A leap to real-time systems of truth
3. Februar 2024, SiliconANGLE News

Fauna Launches Distributed Document-Relational Database On Google Cloud Marketplace
21. März 2024, GlobeNewswire

Fauna Adds Transformative Schema-as-Code Capabilities to Enterprise Proven, Document-Relational Database
15. November 2023, Business Wire

Utah Natural Heritage Program
17. Oktober 2023, Utah Division of Wildlife Resources

Fauna Query Language tamed to appeal to developers
22. August 2023, The Register

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.

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

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

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