Skip to content

FalconDB

FalconDB is fast and reliable key-value, memory-disk database. All operations like write/read/modify/delete are in-memory operations, saving data to disk is in asynchronous mode in intervals set in configuration.

Releases versions

FalconDB is released in two versions:

  • Onteon microservice
  • Standalone microservice

Onteon microservice

Onteon microservice version of FalconDB, contains of .tar.gz file, which is ready to be deployed as Onteon application.

Standalone microservice

Standalone microservice version of FalconDB, contains of:

  • .jar FalconDB Java file
  • JDK, so the application can be run without a need to install Java on the machine
  • start/stop/terminate scripts to easily manage FalconDB

This version can be run without using Onteon platform.