-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathData_streaming.json
More file actions
17 lines (17 loc) · 857 Bytes
/
Data_streaming.json
File metadata and controls
17 lines (17 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"title": "Data Streaming",
"subtext": "A continuous flow of data that allows for real-time processing and analysis." ,
"categories": ["Data Science"],
"author": "Rilwan",
"description": {
"title": "Data streaming",
"texts": [
"Data streaming refers to the continuous flow of data in real-time, allowing for the processing and analysis of data as it is generated or received.",
"This concept is widely used in various applications, such as live video and audio broadcasts, social media feeds, online gaming, and real-time analytics."
],
"image": "https://estuary.dev/static/f7caa622ba4ee2f23336ba7cb2a9b0b3/dabc0/29eb38_02_Data_Streaming_Technology_Batch_Processing_Vs_Data_Streaming_9806558902.webp",
"references": [
"https://estuary.dev/data-streaming-technology/"
]
}
}