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. Bangdb vs. Elasticsearch vs. Faircom EDGE vs. RRDtool

System Properties Comparison AlaSQL vs. Bangdb vs. Elasticsearch vs. Faircom EDGE vs. RRDtool

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonBangdb  Xexclude from comparisonElasticsearch  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonRRDtool  Xexclude from comparison
DescriptionJavaScript DBMS libraryConverged and high performance database for device data, events, time series, document and graphA distributed, RESTful modern search and analytics engine based on Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsIndustry standard data logging and graphing tool for time series data. RRD is an acronym for round-robin database. infoThe data is stored in a circular buffer, thus the system storage footprint remains constant over time.
Primary database modelDocument store
Relational DBMS
Document store
Graph DBMS
Time Series DBMS
Search engineKey-value store
Relational DBMS
Time Series DBMS
Secondary database modelsSpatial DBMSDocument store
Spatial DBMS
Vector 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
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score135.35
Rank#7  Overall
#1  Search engines
Score0.02
Rank#368  Overall
#54  Key-value stores
#156  Relational DBMS
Score1.87
Rank#136  Overall
#11  Time Series DBMS
Websitealasql.orgbangdb.comwww.elastic.co/­elasticsearchwww.faircom.com/­products/­faircom-edgeoss.oetiker.ch/­rrdtool
Technical documentationgithub.com/­AlaSQL/­alasqldocs.bangdb.comwww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmldocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmloss.oetiker.ch/­rrdtool/­doc
DeveloperAndrey Gershun & Mathias R. WulffSachin Sinha, BangDBElasticFairCom CorporationTobias Oetiker
Initial release20142012201019791999
Current releaseBangDB 2.0, October 20218.6, January 2023V3, October 20201.8.0, 2022
License infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoBSD 3Open Source infoElastic Licensecommercial infoRestricted, free version availableOpen Source infoGPL V2 and FLOSS
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 languageJavaScriptC, C++JavaANSI C, C++C infoImplementations in Java (e.g. RRD4J) and C# available
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)LinuxAll OS with a Java VMAndroid
Linux infoARM, x86
Raspbian
Windows
HP-UX
Linux
Data schemeschema-freeschema-freeschema-free infoFlexible type definitions. Once a type is defined, it is persistentFlexible Schema (defined schema, partial schema, schema free)yes
Typing infopredefined data types such as float or datenoyes: string, long, double, int, geospatial, stream, eventsyesyes, ANSI Standard SQL TypesNumeric data only
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.nononoyesno infoExporting into and restoring from XML files possible
Secondary indexesnoyes infosecondary, composite, nested, reverse, geospatialyes infoAll search fields are automatically indexedyesno
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.SQL like support with command line toolSQL-like query languageyes infoANSI SQL queriesno
APIs and other access methodsJavaScript APIProprietary protocol
RESTful HTTP API
Java API
RESTful HTTP/JSON API
ADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
in-process shared library
Pipes
Supported programming languagesJavaScriptC
C#
C++
Java
Python
.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
C infowith librrd library
C# infowith a different implementation of RRDTool
Java infowith a different implementation of RRDTool
JavaScript (Node.js) infowith a different implementation of RRDTool
Lua
Perl
PHP infowith a wrapper library
Python
Ruby
Server-side scripts infoStored proceduresnonoyesyes info.Net, JavaScript, C/C++no
Triggersyesyes, Notifications (with Streaming only)yes infoby using the 'percolation' featureyesno
Partitioning methods infoMethods for storing different data on different nodesnoneSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingFile partitioning infoCustomizable business rules for partitioningnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneselectable replication factor, Knob for CAP (enterprise version only)yesyes infoSynchronous and asynchronous realtime replication based on transaction logsnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoES-Hadoop Connectornono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneTunable consistency, set CAP knob accordinglyEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allImmediate Consistency
Tunable Consistency
none
Foreign keys infoReferential integrityyesnonoyes infowhen using SQLno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageACIDnoACIDno
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyes infoacross SQL and NoSQLyes infoby using the rrdcached daemon
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageyes, implements WAL (Write ahead log) as wellyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes, run db with in-memory only modeMemcached and Redis integrationyesyes
User concepts infoAccess controlnoyes (enterprise version only)Fine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.no

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
AlaSQLBangdbElasticsearchFaircom EDGE infoformerly c-treeEDGERRDtool
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Elasticsearch moved into the top 10 most popular database management systems
3 July 2017, Matthias Gelbmann

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

show all

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

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

Elasticsearch Enables 400 Criteo Engineers to Search 4 TB of Log Data per Week
19 May 2024, Yahoo Singapore News

Elasticsearch Delivers Performance Increase for Users Running the Elastic Search AI Platform on Arm-based ...
21 May 2024, 01Net

Netflix Uses Elasticsearch Percolate Queries to Implement Reverse Searches Efficiently
29 April 2024, InfoQ.com

Splunk vs Elasticsearch | A Comparison and How to Choose
12 January 2024, SentinelOne

Introducing Elasticsearch Vector Database to Azure OpenAI Service On Your Data (Preview)
26 March 2024, insider.govtech.com

provided by Google News

Innovative Software and Giant Lego Sets, Why FairCom Edge Booth is a Must-Visit at Automate
9 May 2024, MVPro

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

Brokers, Protocols, Platform Move Manufacturing Data
26 July 2023, EE Times

Winners of the 2021 IoT Evolution Product of the Year Awards Announced
6 July 2021, IoT Evolution World

Trend-Setting Products in Data and Information Management for 2023
8 December 2022, Database Trends and Applications

provided by Google News

SQLi vulnerability in Cacti could lead to RCE (CVE-2023-51448)
9 January 2024, Help Net Security

Critical IP spoofing bug patched in Cacti
15 December 2022, The Daily Swig

A plotting utility for text mode consoles and terminals @tenox77
28 June 2023, Adafruit Blog

How to install Cacti SNMP Monitor on Ubuntu
24 November 2017, TechRepublic

Installation Guide for Collectd and Collectd-Web to Monitor Server Resources in Linux
29 November 2017, Linux.com

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.

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

Neo4j logo

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

Present your product here