SCOPE scripting: There are 2 daily structured streams stored in COSMOS, you need to extract those for the last 30 days. 1st - customer usage SS (i.e. this customer used x,y,z servises and total usage is A), 2nd- customer activity events for particular service (what customer is actualy executing, from the services standpoint, for example customer provisioned an sql db, total usage is 1000s per day, so what is he doing from activity standpoint: running queryes, uploading data, etc.) No real sructure provided, need to show how you think about this problem. Hints: 1st SS might have a date, numerical usage number, customer_id, product_id. Expect to write a script to extract all related SS files, and queries to produce the result.