Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get data from BG Ponder Indexer #5

Closed
carletex opened this issue Jan 10, 2024 · 2 comments · Fixed by #7
Closed

Get data from BG Ponder Indexer #5

carletex opened this issue Jan 10, 2024 · 2 comments · Fixed by #7
Assignees

Comments

@carletex
Copy link
Contributor

We have deployed https://github.com/BuidlGuidl/bg-ponder-indexer to https://bg-ponder-indexer-production.up.railway.app/.

It indexes the events coming from all the cohorts and saves it to a PostgreSQL database. We can get some cohort data (builders, withdraws) from it, so loading times will be way faster than using the event hooks.

  • Let's use it on the projects & member page.
  • For withdraws, we have to query the old contract too (0x2eA63c9C9C114ae85b1027697A906420a23e8572)

Regarding what library to use, it seems that URLQ is a good alternative to Apollo, but open to both!

@technophile-04
Copy link
Member

planning to tackle this tomorrow 🙌 but if anyone wants to tackle please feel free to...happy to collaborate!

@technophile-04 technophile-04 self-assigned this Jan 11, 2024
@carletex
Copy link
Contributor Author

Merged #6 which fetches the withdrawal events (super fast)

Let's create another PR to fetch the builder data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants