Open
Description
Oliver Drotbohm opened DATAMONGO-1241 and commented
Mongeez is an open-source library that allows to define change sets to be applied to a MongoDB database. This very useful to execute index creation, demo data etc. It's primary benefit though is in the recognition of change sets that already have been executed so that it can reliably bring a database instance to the same state.
We should provide a similar mechanism out of the box with the following features:
- Support for programmatic change sets written in Java
- Support for JavaScript change sets
One question open is how to handle failure of change set executions so we might need means to indicate the ability to retry, custom compensating rollback actions etc
Reference URL: spring-projects/spring-boot#2040
4 votes, 3 watchers