aave / aave-utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple POC for subgraph design

foodaka opened this issue · comments

Background: We are using subgraphs for different things. We use it for different versions. Some issues

  • Data lives in the graph and we dont have direct access to it. On graph you dont have a way to query the last 60 days. There are limits on how you can query. Before we were building services to index the graph data.
  • The graph is slow to fetch data. Ampl is broken because we dont track rebase events.
    If we now fix this there is no testing framework. Thus we need to resync the graph which takes a month. Basically doesnt scale with the data and users we have.

Achieve: How can we replace this service?
Alternatives: Bitquery?