Stream flow of Turbine data

I am researching ways to stream Turbine telemetry and process it. Typically we look at large cloud tools like Azure Event grid or something like that without even looking at Open-source tools. But I am interested in exploring Akka streams for that.
We need to take care of 1000 wind turbines, gather the telemetry and process it.
I am just looking for a stream architecture for this using Akka. At this time I don’t have any use case written.

Thanks,
Mohan

1 Like

Colin Breck has a nice series of blog posts which might interest you:

  1. https://blog.colinbreck.com/integrating-akka-streams-and-akka-actors-part-i/
  2. https://blog.colinbreck.com/integrating-akka-streams-and-akka-actors-part-ii/
  3. https://blog.colinbreck.com/integrating-akka-streams-and-akka-actors-part-iii/
  4. https://blog.colinbreck.com/integrating-akka-streams-and-akka-actors-part-iv/