I noticed that I'm starting to mirror squid functionality in airflow. That is not great because we should keep code to a minimum where possible. Since we commit to using squid, we should add endpoints for the protocol and user metrics in squid where possible and use airflow only if we need to aggregate data/ad-hoc analysis.
Protocol
[ ] Number of daily transactions
[ ] ~TVL total and by product (bridge, lending, AMM, ...)~ -> airflow
[ ] ~Volume total and by product (chain, bridge, lending, AMM, ...)~ -> airflow
[ ] Revenue total and by product (chain, bridge, lending, AMM, ...)
[ ] DAO revenue share total and by product (chain, bridge, lending, AMM, ...)
Related to: https://github.com/interlay/airflow/issues/5
I noticed that I'm starting to mirror squid functionality in airflow. That is not great because we should keep code to a minimum where possible. Since we commit to using squid, we should add endpoints for the protocol and user metrics in squid where possible and use airflow only if we need to aggregate data/ad-hoc analysis.
Protocol
Financial