Question: Consider the data provided in the streaming tutorial ( namely users.csv ) alongside orders data ( namely orders.csv ) . Combine these 2 input files
Consider the data provided in the streaming tutorial namely users.csv alongside orders data namely orders.csv Combine these input files in order to provide insights into the purchasing behaviours of the retailers customers.
Expand your pipeline from the tutorial to do the following ensuring that you are using the data provided in the links above:
Join the input files as streams using CoGroupByKey. python code
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
