File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ Horizontal:
347347- Power utilization sensors across a large metro area which should have no more than 10 sensors per central server.
348348```
349349
350- ## A new problem...
350+ ## Vaccination clinic - classify areas
351351```
352352Batch process:
353353- Monitoring
@@ -360,3 +360,18 @@ Streaming process:
360360- Vaccine administration
361361- Registration
362362```
363+
364+ ## A new problem...
365+ ```
366+ Batch:
367+ - Process all data from the past hour for analytic consolidation.
368+ - Generate customer billing statements monthly.
369+
370+ Queue:
371+ - Contact customer directly to verify purchase attempts.
372+ - Alert the customer to any issue via email / text message.
373+
374+ Stream:
375+ - Write all transaction information to a log upon receipt.
376+ - Run transactions for fraud prediction against a machine learning model.
377+ ```
You can’t perform that action at this time.
0 commit comments