-
Notifications
You must be signed in to change notification settings - Fork 44
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
[SPIKE] SubQuery Integration #8790
Comments
IntroSubQuery is an indexing system built in Typescript that supports 208+ networks (any EVM chain, most Substrate chains, and most Cosmos chains). In SubQuery you create mapping functions at the block, transaction, or log level to populate a database with a fully customizable schema defined in GraphQL. SubQuery pairs a Postgres database with a PostGraphile server which enables running GraphQL queries over Postgres data. SubQuery supports real-time indexing via 'unfinalized blocks' and real-time client updates via GraphQL subscriptions. Managed Hosting
Chain-Related functionalityReserving NamespaceExisting
Change
Deploy Community StakesExisting
Change My Stake Transactions (or any txns list UI)Existing
Change
Launch ContestExisting
Change
Other Contest ProjectionsExisting
Change
NotificationsExisting
Change
Notes
Next Steps
|
Bumping to reflect the amount of time this ticket really took. Creating the MVP took longer than anticipated since the MVP initially did not work due to caveats like:
While it may seem like a long time for a spike, using SubQuery would be a significant shift in how we interact with chain data so it warranted a deeper investigation to discover the caveats/underlying issues before diving into the deep end. |
We will not use SubQuery or its managed service until subquery/subql#2493 and a follow-up ticket for unfinalized blocks in multichain projects are complete since the list of chains we need to index is growing and costs (both in the managed service and development) for separate SubQuery projects would become unsustainable. |
Thanks for the research, Tim! I'll close this ticket as completed. Let's follow up once the subquery updates land. |
Description
Notes
Additional context
The text was updated successfully, but these errors were encountered: