-
Notifications
You must be signed in to change notification settings - Fork 3
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
Migrating to subgraph studio #38
Comments
Hey @aminlatifi any specific dates on when they will sunset their hosted service?? |
They say Q1 2023, https://thegraph.com/blog/sunsetting-hosted-service/ |
@geleeroyale @mhmdksh Can we lean on the devops team to manage the deployment and balance management on the decentralized subgraph (studio)? |
Of course. We will handle it. Setup might need developer guidance, but we can keep it running for sure 👍 |
Thanks @geleeroyale |
Ok! Let me see how far I can get and then I'll ping you |
Update - All subgraphs have been deployed. They have not been published yet as we await a grant from The graph foundation to pay for the decentralized hosting. Also we are still awaiting subgraph studio support for Görli and Gnosis Chain to be able to publish the complete set. |
big technical debt we have to address of migrating from hosted service to subgraph studio - first attempt had failed - the queries were not resolving values, our DB was empty!! We should figure this out soon @aminlatifi says last resort if studio doesn't work we may have to set up our own subgraph services |
It would be great to have another go. If we are able to pinpoint our exact problems please do not forget that we have a direct line (chatroom) with representatives from TheGraph. Also its highly subsidized by them and we should at least use the tokens before we invest in our own infrastructure. Having said that - we are down to look into self-hosting. But I fear the requirements might be heavy - its mentioned that server costs might clock in at around 350€. Not sure - but maybe we could increase performance by running our own indexer instead of directly hosting the subgraphs? Here is some reading material on the topic - https://thegraph.com/docs/en/network/benefits/ |
Amin and I had a discussion while looking at all the other possible options. We should move forward with upgrading our subgraphs directly to The Graph Studiio, we still have GRT tokens to spend, and after that the service likely won't cost more than what we would spend with a similar service and can support all the chains we need now and future chains like polygon zkEVM. Who can be made accountable to be sure this gets done in the next 2 weeks? @geleeroyale ?? |
@geleeroyale Please update all our github actions to deploy to studio. There you can find the list of used subgraphs as well. |
I updated our github-actions to (also) deploy on TheGraph studio. Some notes/caveats:
Edit: Publishing is a manual process that can't be part of GitHub actions unfortunately |
Are you blocked by needing ETH? We can try to expedite this |
The subgraph team is going to sunset hosted service (the one we are using now), and push customers to use the decentralized subgraph paradigm, studio.
They say the studio is ready for the Mainnet network, and they will support Gnosis-Chain and Goerli in close future. They will still support the hosted service for former chains till they support them completely.
I tried to launch our stage Goerli instance on the decentralized subgraph, but I wasn't successful and got blocked as they don't support it completely.
BTW, we must be ready to migrate our Mainnet deployment to the studio. These items we must consider:
The text was updated successfully, but these errors were encountered: