Reputation: 11
Does anyone know if flyway supports migrations for AWS Timestream? I don't see Timestream in the docs as a supported database, but wanted to double check.
If not, can anyone suggest a CI/CD way to handle migrations for AWS Timestream?
Upvotes: 1
Views: 123
Reputation: 697
Flyway doesn't currently support Amazon Timestream:
You can use AWS Kinesis along with the Timestream Flink connector to move the data across. Here is a blog post that explains the process:
Upvotes: 1