The files are created in Parquet format. Files will be emitted on an interval, essentially mimicing a mini-batch system. Data will also be append-only, so if there is a reorg, data with the same id will be emitted. It’s up to the downstream consumers of this data to deduplicate the data. Full configuration details for this sink is available in the reference page.Documentation Index
Fetch the complete documentation index at: https://docs.goldsky.com/llms.txt
Use this file to discover all available pages before exploring further.
Secrets
Create an AWS S3 secret with the following CLI command:Partitioning
This sink supports folder-based partitioning through thepartition_columns option.
In this example, it will store files in a different file for each day, based on the block_timestamp of each Base transfer.
s3://test-bucket/base/transfers/erc20/<yyyy-MM-dd>