Skip to content

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

License

Notifications You must be signed in to change notification settings

mgjules/timestream-travel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages