Mirror | |
---|---|
Enablement | Yes |
Benefit | 10% discount on Pipeline workers and events written |
Availability | All developers |
Install Goldsky's CLI and log in
goldsky login
and paste your API key.
goldsky
to get started:
sui.transactions
direct indexing dataset into a PostgreSQL database.
Data Source
card. Select Sui
as the chain. Then Enriched Transactions
as the onchain dataset to use.Sink
card and select your pre-configured sink.goldsky pipeline create <pipeline-name>
.Direct Indexing
.Sui
as chain with the enter key, then Raw Transactions
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.