interlay / interbtc-squid

Subquid GraphQL schema and indexer for the Interlay and Kintsugi networks
Apache License 2.0
4 stars 7 forks source link

Move user stats from airflow to squid #105

Closed nud3l closed 1 year ago

nud3l commented 1 year ago

Track user accounts over time with the following data:

User

We do this in airflow at the moment, but it's pretty terrible in terms of complexity: it grows linear with the amount of users, amount of transactions, ... and will eventually run way too long. We can do it with a lot less overhead in squid.

nud3l commented 1 year ago

I actually got it to work in airflow, mostly. The only thing that did not work well is the LP positions but I will create a separate issue for that.