graphprotocol / graphprotocol/indexer
Change the naming scheme for deployments
@tilacog is already working on this.
Since Jan 18, 2023.
- Dominant language
- TypeScript
- Stars
- 262
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
Right now, indexer-agent deploys subgraphs under the name indexer-agent/<hash> into graph-node. That makes it impossible to use some graph-node features, especially deployment rules to control how deployments are indexed.
The naming scheme should be changed to <subgraph name>/<hash> so that a subgraph might be called user/name/hash. That would make it possible to use name-based rules with graph-node, e.g., to deploy subgraphs that are known to get a lot of queries into a more powerful database shard.
Edited by @tilacog:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.