DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > AlaSQL vs. Hazelcast vs. Neo4j vs. Oracle vs. TypeDB

System Properties Comparison AlaSQL vs. Hazelcast vs. Neo4j vs. Oracle vs. TypeDB

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonHazelcast  Xexclude from comparisonNeo4j  Xexclude from comparisonOracle  Xexclude from comparisonTypeDB infoformerly named Grakn  Xexclude from comparison
DescriptionJavaScript DBMS libraryA widely adopted in-memory data gridScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsWidely used RDBMSTypeDB is a strongly-typed database with a rich and logical type system and TypeQL as its query language
Primary database modelDocument store
Relational DBMS
Key-value storeGraph DBMSRelational DBMSGraph DBMS
Relational DBMS infoOften described as a 'hyper-relational' database, since it implements the 'Entity-Relationship Paradigm' to manage complex data structures and ontologies.
Secondary database modelsDocument store infoJSON support with IMDG 3.12Document store
Graph DBMS infowith Oracle Spatial and Graph
RDF store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vector DBMS infosince Oracle 23
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.49
Rank#259  Overall
#40  Document stores
#120  Relational DBMS
Score6.87
Rank#55  Overall
#6  Key-value stores
Score44.47
Rank#23  Overall
#1  Graph DBMS
Score1234.27
Rank#1  Overall
#1  Relational DBMS
Score0.81
Rank#217  Overall
#19  Graph DBMS
#99  Relational DBMS
Websitealasql.orghazelcast.comneo4j.comwww.oracle.com/­databasetypedb.com
Technical documentationgithub.com/­AlaSQL/­alasqlhazelcast.org/­imdg/­docsneo4j.com/­docsdocs.oracle.com/­en/­databasetypedb.com/­docs
DeveloperAndrey Gershun & Mathias R. WulffHazelcastNeo4j, Inc.OracleVaticle
Initial release20142008200719802016
Current release5.3.6, November 20235.19, April 202423c, September 20232.26.3, January 2024
License infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoApache Version 2; commercial licenses availableOpen Source infoGPL version3, commercial licenses availablecommercial inforestricted free version is availableOpen Source infoGPL Version 3, commercial licenses available
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.
Implementation languageJavaScriptJavaJava, ScalaC and C++Java
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)All OS with a Java VMLinux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
Linux
OS X
Windows
Data schemeschema-freeschema-freeschema-free and schema-optionalyes infoSchemaless in JSON and XML columnsyes
Typing infopredefined data types such as float or datenoyesyesyesyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.noyes infothe object must implement a serialization strategyyesno
Secondary indexesnoyesyes infopluggable indexing subsystem, by default Apache Luceneyesyes
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL-like query languagenoyes infowith proprietary extensionsno
APIs and other access methodsJavaScript APIJCache
JPA
Memcached protocol
RESTful HTTP API
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
gRPC protocol
TypeDB Console (shell)
TypeDB Studio (Visualisation software- previously TypeDB Workbase)
Supported programming languagesJavaScript.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
All JVM based languages
Groovy
Java
JavaScript (Node.js)
Python
Scala
Server-side scripts infoStored proceduresnoyes infoEvent Listeners, Executor Servicesyes infoUser defined Procedures and FunctionsPL/SQL infoalso stored procedures in Java possibleno
Triggersyesyes infoEventsyes infovia event handleryesno
Partitioning methods infoMethods for storing different data on different nodesnoneShardingyes using Neo4j FabricSharding, horizontal partitioningSharding infoby using Cassandra
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes infoReplicated MapCausal Clustering using Raft protocol infoavailable in in Enterprise Version onlyMulti-source replication
Source-replica replication
Multi-source replication infoby using Cassandra
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnono infocan be realized in PL/SQLyes infoby using Apache Kafka and Apache Zookeeper
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesnoyes infoRelationships in graphsyesno infosubstituted by the relationship feature
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageone or two-phase-commit; repeatable reads; read commitedACIDACID infoisolation level can be parameterizedACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'no
User concepts infoAccess controlnoRole-based access controlUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)fine grained access rights according to SQL-standardyes infoat REST API level; other APIs in progress
More information provided by the system vendor
AlaSQLHazelcastNeo4jOracleTypeDB infoformerly named Grakn
Specific characteristicsNeo4j delivers graph technology that has been battle tested for performance and scale...
» more
TypeDB is a polymorphic database with a conceptual data model, a strong subtyping...
» more
Competitive advantagesNeo4j is the market leader, graph database category creator, and the most widely...
» more
TypeDB provides a new level of expressivity, extensibility, interoperability, and...
» more
Typical application scenariosReal-Time Recommendations Master Data Management Identity and Access Management Network...
» more
Life sciences : TypeDB makes working with biological data much easier and accelerates...
» more
Key customersOver 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Market metricsNeo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
Licensing and pricing modelsGPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
Apache f or language drivers, and AGPL and Commercial for the database server. The...
» more
News

This Week in Neo4j: Google Cloud, Analysis, Knowledge Graph, Relationships and more
20 April 2024

Announcing NODES 2024: Submit Your Talk
17 April 2024

ISO GQL: A Defining Moment in the History of Database Innovation
17 April 2024

This Week in Neo4j: Podcast, RAG, Neo4j Guide, ERP and more
13 April 2024

Neo4j Brings GraphRAG Capabilities for GenAI to Google Cloud
9 April 2024

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesDevart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» more

Navicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
AlaSQLHazelcastNeo4jOracleTypeDB infoformerly named Grakn
DB-Engines blog posts

Applying Graph Analytics to Game of Thrones
12 June 2019, Amy Hodler & Mark Needham, Neo4j (guest author)

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

The openCypher Project: Help Shape the SQL for Graphs
22 December 2015, Emil Eifrem (guest author)

show all

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25 November 2016, Tony Branson (guest author)

show all

Conferences, events and webinars

Oracle Cloud World
Las Vegas, 9-12 September 2024

Recent citations in the news

Create a Marvel Database with SQL and Javascript, the easy way
2 July 2019, Towards Data Science

Multi faceted data exploration in the browser using Leaflet and amCharts
3 May 2020, Towards Data Science

provided by Google News

Hazelcast 5.4 real time data processing platform boosts AI and consistency
17 April 2024, VentureBeat

Hazelcast Sets New Standards for AI Workloads with Platform 5.4 Enhancements
18 April 2024, Datanami

Hazelcast Weaves Wider Logic Threads Through The Data Fabric
7 March 2024, Forbes

Hazelcast: The 'true' value of streaming real-time data
27 September 2023, ComputerWeekly.com

Real-Time Data Platform Hazelcast Introduces New Chief Technology Officer Adrian Soars
7 November 2023, Finovate

provided by Google News

Neo4j Welcomes New GQL International Standard in Major Milestone for Database Industry
17 April 2024, Yahoo Finance

Knowledge graphs leveraged for enhanced AI insights
17 April 2024, SiliconANGLE News

Using Neo4j’s graph database for AI in Azure
4 April 2024, InfoWorld

Neo4j Signs Strategic Collaboration Agreement with AWS to Enhance Generative AI Results While Addressing AI ...
21 November 2023, PR Newswire

Leveraging Neo4j and Amazon Bedrock for an Explainable, Secure, and Connected Generative AI Solution | Amazon ...
10 November 2023, AWS Blog

provided by Google News

Enterprise Manager: How Comcast enhanced monitoring for MySQL InnoDB Clusters
22 April 2024, Oracle

Major Global Businesses Adopt Oracle Database@Azure Worldwide
23 April 2024, Marketscreener.com

Blog Theme - Details
17 April 2024, Oracle

Oracle and Microsoft bring Oracle Database@Azure to Europe
14 March 2024, Oracle

Blog Theme - Details
12 April 2024, Oracle

provided by Google News

An Enterprise Data Stack Using TypeDB | by Daniel Crowe
2 September 2021, Towards Data Science

Speedb Goes Open Source With Its Speedb Data Engine, A Drop-in Replacement for RocksDB
9 November 2022, Business Wire

Modelling Biomedical Data for a Drug Discovery Knowledge Graph
6 October 2020, Towards Data Science

195 Data Science Libraries You Should Reconsider Using | by Dimitris Effrosynidis
2 February 2024, DataDrivenInvestor

Healthcare and business: How medical trends are evolving following the pandemic | Bayes Business School
6 May 2022, bayes.city.ac.uk

provided by Google News



Share this page

Featured Products

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Present your product here