Skip to content

Commit 5113a78

Browse files
authored
update README.md
1 parent 90b5b68 commit 5113a78

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33

44
### python2.7/:
55

6-
- Name: **kinesis_stream_put_to_s3_athena_partitioning.py**
6+
- **kinesis_stream_put_to_s3_athena_partitioning.py**
77

8-
Description: process data from kinesis stream and put to s3, partitioning the data for Athena
8+
Description: process data from kinesis stream and put to s3, partitioning the data for Athena. The partition is based on the timestamp of the "d" value, so is not important the order of the stream data.
99

1010
Environment Variables:
1111
S3_BUCKET -> name of the s3 bucket (es. 'bucket')
12-
S3_PATH -> custom path (es. 'test')
12+
S3_PATH -> custom path (es. 'test/test1/test2')
1313

14-
Example minimum data:
14+
Example minimum json:
1515
{
1616
"_id":"asdasdasdasd",
1717
"d":{"sec":1498746471}
18-
}
18+
}
19+
20+

0 commit comments

Comments
 (0)