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

DBMS > AgensGraph vs. AllegroGraph vs. Amazon Neptune vs. Apache Drill vs. CockroachDB

Vergleich der Systemeigenschaften AgensGraph vs. AllegroGraph vs. Amazon Neptune vs. Apache Drill vs. CockroachDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameAgensGraph  Xaus Vergleich ausschliessenAllegroGraph  Xaus Vergleich ausschliessenAmazon Neptune  Xaus Vergleich ausschliessenApache Drill  Xaus Vergleich ausschliessenCockroachDB  Xaus Vergleich ausschliessen
KurzbeschreibungMulti-model database supporting relational and graph data models and built upon PostgreSQLHoch performanter, persistenter RDF Store mit Erweiterungen für Graph DBMSFast, reliable graph database built for the cloudSchema-free SQL Query Engine for Hadoop, NoSQL and Cloud StorageCockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.
Primäres DatenbankmodellGraph DBMS
Relational DBMS
Document Store infowith version 6.5
Graph DBMS
RDF Store
Vektor DBMS
Graph DBMS
RDF Store
Document Store
Relational DBMS
Relational DBMS
Sekundäre DatenbankmodelleSpatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte0,23
Rang#315  Overall
#26  Graph DBMS
#140  Relational DBMS
Punkte1,13
Rang#179  Overall
#30  Document Stores
#17  Graph DBMS
#7  RDF Stores
#7  Vektor DBMS
Punkte2,29
Rang#113  Overall
#9  Graph DBMS
#5  RDF Stores
Punkte2,02
Rang#124  Overall
#22  Document Stores
#59  Relational DBMS
Punkte5,73
Rang#58  Overall
#34  Relational DBMS
Websitebitnine.net/­agensgraphallegrograph.comaws.amazon.com/­neptunedrill.apache.orgwww.cockroachlabs.com
Technische Dokumentationbitnine.net/­documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmlaws.amazon.com/­neptune/­developer-resourcesdrill.apache.org/­docswww.cockroachlabs.com/­docs
EntwicklerBitnine Global Inc.Franz Inc.AmazonApache Software FoundationCockroach Labs
Erscheinungsjahr20162004201720122015
Aktuelle Version2.1, Dezember 20188.0, Dezember 20231.20.3, Jaenner 202324.1.0, Mai 2024
Lizenz infoCommercial or Open SourceOpen Source infoApache License 2.0kommerziell infoLimitierte Community Edition gratiskommerziellOpen Source infoApache Version 2Open Source infoApache 2.0, commercial license available
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinjaneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheCGo
Server BetriebssystemeLinux
OS X
Windows
Linux
OS X
Windows
gehostetLinux
OS X
Windows
Linux
macOS
Windows
Datenschemadepending on used data modelja infoRDF schemasschemafreischemafreidynamic schema
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajajaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinnein infoBulk load from XML files möglichneinneinnein
Sekundärindizesjajaneinneinja
SQL infoSupport of SQLjaSPARQL is used as query languageneinSQL SELECT statement is SQL:2003 compliantyes, wire compatible with PostgreSQL
APIs und andere ZugriffskonzepteCypher Query Language
JDBC
RESTful HTTP API
SPARQL
OpenCypher
RDF 1.1 / SPARQL 1.1
TinkerPop Gremlin
JDBC
ODBC
RESTful HTTP API
JDBC
Unterstützte ProgrammiersprachenC
Java
JavaScript
Python
C#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
C#
Go
Java
JavaScript
PHP
Python
Ruby
Scala
C++C#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Server-seitige Scripts infoStored Proceduresjaja infoJavaScript or Common Lispneinbenutzerdefinierte Funktionennein
Triggersneinjaneinneinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotennein, aber über Tabellenvererbung möglichmittels FederationkeineShardinghorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFT
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-Replica ReplikationMulti-Source Replikation
Source-Replica Replikation
Multi-availability zones high availability, asynchronous replication for up to 15 read replicas within a single region. Global database clusters consists of a primary write DB cluster in one region, and up to five secondary read DB clusters in different regions. Each secondary region can have up to 16 reader instances.Multi-source replication using RAFT
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencykeineImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaneinja infoRelationships in graphsneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDACIDneinACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjajaja infowith encyption-at-restDepending on the underlying data sourceja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinneinDepending on the underlying data sourcenein
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardBenutzer mit feingranularem Berechtigungskonzept und BenutzerrollenAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)Depending on the underlying data sourceRole-based access control
Weitere Informationen bereitgestellt vom Systemhersteller
AgensGraphAllegroGraphAmazon NeptuneApache DrillCockroachDB
Specific characteristicsKnowledge Graph Platform Leader FedShard - Designed for Entity-Event Knowledge Graph...
» mehr
Competitive advantagesAllegroGraph is uniquely suited to support adhoc queries through SPARQL, Prolog and...
» mehr
Neuigkeiten

How a Neuro-Symbolic AI Approach Can Improve Trust in AI Apps
23. Mai 2024

Can Neuro-Symbolic AI Solve AI’s Weaknesses?
17. April 2024

100 Companies That Matter in KM – Franz Inc.
3. April 2024

Exploring AllegroGraph v8 – Unleashing the Power of Neuro-Symbolic AI (Recorded Webinar)
9. Februar 2024

What is Neuro-Symbolic AI?
23. Januar 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
AgensGraphAllegroGraphAmazon NeptuneApache DrillCockroachDB
Erwähnungen in aktuellen Nachrichten

Graph DBMS Performance Comparison AgensGraph vs. Neo4j
29. Juni 2017, businesswire.com

Bitnine revisualizes database industry through AgensGraph
30. Juni 2017, The Korea Herald

Bitnine Releases AgensGraph 2.1, the Multi-model Graph Database Optimized for the Legacy Environment
29. Januar 2019, businesswire.com

AGE - The Open Source PostgreSQL Extension For Graph Database Functionality
27. Juni 2022, iProgrammer

Bitnine: The Newly Revealed 'AI Teacher' Powered by Graph Database Delivers Hyper-Personalized Learning ...
25. März 2019, businesswire.com

bereitgestellt von Google News

Build your own chatbot and talk to your own documents - DataScienceCentral.com
4. Juni 2024, Data Science Central

Q&A: Can Neuro-Symbolic AI Solve AI’s Weaknesses?
8. April 2024, TDWI

AI predictions for 2024 unveil exciting technological horizons
21. November 2023, Wire19

Neuro-Symbolic AI: The Peak of Artificial Intelligence
16. November 2021, AiThority

Franz Releases the First Neuro-Symbolic AI Platform Merging Knowledge Graphs, Generative AI, and Vector Storage
11. Dezember 2023, Datanami

bereitgestellt von Google News

Exploring new features of Apache TinkerPop 3.7.x in Amazon Neptune | Amazon Web Services
7. Juni 2024, AWS Blog

Building NHM London's Planetary Knowledge Base with Amazon Neptune and the Registry of Open Data on AWS ...
5. Juni 2024, AWS Blog

AWS Weekly Roundup: LlamaIndex support for Amazon Neptune, force AWS CloudFormation stack deletion, and more ...
27. Mai 2024, AWS Blog

AWS announces Amazon Neptune I/O-Optimized
22. Februar 2024, AWS Blog

Amazon Neptune Analytics is now available in the AWS Europe (London) Region
14. März 2024, AWS Blog

bereitgestellt von Google News

MapR to Speak on Stream Processing Systems, Apache Spark and Drill at Industry Events in January
31. Mai 2024, Yahoo Movies UK

Apache Drill vs. Apache Spark — Which SQL query engine is better for you?
23. September 2019, Towards Data Science

Apache Drill case study: A tutorial on processing CSV files
9. Juni 2016, TheServerSide.com

Apache Drill Poised to Crack Tough Data Challenges
19. Mai 2015, Datanami

Apache Drill improves big data SQL query engine
31. August 2021, TechTarget

bereitgestellt von Google News

Cockroach Labs Deepens Partnership with Google Cloud, CockroachDB Selected to Join Google Distributed Cloud
9. April 2024, PR Newswire

CockroachDB tempts legacy databases to crawl into the cloud age
29. Januar 2024, The Register

How DoorDash Migrated from Aurora Postgres to CockroachDB
5. Dezember 2023, The New Stack

DoorDash Uses CockroachDB to Create Config Management Platform for Microservices
14. Februar 2024, InfoQ.com

How to Unlock Real-Time Data Streams with CockroachDB and Amazon MSK | Amazon Web Services
6. November 2023, AWS Blog

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

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