A simple CLI application to backup time-series data from Amazon Timestream to S3.
Get the latest binary from the releases.
- Go 1.16+
$ go mod tidy
$ go build .
$ ./timestream-travel backup \
--verbose \
--region "eu-west-2" \
--db "test-timestream-db" --tbl "test-timestream-table" \
--bucket "test-backup-bucket" \
--column "domain" \
--from "2021-06-09 00:00:00" --to "2021-06-12 00:00:00" \
--rows 200
$ ./timestream-travel -h
$ ./timestream-travel backup -h