Hello, do you have recommandations about how to manage collections in an industrialised way? For example to manage our mysql DBs we use Flyway to create schemas and track the modifications of those schemas.
In a Typesense world, if I want to build docker images for different environment, I'd need to run scripts to create the collections and add data. Do you have guides/best practices/recommended tools on that topic?
Thanks