Tools for hosting a graph node for the Hedera community.
Also it is recommended to get familiar with graphman
CLI to manipulate Graph Node instances.
See https://thegraph.com/docs/en/operating-graph-node for more information.
hedera-the-graph
Helm chartThis project contains an umbrella helm charts that can be used to deploy an Hedera optimized graph node to a Kubernetes cluster with all the necessary architecture and configuration. For more information see the Hedera-The-Graph Chart Documentation
This repo follows a git feature branch flow off of main. All features should see a feature branch created and a PR taking the changes from the feature branch and applying it to main or the appropriate relese branch.
Periodically, release branches e.g. release/0.1
will be created.
This repo contains a charts
directory that contains the various charts that are used to deploy the Hedera-The-Graph node to a Kubernetes cluster. To get started first install the helm repo:
helm repo add hedera-the-graph https://hashgraph.github.io/hedera-the-graph/charts
helm repo update
Then you can install the chart with the following command:
helm install [RELEASE_NAME] hedera-the-graph/[CHART_NAME] -f [VALUES_FILE]
CHART_NAME is the name of the chart you want to install. The available charts are:
auth-layer-proxy
and the auth-layer-server
. More information hereauth-layer-proxy
to generate and verify JWT tokens used for protecting the index node. More information hereVALUES_FILE is the path to the values file that you want to use to configure the chart. The values file should be a yaml file that contains the configuration for the chart. The available configuration options for each chart can be found in the chart's README file of the respective chart, linked above.
If you have a question on how to use the product, please see our support guide.
Contributions are welcome. Please see the contributing guide to see how you can get involved.
This project is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to oss@hedera.com.
Please do not file a public ticket mentioning the vulnerability. Refer to the security policy defined in the SECURITY.md.