Skip to main content
This pipeline is named raw-logs-pipeline. It pulls data from a Goldsky dataset, selects a handful of columns without any further transformation, and stores the result in a PostgreSQL sink, in a table called eth_logs in the goldsky schema.
raw-logs-pipeline.yaml
The secret_name references a secret containing your Postgres connection string (postgres://username:password@host:port/database). Create one with goldsky secret create API_POSTGRES_CREDENTIALS; see managing secrets. You can start the above pipeline by running:
Once it’s running, watch the records flow through it with live inspect: