DataJunction / dj

A metrics platform.
http://datajunction.io
MIT License
35 stars 15 forks source link

Setup guide for reflection service #1104

Open sadathknorket opened 3 months ago

sadathknorket commented 3 months ago

Went through the docs of reflection service and is really attractive to use it .

With @samredai had a call that there was one more way the dj team does reflection by having a cron job thing that updates the meta .

Would love to see the setup guides on both reflection service available inside dj and the one the team uses

bazooka720 commented 3 months ago

@samredai @agorajek any thoughts on this?

samredai commented 3 months ago

We could definitely use some docs on this. A lot of the reflection logic revolves around calling the endpoint to refresh a node and this is essentially what we do in the cron job. Additionally we do a before and after diff to use in some of our internal alerting.

The ability to refresh a source node with that endpoint relies on you having a query service configured.