DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > EJDB vs. Faircom DB vs. LokiJS vs. Memgraph vs. ScyllaDB

System Properties Comparison EJDB vs. Faircom DB vs. LokiJS vs. Memgraph vs. ScyllaDB

Editorial information provided by DB-Engines
NameEJDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonLokiJS  Xexclude from comparisonMemgraph  Xexclude from comparisonScyllaDB  Xexclude from comparison
DescriptionEmbeddable document-store database library with JSON representation of queries (in MongoDB style)Native high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.In-memory JavaScript DBMSAn open source graph database built for real-time streaming and compatible with Neo4jCassandra and DynamoDB compatible wide column store
Primary database modelDocument storeKey-value store
Relational DBMS
Document storeGraph DBMSWide column store
Secondary database modelsKey-value store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.27
Rank#297  Overall
#44  Document stores
Score0.20
Rank#318  Overall
#48  Key-value stores
#141  Relational DBMS
Score0.43
Rank#264  Overall
#42  Document stores
Score3.02
Rank#98  Overall
#8  Graph DBMS
Score4.75
Rank#68  Overall
#5  Wide column stores
Websitegithub.com/­Softmotions/­ejdbwww.faircom.com/­products/­faircom-dbgithub.com/­techfort/­LokiJSmemgraph.comwww.scylladb.com
Technical documentationgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmltechfort.github.io/­LokiJSmemgraph.com/­docsdocs.scylladb.com
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperSoftmotionsFairCom CorporationMemgraph LtdScyllaDB
Initial release20121979201420172015
Current releaseV12, November 2020ScyllaDB Open Source 5.4.1, January 2024
License infoCommercial or Open SourceOpen Source infoGPLv2commercial infoRestricted, free version availableOpen SourceOpen Source infoBSL 1.1; commercial license for enterprise edition availableOpen Source infoOpen Source (AGPL), commercial license 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.
Scylla Cloud: Create real-time applications that run at global scale with Scylla Cloud, the industry’s most powerful NoSQL DBaaS
Implementation languageCANSI C, C++JavaScriptC and C++C++
Server operating systemsserver-lessAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
server-less, requires a JavaScript environment (browser, Node.js)LinuxLinux
Data schemeschema-freeschema free, schema optional, schema required, partial schema,schema-freeschema-free and schema-optionalschema-free
Typing infopredefined data types such as float or dateyes infostring, integer, double, bool, date, object_idyes, ANSI SQL Types, JSON, typed binary structuresnoyesyes
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 infovia viewsyes infocluster global secondary indices
SQL infoSupport of SQLnoyes, ANSI SQL with proprietary extensionsnonoSQL-like DML and DDL statements (CQL)
APIs and other access methodsin-process shared libraryADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JavaScript APIBolt protocol
Cypher query language
Proprietary protocol (CQL) infocompatible with CQL (Cassandra Query Language, an SQL-like language)
RESTful HTTP API (DynamoDB compatible)
Thrift
Supported programming languagesActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
JavaScript.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
For CQL interface: C#, C++, Clojure, Erlang, Go, Haskell, Java, JavaScript, Node.js, Perl, PHP, Python, Ruby, Rust, Scala
For DynamoDB interface: .Net, ColdFusion, Erlang, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby
Server-side scripts infoStored proceduresnoyes info.Net, JavaScript, C/C++View functions in JavaScriptyes, Lua
Triggersnoyesyesno
Partitioning methods infoMethods for storing different data on different nodesnoneFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnoneSharding infodynamic graph partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).noneMulti-source replication using RAFTselectable replication factor infoRepresentation of geographical distribution of servers is possible
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
noneImmediate ConsistencyEventual Consistency
Tunable Consistency infocan be individually decided for each write operation
Foreign keys infoReferential integrityno infotypically not needed, however similar functionality with collection joins possibleyesnoyes inforelationships in graphsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanotunable from ACID to Eventually Consistentno infoatomic operations within a single collection possibleACID infowith snapshot isolationno infoAtomicity and isolation are supported for single operations
Concurrency infoSupport for concurrent manipulation of datayes infoRead/Write Lockingyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesYes, tunable from durable to delayed durability to in-memoryyes infoSerialization of a DB in a Node.JS/Cordova/PhoneGap environment. Usage of the IndexedDB-API in a browser.yes infowith periodic snapshot and write-ahead logging (WAL) of changesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyes infoin-memory tables
User concepts infoAccess controlnoFine grained access rights according to SQL-standard with additional protections for filesnoUsers, roles and permissionsAccess rights for users can be defined per object
More information provided by the system vendor
EJDBFaircom DB infoformerly c-treeACELokiJSMemgraphScyllaDB
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
ScyllaDB is engineered to deliver predictable performance at scale. It’s adopted...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Highly-performant (efficiently utilizes full resources of a node and network; millions...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
ScyllaDB is ideal for applications that require high throughput and low latency at...
» more
Key customersDiscord, Epic Games, Expedia, Zillow, Comcast, Disney+ Hotstar, Samsung, ShareChat,...
» more
Market metricsScyllaDB typically offers ~75% total cost of ownership savings, with ~5X higher throughput...
» more
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» more
ScyllaDB Open Source - free open source software (AGPL) ScyllaDB Enterprise - subscription-based...
» 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
EJDBFaircom DB infoformerly c-treeACELokiJSMemgraphScyllaDB
DB-Engines blog posts

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

show all

Recent citations in the news

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

provided by Google News

LokiJS - A JavaScript Database
18 November 2014, iProgrammer

provided by Google News

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Modeling and Navigating a Transportation Network with Memgraph
12 April 2021, Towards Data Science

London-based Memgraph raises over €8 million in seed funding to provide Streaming Graph Algorithms to the masses
5 October 2021, EU-Startups

Making Your Own Memory Graph To Detect Memory Issues On iOS
13 April 2021, hackernoon.com

provided by Google News

Sleeping at Scale - Delivering 10k Timers per Second per Node with Rust, Tokio, Kafka, and Scylla
26 April 2024, InfoQ.com

ScyllaDB Raises $43M to Take on MongoDB at Scale, Push Database Performance to New Levels
17 October 2023, Datanami

Discord Migrates Trillions of Messages from Cassandra to ScyllaDB
22 June 2023, InfoQ.com

ScyllaDB on AWS is a NoSQL Database Built for Gigabyte-to-Petabyte Scale | Amazon Web Services
6 January 2023, AWS Blog

Scylla vs Cassandra: Performance Comparison - DataScienceCentral.com
9 January 2020, Data Science Central

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

RaimaDB logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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