Manage persistent state across tasks and task runs using mongo-like collections operations. Often your application will have a notion of some sort of
stored state, collections are where this state can be stored, then updated, searched and filtered from any task at any time. Collections are built on
postgres, and each compose app has it’s own fully isolated postgres database which stores collections data as well as other internal compose data for your app,
so you can store even the most important state in a tried and true database.