tracker

command
v0.0.0-...-d694966 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2019 License: MIT Imports: 11 Imported by: 0

README

Create DynamoDB Table

aws dynamodb delete-table --table-name TackerChangeItems

aws dynamodb create-table
--table-name TackerChangeItems
--attribute-definitions
AttributeName=task_id,AttributeType=S
AttributeName=task_update,AttributeType=S
--key-schema
AttributeName=task_id,KeyType=HASH
AttributeName=task_update,KeyType=RANGE
--billing-mode PAY_PER_REQUEST

Create Kinesis Data Stream

aws kinesis delete-stream --stream-name todox-tracker-stream aws kinesis create-stream --stream-name todox-tracker-stream --shard-count 2

Compile proto files

protoc -I proto/ proto/*.proto --go_out=plugins=grpc:data

Build images

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