Install Goldsky's CLI and log in
goldsky login
and paste your API key.
goldsky
to get started:
movement.raw_events
direct indexing dataset into a ClickHouse database.
Data Source
card. Select Movement
as the chain. Then Movement Raw Events
as the onchain dataset to use.Sink
card and select your pre-configured sink.goldsky pipeline create <pipeline-name>
.Direct Indexing
.Movement
as the chain with the enter key, then Movement Raw Events
as the dataset by pressing space on the selected dataset which you can select using the up and down arrow keys. We will process historical data so select Process all historical data
by pressing the enter key. This is the same as the yaml config setting of start_at: earliest
. If you prefer to only ingest data starting when your pipeline is deployed, select Process data from the time this pipeline is created
instead, this is equivalent to the yaml config setting start_at: latest
.No
by pressing enter.goldsky pipeline apply sui-transactions.yaml --status ACTIVE
to deploy the pipeline.