Flyway is a very convenient schema migration/evolution tool in the RDBMS world. I\'m looking for something similar for ES.
Even though ES is different from RDBMS and I g
For create-new-index-then-load-data-into-it-then-update-alias, what we do is:
create-new-index-then-load-data-into-it-then-update-alias
Still the curator has to be run periodically, but we run it in a cron job.