snowplow-incubator / sauna

:hotsprings: A decisioning and response platform
https://github.com/snowplow/sauna/wiki
69 stars 11 forks source link

Refactor entities using Akka Streams #55

Open chuwy opened 8 years ago

chuwy commented 8 years ago

Sauna entities are more Stream transducers rather than actors - they do not have a state, their communications is inherently unidirectional, they're pretty high-level. Therefore I think it would be reasonable to start to rewrite them in akka-streams.

Current plan