Stream Processing: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→TODO) |
||
Line 14: | Line 14: | ||
* Consuming streaming data https://developer.twitter.com/en/docs/tutorials/consuming-streaming-data#stallwarnings | * Consuming streaming data https://developer.twitter.com/en/docs/tutorials/consuming-streaming-data#stallwarnings | ||
* Processing streams of data with Apache Kafka and Spark: ingestion, processing, reaction, exampleshttps://lenadroid.github.io/posts/distributed-data-streaming-action.html | * Processing streams of data with Apache Kafka and Spark: ingestion, processing, reaction, exampleshttps://lenadroid.github.io/posts/distributed-data-streaming-action.html | ||
<font color=darkkhaki> | |||
Message queue, message broker, stream processing. | |||
{{Internal|Message_Brokers_and_Stream_Processing_TO_REFACTOR|Message_Brokers_and_Stream_Processing_TO_REFACTOR}} | |||
* [[Spark]] | |||
* [[Flink]] | |||
</font> |
Revision as of 23:58, 7 December 2021
Internal
Overview
Stream processing means data, usually in large quantities, as it becomes available.
TODO
- Consuming streaming data https://developer.twitter.com/en/docs/tutorials/consuming-streaming-data#stallwarnings
- Processing streams of data with Apache Kafka and Spark: ingestion, processing, reaction, exampleshttps://lenadroid.github.io/posts/distributed-data-streaming-action.html
Message queue, message broker, stream processing.