Single vs. Multiple Event Streams | Events and Event Streaming

preview_player
Показать описание

Complete list of video tutorials in our Designing Events and Event Streams course:

1) What are Events and Event Streams? Intro to Event Design
2) Fact vs Delta Event Types
3) Hands-On Exercise: Fact vs Delta Event Types
4) Normalization vs Denormalization
5) Hands-On Exercise: Normalization vs Denormalization
6) Single vs Multiple Event Streams
7) Single vs Multiple Event Streams
8) Terminating vs Non-Terminating Entities
9) Event Design and Event Streams Best Practices

LEARN MORE

ABOUT CONFLUENT

#streamprocessing #microservices #apachekafka #kafka #confluent
Рекомендации по теме
Комментарии
Автор

Assuming i have sensor values from different machines that all exist in a file. They all have the same timestamp values on each row of data. What is the optimal solution for streaming these data into an app? Different producer for each machine and all sensors of the machine as a row of data? Or one producer for everything (since even data from different machines have the same timestamps) and let the app group them by machine id and feed them into a database? (i would do the first but any advice would be great)

thodorisapostolopoulos