blockchain-etl / ethereum-etl

Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ
https://t.me/BlockchainETL
MIT License
2.87k stars 812 forks source link

How to store the output directory on an external drive? #423

Open chinefed opened 1 year ago

chinefed commented 1 year ago

Hi, I was wondering whether it is possible to store the output directory on an external drive. I would like to export blocks and transactions only.

Thanks in advance!