Merging two different event streaming(Kinesis Data stream) using spark streaming and loading it into warehouse(s3 or bigquery)

Viewed 5

I want merge two event streamings, one is from user clickstream events and others are from backend system events. Backend events are multiple micro services which generates events that are send to another kinesis data streams.

Could anyone gives the solution for above problem statement would be great.

0 Answers
Related