input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
130 stars 41 forks source link

Create view for registrations monitoring in aggregator #2067

Closed jpraynaud closed 3 weeks ago

jpraynaud commented 3 weeks ago

Why

We want to provide a simple query to retrieve the registrations aggregated data which is currently done with a complex SQL query as detailed in the Registrations monitoring runbook

What

Create a view replacing the complex SQL query for aggregated registrations

How