top of page
FalconDB
FalconDB - lightweight key-value, in-memory database
FalconDB:
-
light and portable - one fat JAR
-
easy to install - run simple installer
-
fast - all operations are in-memory
-
readable configuration - define all parameters in one yaml file
-
easy to use - FalconDB 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
​
Learn more
Go and read FalconDB documentation
bottom of page