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. HarperDB vs. KeyDB vs. Sqrrl vs. TypeDB

System Properties Comparison AlaSQL vs. HarperDB vs. KeyDB vs. Sqrrl vs. TypeDB

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonHarperDB  Xexclude from comparisonKeyDB  Xexclude from comparisonSqrrl  Xexclude from comparisonTypeDB infoformerly named Grakn  Xexclude from comparison
Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.
DescriptionJavaScript DBMS libraryUltra-low latency distributed database with an intuitive REST API supporting NoSQL and SQL (including joins). Deployment of functions and databases simultaneously with a consolidated node-level architecture.An ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocolsAdaptable, secure NoSQL built on Apache AccumuloTypeDB is a strongly-typed database with a rich and logical type system and TypeQL as its query language
Primary database modelDocument store
Relational DBMS
Document storeKey-value storeDocument store
Graph DBMS
Key-value store
Wide column store
Graph DBMS
Relational DBMS infoOften described as a 'hyper-relational' database, since it implements the 'Entity-Relationship Paradigm' to manage complex data structures and ontologies.
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.53
Rank#258  Overall
#40  Document stores
#119  Relational DBMS
Score0.55
Rank#255  Overall
#39  Document stores
Score0.94
Rank#205  Overall
#30  Key-value stores
Score1.01
Rank#202  Overall
#19  Graph DBMS
#92  Relational DBMS
Websitealasql.orgwww.harperdb.iogithub.com/­Snapchat/­KeyDB
keydb.dev
sqrrl.comtypedb.com
Technical documentationgithub.com/­AlaSQL/­alasqldocs.harperdb.io/­docsdocs.keydb.devtypedb.com/­docs
DeveloperAndrey Gershun & Mathias R. WulffHarperDBEQ Alpha Technology Ltd.Amazon infooriginally Sqrrl Data, Inc.Vaticle
Initial release20142017201920122016
Current release3.1, August 20212.26.3, January 2024
License infoCommercial or Open SourceOpen Source infoMIT-Licensecommercial infofree community edition availableOpen Source infoBSD-3commercialOpen 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.
Implementation languageJavaScriptNode.jsC++JavaJava
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)Linux
OS X
LinuxLinuxLinux
OS X
Windows
Data schemeschema-freedynamic schemaschema-freeschema-freeyes
Typing infopredefined data types such as float or datenoyes infoJSON data typespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyes
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.nononono
Secondary indexesnoyesyes infoby using the Redis Search moduleyesyes
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL-like data manipulation statementsnonono
APIs and other access methodsJavaScript APIJDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
Proprietary protocol infoRESP - REdis Serialization ProtocoAccumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
gRPC protocol
TypeDB Console (shell)
TypeDB Studio (Visualisation software- previously TypeDB Workbase)
Supported programming languagesJavaScript.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
Actionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
All JVM based languages
Groovy
Java
JavaScript (Node.js)
Python
Scala
Server-side scripts infoStored proceduresnoCustom Functions infosince release 3.1Luanono
Triggersyesnononono
Partitioning methods infoMethods for storing different data on different nodesnoneA table resides as a whole on one (or more) nodes in a clusterShardingSharding infomaking use of HadoopSharding infoby using Cassandra
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes infothe nodes on which a table resides can be definedMulti-source replication
Source-replica replication
selectable replication factor infomaking use of HadoopMulti-source replication infoby using Cassandra
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesyes infoby using Apache Kafka and Apache Zookeeper
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyEventual Consistency
Strong eventual consistency with CRDTs
Immediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.Immediate Consistency
Foreign keys infoReferential integrityyesnononono infosubstituted by the relationship feature
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageAtomic execution of specific operationsOptimistic locking, atomic execution of commands blocks and scriptsAtomic updates per row, document, or graph entityACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageyes, using LMDByes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesno
User concepts infoAccess controlnoAccess rights for users and rolessimple password-based access control and ACLCell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)yes infoat REST API level; other APIs in progress
More information provided by the system vendor
AlaSQLHarperDBKeyDBSqrrlTypeDB infoformerly named Grakn
Specific characteristicsTypeDB is a polymorphic database with a conceptual data model, a strong subtyping...
» more
Competitive advantagesTypeDB provides a new level of expressivity, extensibility, interoperability, and...
» more
Typical application scenariosLife sciences : TypeDB makes working with biological data much easier and accelerates...
» more
Licensing and pricing modelsApache f or language drivers, and AGPL and Commercial for the database server. The...
» more

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
AlaSQLHarperDBKeyDBSqrrlTypeDB infoformerly named Grakn
Recent citations in the news

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

HarperDB - How and Why We Built It From The Ground Up on NodeJS
28 February 2021, hackernoon.com

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

provided by Google News

Meet HarperDB, Winner of the Startups of the Year in Denver
9 February 2024, hackernoon.com

HarperDB 4.0 integrates with open-source connectivity platform NATS to enable limitless data distribution
17 January 2023, SiliconANGLE News

Unlocking immersive golfing experiences with AWS Wavelength | Amazon Web Services
29 November 2022, AWS Blog

Build a Hacker News Clone using React and HarperDB — SitePoint
18 October 2021, SitePoint

HarperDB: An underdog SQL / NoSQL database
7 February 2018, ZDNet

provided by Google News

Snap snaps up database developer KeyDB to make its infrastructure more snappy
12 May 2022, TechCrunch

Garnet–open-source faster cache-store speeds up applications, services
18 March 2024, Microsoft

Snap Acquires KeyDB for Open-Source Services
17 May 2022, XR Today

Dragonfly 1.0 Released For What Claims To Be The World's Fastest In-Memory Data Store
20 March 2023, Phoronix

Microsoft open-sources Garnet cache-store -- a Redis rival?
19 March 2024, The Stack

provided by Google News

Amazon acquires cybersecurity startup Sqrrl
8 June 2023, CISO MAG

Millennials possess the advantage of time for wealth creation, says Yashoraj Tyagi of Sqrrl
18 September 2023, MintGenie

Amazon's cloud business acquires Sqrrl, a security start-up with NSA roots
23 January 2018, CNBC

AWS beefs up threat detection with Sqrrl acquisition
24 January 2018, TechCrunch

Will Amazon Buy Cybersecurity Firm Sqrrl?
18 December 2017, PYMNTS.com

provided by Google News

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

Speedb's Data Storage Engine Goes Open Source
9 November 2022, Datanami

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 | Feb, 2024
2 February 2024, DataDrivenInvestor

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

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.

Neo4j logo

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

Present your product here