Ricochet-Exchange / ricochet-keeper

Keeper for Ricochet Protocol, implemented with Apache Airflow
5 stars 10 forks source link

Remove SQL dependency in Stream Closure DAGs #41

Open mikeghen opened 2 years ago

mikeghen commented 2 years ago

Use Subgraph to check streamers for each market and then check their balances. Right now we use SQL database and poll for block events.