Example data is in repo, no need to download
This commit is contained in:
parent
76158d24ab
commit
c4f363a517
1 changed files with 1 additions and 4 deletions
|
|
@ -1,8 +1,6 @@
|
|||
# Producer
|
||||
|
||||
A prepopulated file with JSON users is available on S3 for seeing the stream:
|
||||
|
||||
https://s3.amazonaws.com/kinesis.test/users.txt
|
||||
A prepopulated file with JSON users is available on S3 for seeing the stream.
|
||||
|
||||
### Environment Variables
|
||||
|
||||
|
|
@ -16,5 +14,4 @@ export AWS_SECRET_KEY=
|
|||
|
||||
### Running the code
|
||||
|
||||
$ curl https://s3.amazonaws.com/kinesis.test/users.txt > /tmp/users.txt
|
||||
$ go run main.go --stream streamName
|
||||
|
|
|
|||
Loading…
Reference in a new issue