I have a distributed application which is working with Redis as DB service. I’d like to containerize the entire application so I thought to use an embedded KV db.
Does any one already implemented such logic of working with an in-app db in a distributed environment?
Maybe Badger has some features around it?