Only using collectors without enrichers

What would be the best way to use Scala stream collector only without enrichers? We just want to collect events from various clients and insert them to our data lake for the further processing. Is there a library in snowplow for reading Thrift messages from Kinesis streams without enrichers? Thank you!

@ykim, you can use S3 loader and to sink raw data to S3.

Thank you @ihor!
I assume that S3 Loader will just save raw data in Thrift format?

Correct.

1 Like