You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently we cannot detect anomalies in the number of dependent networks because these value is computed just before storing it in the database.
Describe the solution you'd like
We should compute the number of dependent networks from AS hegemony values in Kafka and push the results to Kafka.
So we can also run an anomaly detector for it.
And we'll need a new consumer to store these values to the postures database.