I’m starting to develop a project using AKKA and will be modelling flattish hierarchy of aggregate roots as actors deployed across a cluster e.g. Companies / Employees.
Is there an idiomatic approach to implement search and visualisation across this population of actors?
I’d like to be able to for example search for employees with salary 30-40K, and with company car, or possibly to present a RAG status for employees that haven’t clocked sufficient hours this month?
3 posts - 2 participants