top of page

FalconDB

FalconDB  - lightweight key-value and file database

FalconDB:

  • light and portable - one fat JAR

  • easy to install - run simple installer

  • fast - all operations are in-memory for key-value data

  • large file management thanks to chunking and streaming

  • easy to use - FalconDB HTTP API provided

  • barriers - support blocking of data for asynchronous operations

  • self-rotation - automatic maintenance of database size

  • reading for modification - blocking data to be modified on a database level

  • save JSON and files
     

Example scenarios
  • e-commerce basket/cart data for fast access and short lifetime

  • keeping session data for stateless microservices

  • file storage for applications, even big ones

​

Learn more

Go and read FalconDB documentation

bottom of page