This project implements a Native Durable Execution Engine that allows developers to write normal Java code (loops, conditionals, concurrency) while guaranteeing crash recovery and exactly-once ...
Using sqlite's WAL mechanism, instead of backing up full data every time, do incremental backup of data to reduce the amount of synchronised data; Support for multiple types of storage backends,such ...