Skip to content

Commit 86d1b4f

Browse files
committed
DataCamp - Submit "Streaming Concepts" - 4 - A new problem...
1 parent 47f4c78 commit 86d1b4f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

datacamp/streaming_concepts.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```
352352
Batch 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+
```

0 commit comments

Comments
 (0)