Hi all, 

I would like know if there is PoC for persistence. Right now, the algorithm is stateless, which lost all data if redeploy. If the algorithm is crashed, and there are some data that I want to persist in order to relaunch and recover back to state, then how would I do that? 

If it is possible, can you provide an PoC of storing to database? 

Author