DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Cassandra vs. LokiJS vs. SQLite

System Properties Comparison Apache Cassandra vs. LokiJS vs. SQLite

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonLokiJS  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessIn-memory JavaScript DBMSWidely used embeddable, in-process RDBMS
Primary database modelWide column storeDocument storeRelational DBMS
Secondary database modelsVector DBMS infostarting with release V5
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score102.58
Rank#11  Overall
#1  Wide column stores
Score0.33
Rank#275  Overall
#43  Document stores
Score113.82
Rank#10  Overall
#7  Relational DBMS
Websitecassandra.apache.orggithub.com/­techfort/­LokiJSwww.sqlite.org
Technical documentationcassandra.apache.org/­doc/­latesttechfort.github.io/­LokiJSwww.sqlite.org/­docs.html
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookDwayne Richard Hipp
Initial release200820142000
Current release5.0-rc1, July 20243.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourceOpen Source infoApache version 2Open SourceOpen Source infoPublic Domain
Cloud-based only infoOnly available as a cloud servicenonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaJavaScriptC
Server operating systemsBSD
Linux
OS X
Windows
server-less, requires a JavaScript environment (browser, Node.js)server-less
Data schemeschema-freeschema-freeyes infodynamic column types
Typing infopredefined data types such as float or dateyesnoyes infonot rigid because of 'dynamic typing' concept.
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.nonono
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyes infovia viewsyes
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)noyes infoSQL-92 is not fully supported
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
JavaScript APIADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
JavaScriptActionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresnoView functions in JavaScriptno
Triggersyesyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"nonenone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possiblenonenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
none
Foreign keys infoReferential integritynonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsno infoatomic operations within a single collection possibleACID
Concurrency infoSupport for concurrent manipulation of datayesyes infovia file-system locks
Durability infoSupport for making data persistentyesyes infoSerialization of a DB in a Node.JS/Cordova/PhoneGap environment. Usage of the IndexedDB-API in a browser.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlAccess rights for users can be defined per objectnono
More information provided by the system vendor
Apache CassandraLokiJSSQLite
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Market metricsApache Cassandra is used by 40% of the Fortune 100.
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
News

Unlocking Local AI: Using Ollama with Agents
13 February 2025

Spread the Love with DataStax this Valentine's Day!
10 February 2025

How to Build a Simple AI Agent with Langflow and Composio
6 February 2025

Knowledge Graphs: Do You Need One?
5 February 2025

AI Agents Are About to Blow Up the Business Process Layer
4 February 2025

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
Apache CassandraLokiJSSQLite
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

Microsoft open sources PostgreSQL extensions to muscle in on NoSQL
11 February 2025, The Register

New Apache Cassandra 5.0 gives open source NoSQL database a scalability and performance boost
6 September 2024, VentureBeat

Apache Cassandra survey highlights growing adoption for AI workloads
11 November 2024, Blocks and Files

Migrate Cassandra workloads to Amazon Keyspaces using CQLReplicator
4 September 2024, AWS Blog

Apache Software Foundation Announces Apache Cassandra® 5.0,
7 October 2024, GlobeNewswire

provided by Google News

LokiJS - A JavaScript Database
18 November 2014, iProgrammer

provided by Google News

Zero-latency SQLite storage in every Durable Object
26 September 2024, The Cloudflare Blog

Google’s AI Tool Big Sleep Finds Zero-Day Vulnerability in SQLite Database Engine
4 November 2024, The Hacker News

How to install SQLite on Windows
20 October 2024, TheServerSide.com

Sqlime - Αn Online SQLite Playground
28 January 2025, iProgrammer

SQLite re-implemented in Rust to achieve asynchronous I/O and other changes
12 December 2024, DevClass

provided by Google News



Share this page

Featured Products

RaimaDB logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

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.

Present your product here