sky-uk / cqlmigrate

Cassandra schema migration library
BSD 3-Clause "New" or "Revised" License
47 stars 29 forks source link

Produce a cqlmigrate Docker image #93

Open alangibson01 opened 4 years ago

alangibson01 commented 4 years ago

The typical model for using cqlmigrate is for it to run at application startup, but for applications deployed to Kubernetes an alternative approach is to run it as a Kubernetes job before rolling out a new version of the application.

It would be helpful if there was a prebuilt cqlmigrate Docker image for this purpose.