项目作者: ROki1988

项目描述 :
AWS Kinesis Stream Subscriber for CLI
高级语言: Rust
项目地址: git://github.com/ROki1988/k-iter.git
创建时间: 2018-04-21T17:38:39Z
项目社区:https://github.com/ROki1988/k-iter

开源协议:MIT License

下载


k-iter: Kinesis Subscriber for CLI

Build Status Build status dependency status
FOSSA Status

Simple Command

  1. k-iter -n stream -r ap-northeast-1

Options

  1. AWS Kinesis Stream Subscriber
  2. USAGE:
  3. k-iter [FLAGS] [OPTIONS] --region <NAME> --stream-name <NAME>
  4. FLAGS:
  5. -h, --help Prints help information
  6. -V, --version Prints version information
  7. --verbose Enable verbose mode.
  8. OPTIONS:
  9. --data-format <TYPE> Set data output-format. [default: UTF8_STRING] [possible values: RAW_BYTES,
  10. RAW_STRING, UTF8_STRING]
  11. -t, --iterator-type <TYPE> Sets iterator type. [default: LATEST] [possible values: LATEST, AT_SEQUENCE_NUMBER,
  12. AFTER_SEQUENCE_NUMBER, AT_TIMESTAMP, TRIM_HORIZON]
  13. -r, --region <NAME> Sets a region name. [possible values: ap-northeast-1, ap-northeast-2, ap-south-1, ap-
  14. southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-
  15. west-3, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2, us-gov-west-1, cn-
  16. north-1, cn-northwest-1]
  17. --sequence-number <NUM> Set Sequence number when Iterator Type is AT_SEQUENCE_NUMBER or
  18. AFTER_SEQUENCE_NUMBER.
  19. -s, --shard-id <ID1 ID2>... Set shard ids. If you don't set, iterate all shards
  20. -n, --stream-name <NAME> Sets a stream name.
  21. --timestamp <TIMESTAMP> Set timestamp(UNIX Epoch milliseconds) when Iterator Type is AT_TIMESTAMP.

Install

  1. cargo install --git https://github.com/ROki1988/k-iter.git

License

FOSSA Status