ETL
Last updated
Was this helpful?
Last updated
Was this helpful?
Ethereum dataset -
Primary data structures - blocks, transactions - as well as high-value data derivatives - token transfers, smart contract method descriptions.
The ingestion pipeline phases - export and load.
The workflow starts with export blocks and transactions task where a command from Ethereum ETL name get block range for date.py is invoked.
This command uses JSON RPC API to probe the first and last blocks, then narrows the bounds recursively using linear interpolation until the required blocks are found.