Skip to content

Commit 47f4c78

Browse files
committed
DataCamp - Submit "Streaming Concepts" - 4 - Answer me this...
1 parent 0eb9c94 commit 47f4c78

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

datacamp/streaming_concepts.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Spark streaming:
296296
- Processing a large quantity of messages quickly and predicting if the content is positive or negative
297297
```
298298

299-
## Answer me this...
299+
## Message components
300300
```
301301
Required:
302302
- Timestamp
@@ -309,6 +309,25 @@ Not required:
309309
- Application version
310310
```
311311

312+
## Answer me this...
313+
```
314+
Table columns:
315+
- client_id
316+
- timestamp
317+
- action_taken: Video liked, Video skipped, Video rewatched, Genre liked
318+
- action_details
319+
320+
Can answer:
321+
- How many times has a user skipped a given video?
322+
- What are the three most active times for all users?
323+
- How many games does the user like?
324+
325+
Cannot answer:
326+
- Did a user skip a video because they don't like it?
327+
- Does a user like the same videos as his first friend?
328+
- Does a user like all videos from a given creator?
329+
```
330+
312331
## Great order of the SLAs
313332
```
314333
Doorbell button is pressed

0 commit comments

Comments
 (0)