Hi team
We have a realtime setup working via
Scala Stream Collector -> Raw Kinesis -> Scala Enricher -> Enriched Kinesis -> Elastic Search Sink
↓
S3 Sink
What we are trying to achieve is
Scala Stream Collector -> Raw Kinesis -> Scala Enricher -> Enriched Kinesis -> Elastic Search Sink
↓
S3 Sink
↓
Batch Pipeline
↓
Redshift
Although, we aren’t able to find the relevant guides for this. We found most of the guides advising using Clojure collector if we had to use EmrEtlRunner. This will require us to redo the realtime setup which is not favourable.
Can someone suggest if at all above is possible and point to relevant articles if so?
Thanks in advance.