graphprotocol / graph-node

Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
https://thegraph.com
Apache License 2.0
2.89k stars 962 forks source link

[Feature] Generate basic `config.toml` file via `graphman` #4592

Closed rotarur closed 9 months ago

rotarur commented 1 year ago

Description

Would be great if graphman command could generate a basic config file by using a template. This way ever new starter could easily get the config.toml created and just change the capslocked configurations inside it that works for him.

Are you aware of any blockers that must be resolved before implementing this feature? If so, which? Link to any relevant GitHub issues.

No response

Some information to help us out

azf20 commented 1 year ago

@YassinEldeeb proposes that we could use the @maoueh example from https://github.com/streamingfast/graph-node-dev/blob/master/config/eth-mainnet-rpc.toml

neysofu commented 1 year ago

What's the advantage here in generating it via graphman as opposed to having some example .toml's in some public repo?

github-actions[bot] commented 9 months ago

Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it.

azf20 commented 9 months ago

Closing in favour of examples & documentation