qubole / presto-kinesis

Presto connector to Amazon Kinesis service.
Apache License 2.0
14 stars 13 forks source link

Support GZIP+JSON decoding for Cloudwatch logs subscriptions #1

Open cmerrick opened 9 years ago

cmerrick commented 9 years ago

Per this AWS doc the Cloudwatch Logs Subscription feature gzips the data it puts into kinesis.

This library can't currently support this use case.

cmerrick commented 9 years ago

I'll build this out. I'm debating between making decoders generally composable vs. building a single specific gzip+json decoder. Recommendations appreciated.

shubhamtagra commented 8 years ago

Maybe you can extend the existing JsonDecoderModule