online-ml / chantilly

🍦 Deployment tool for online machine learning models
BSD 3-Clause "New" or "Revised" License
97 stars 17 forks source link

Consider Blinker #11

Closed MaxHalford closed 2 years ago

MaxHalford commented 4 years ago

At the moment we have a custom class for announcing events and metric updates that can be listened to through the streaming API. We might want to check out blinker and see if it solves the problem better.