/timestream-travel

Timestream Travel is a CLI application to backup time-series data from Amazon Timestream to S3.

Primary LanguageGoApache License 2.0Apache-2.0

Timestream Travel

A simple CLI application to backup time-series data from Amazon Timestream to S3.

Download the binary

Get the latest binary from the releases.

OR build it yourself

Requirements

  • Go 1.16+
$ go mod tidy
$ go build .

Example usage

$ ./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

Usage documentation

$ ./timestream-travel -h
$ ./timestream-travel backup -h