Install Goldsky's CLI and log in
goldsky login
and paste your API key.
goldsky
to get started:
subgraph.yaml
file, a schema.graphql
file, and the necessary mappings to translate raw event data into the entities defined in the schema), you can deploy subgraphs to Goldsky (once the Goldsky CLI is installed) using goldsky subgraph deploy <name>/<version> --path .
For more, read the step-by-step guide.--from-abi
flag in the command above instead of --path
. For more, read the no-code subgraphs guide.hyperevm
.
goldsky pipeline create <pipeline-name>
. This will kick off a guided flow with the first step to choose the dataset type (project subgraph, community subgraph, or chain-level dataset). You'll then be guided through adding some simple filters to this data and where to persist the results.goldsky pipeline create <pipeline-name> --definition-path <path-to-file>
. This makes it easier to set up complex pipelines involving multiple sources, multiple sinks, and more complex, SQL-based transformations. For the full reference documentation on, click here.