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. Google Cloud Datastore vs. H2 vs. JanusGraph vs. Oracle Rdb

System Properties Comparison AlaSQL vs. Google Cloud Datastore vs. H2 vs. JanusGraph vs. Oracle Rdb

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonGoogle Cloud Datastore  Xexclude from comparisonH2  Xexclude from comparisonJanusGraph infosuccessor of Titan  Xexclude from comparisonOracle Rdb  Xexclude from comparison
DescriptionJavaScript DBMS libraryAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.A Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017
Primary database modelDocument store
Relational DBMS
Document storeRelational DBMSGraph DBMSRelational DBMS
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.46
Rank#260  Overall
#40  Document stores
#121  Relational DBMS
Score4.47
Rank#76  Overall
#12  Document stores
Score8.13
Rank#49  Overall
#31  Relational DBMS
Score1.94
Rank#129  Overall
#12  Graph DBMS
Score1.08
Rank#184  Overall
#85  Relational DBMS
Websitealasql.orgcloud.google.com/­datastorewww.h2database.comjanusgraph.orgwww.oracle.com/­database/­technologies/­related/­rdb.html
Technical documentationgithub.com/­AlaSQL/­alasqlcloud.google.com/­datastore/­docswww.h2database.com/­html/­main.htmldocs.janusgraph.orgwww.oracle.com/­database/­technologies/­related/­rdb-doc.html
DeveloperAndrey Gershun & Mathias R. WulffGoogleThomas MuellerLinux Foundation; originally developed as Titan by AureliusOracle, originally developed by Digital Equipment Corporation (DEC)
Initial release20142008200520171984
Current release2.2.220, July 20230.6.3, February 20237.4.1.1, 2021
License infoCommercial or Open SourceOpen Source infoMIT-LicensecommercialOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoApache 2.0commercial
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaScriptJavaJava
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)hostedAll OS with a Java VMLinux
OS X
Unix
Windows
HP Open VMS
Data schemeschema-freeschema-freeyesyesFlexible Schema (defined schema, partial schema, schema free)
Typing infopredefined data types such as float or datenoyes, details hereyesyesyes
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.nonononono
Secondary indexesnoyesyesyesyes
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL-like query language (GQL)yesnoyes
APIs and other access methodsJavaScript APIgRPC (using protocol buffers) API
RESTful HTTP/JSON API
JDBC
ODBC
Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
Supported programming languagesJavaScript.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
JavaClojure
Java
Python
Server-side scripts infoStored proceduresnousing Google App EngineJava Stored Procedures and User-Defined Functionsyes
TriggersyesCallbacks using the Google Apps Engineyesyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingnoneyes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication using PaxosWith clustering: 2 database servers on different computers operate on identical copies of a databaseyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes infousing Google Cloud Dataflownoyes infovia Faunus, a graph analytics engineno
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Immediate ConsistencyEventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesyes infovia ReferenceProperties or Ancestor pathsyesyes infoRelationships in graphsyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACIDACIDyes, on a single node
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageyesyesyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesno
User concepts infoAccess controlnoAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)fine grained access rights according to SQL-standardUser authentification and security via Rexster Graph Server

More information provided by the system vendor

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

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

More resources
AlaSQLGoogle Cloud DatastoreH2JanusGraph infosuccessor of TitanOracle Rdb
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

Google Cloud Stops Exit Fees
12 January 2024, Spiceworks News and Insights

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6 November 2023, PR Newswire

Inside Google’s strategic move to eliminate customer cloud data transfer fees
12 January 2024, Network World

Best cloud storage of 2024
29 April 2024, TechRadar

What is Google App Engine? | Definition from TechTarget
26 April 2024, TechTarget

provided by Google News

JanusGraph Picks Up Where TitanDB Left Off
13 January 2017, Datanami

Database Deep Dives: JanusGraph
8 August 2019, ibm.com

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

Compose for JanusGraph arrives on Bluemix
15 September 2017, ibm.com

Nordstrom Builds Flexible Backend Ops with Kubernetes, Spark and JanusGraph
3 October 2019, The New Stack

provided by Google News

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23 March 2023, Forbes

Should we all consolidate databases for the storage benefits? Reg vultures deploy DevOps, zoos, haircuts
18 September 2020, The Register

2013 Data Science Salary Survey – O'Reilly
4 May 2013, O'Reilly Media

provided by Google News



Share this page

Featured Products

Milvus logo

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

AllegroGraph logo

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

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.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here