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

DBMS > Datastax Enterprise vs. Ehcache vs. Faircom EDGE vs. InfinityDB vs. InfluxDB

System Properties Comparison Datastax Enterprise vs. Ehcache vs. Faircom EDGE vs. InfinityDB vs. InfluxDB

Editorial information provided by DB-Engines
NameDatastax Enterprise  Xexclude from comparisonEhcache  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonInfinityDB  Xexclude from comparisonInfluxDB  Xexclude from comparison
DescriptionDataStax Enterprise (DSE) is the always-on, scalable data platform built on Apache Cassandra and designed for hybrid Cloud. DSE integrates graph, search, analytics, administration, developer tooling, and monitoring into a unified platform.A widely adopted Java cache with tiered storage optionsFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsA Java embedded Key-Value Store which extends the Java Map interfaceDBMS for storing time series, events and metrics
Primary database modelWide column storeKey-value storeKey-value store
Relational DBMS
Key-value storeTime Series DBMS
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
Search engine
Vector DBMS
Spatial DBMS infowith GEO package
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.82
Rank#65  Overall
#4  Wide column stores
Score4.79
Rank#66  Overall
#8  Key-value stores
Score0.02
Rank#370  Overall
#55  Key-value stores
#157  Relational DBMS
Score0.00
Rank#383  Overall
#59  Key-value stores
Score22.12
Rank#28  Overall
#1  Time Series DBMS
Websitewww.datastax.com/­products/­datastax-enterprisewww.ehcache.orgwww.faircom.com/­products/­faircom-edgeboilerbay.comwww.influxdata.com/­products/­influxdb-overview
Technical documentationdocs.datastax.comwww.ehcache.org/­documentationdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlboilerbay.com/­infinitydb/­manualdocs.influxdata.com/­influxdb
DeveloperDataStaxTerracotta Inc, owned by Software AGFairCom CorporationBoiler Bay Inc.
Initial release20112009197920022013
Current release6.8, April 20203.10.0, March 2022V3, October 20204.02.7.6, April 2024
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2; commercial licenses availablecommercial infoRestricted, free version availablecommercialOpen Source infoMIT-License; commercial enterprise version 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.
Datastax Astra DB: Astra DB simplifies cloud-native Cassandra application development for your apps, microservices and functions. Deploy in minutes on AWS, Google Cloud, Azure, and have it managed for you by the experts, with serverless, pay-as-you-go pricing.
Implementation languageJavaJavaANSI C, C++JavaGo
Server operating systemsLinux
OS X
All OS with a Java VMAndroid
Linux infoARM, x86
Raspbian
Windows
All OS with a Java VMLinux
OS X infothrough Homebrew
Data schemeschema-freeschema-freeFlexible Schema (defined schema, partial schema, schema free)yes infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeschema-free
Typing infopredefined data types such as float or dateyesyesyes, ANSI Standard SQL Typesyes infoall Java primitives, Date, CLOB, BLOB, huge sparse arraysNumeric data and Strings
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.nonoyesnono
Secondary indexesyesnoyesno infomanual creation possible, using inversions based on multi-value capabilityno
SQL infoSupport of SQLSQL-like DML and DDL statements (CQL); Spark SQLnoyes infoANSI SQL queriesnoSQL-like query language
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language)
TinkerPop Gremlin infowith DSE Graph
JCacheADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
Access via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
HTTP API
JSON over UDP
Supported programming languagesC
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
JavaC
C#
C++
Java
JavaScript
PHP
Python
VB.Net
Java.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
Server-side scripts infoStored proceduresnonoyes info.Net, JavaScript, C/C++nono
Triggersyesyes infoCache Event Listenersyesnono
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"Sharding infoby using Terracotta ServerFile partitioning infoCustomizable business rules for partitioningnoneSharding infoin enterprise version only
Replication methods infoMethods for redundantly storing data on multiple nodesconfigurable replication factor, datacenter aware, advanced replication for edge computingyes infoby using Terracotta Serveryes infoSynchronous and asynchronous realtime replication based on transaction logsnoneselectable replication factor infoin enterprise version only
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency
Tunable Consistency infoconsistency level can be individually decided with each write operation
Tunable Consistency (Strong, Eventual, Weak)Immediate Consistency
Tunable Consistency
Immediate Consistency infoREAD-COMMITTED or SERIALIZED
Foreign keys infoReferential integritynonoyes infowhen using SQLno infomanual creation possible, using inversions based on multi-value capabilityno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsyes infosupports JTA and can work as an XA resourceACIDACID infoOptimistic locking for transactions; no isolation for bulk loadsno
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoacross SQL and NoSQLyesyes
Durability infoSupport for making data persistentyesyes infousing a tiered cache-storage approachyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesnoyes infoDepending on used storage engine
User concepts infoAccess controlAccess rights for users can be defined per objectnoFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.nosimple rights management via user accounts
More information provided by the system vendor
Datastax EnterpriseEhcacheFaircom EDGE infoformerly c-treeEDGEInfinityDBInfluxDB
Specific characteristicsDataStax Enterprise is scale-out data infrastructure for enterprises that need to...
» more
InfluxData is the creator of InfluxDB , the open source time series database. It...
» more
Competitive advantagesSupporting the following application requirements: Zero downtime - Built on Apache...
» more
Time to Value InfluxDB is available in all the popular languages and frameworks,...
» more
Typical application scenariosApplications that must be massively and linearly scalable with 100% uptime and able...
» more
IoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» more
Key customersCapital One, Cisco, Comcast, eBay, McDonald's, Microsoft, Safeway, Sony, UBS, and...
» more
InfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» more
Market metricsAmong the Forbes 100 Most Innovative Companies, DataStax is trusted by 5 of the top...
» more
Fastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» more
Licensing and pricing modelsAnnual subscription
» more
Open source core with closed source clustering available either on-premise or on...
» more
News

Deploying InfluxDB and Telegraf to Monitor Kubernetes
17 September 2024

Telegraf 1.32 Release Notes
13 September 2024

An Introductory Guide to Cloud Security for IIoT
12 September 2024

Building Real-Time Android Apps with InfluxDB Cloud: Data Logging, Querying, and Visualization
10 September 2024

How to Use InfluxDB for Real-Time SpringBoot Application Monitoring
5 September 2024

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
Datastax EnterpriseEhcacheFaircom EDGE infoformerly c-treeEDGEInfinityDBInfluxDB
DB-Engines blog posts

Why Build a Time Series Data Platform?
20 July 2017, Paul Dix (guest author)

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

DataStax Enterprise 4.0 Gives in-Memory Option to Cassandra
31 May 2024, Data Center Knowledge

DataStax previews new Hyper Converged Data Platform for enterprise AI
15 May 2024, VentureBeat

DataStax to launch AI-integrated data platforms HCDP & DSE 6.9
16 May 2024, IT Brief Asia

DataStax Launches New Hyper-Converged Data Platform Giving Enterprises the Complete Modern Data Center Suite Needed for AI in Production
15 May 2024, Business Wire

DataStax acquires the startup behind low-code AI builder Langflow
4 April 2024, TechCrunch

provided by Google News

Jira Data Center user? Here's a critical Ehcache vulnerability to spoil your day
22 July 2021, The Register

Atlassian asks customers to patch critical Jira vulnerability
22 July 2021, BleepingComputer

Critical Jira Flaw in Atlassian Could Lead to RCE
22 July 2021, Threatpost

How to partition Sonatype Nexus Repository: Targets, privileges, and roles
9 February 2010, Sonatype Blog

Implementing fallback with cached data
8 October 2018, oreilly.com

provided by Google News

Data Technology Company FairCom Expands The Edge with 2 New Releases of its Edge Computing Products
19 April 2023, Business Wire

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

How To Collect, Store, and Query IoT Data With MQTT + SQL
16 June 2022, IoT For All

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

provided by Google News

InfluxData's Latest Updates Optimize Time Series Data for Better Performance, Scale and Management
19 September 2024, Integration Developers

Run and manage open source InfluxDB databases with Amazon Timestream
14 March 2024, AWS Blog

InfluxData avoids ’AI magic beans’ in InfluxDB time series database update for enterprises
4 September 2024, VentureBeat

InfluxData Enhances InfluxDB 3.0 with Performance Upgrades and Self-Managed Option
5 September 2024, Datanami

InfluxData makes performance, storage improvements to InfluxDB 3.0
4 September 2024, InfoWorld

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

Neo4j logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

RaimaDB logo

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

Present your product here