timestream-travel

command module
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL