ethereum-etl-postgres icon indicating copy to clipboard operation
ethereum-etl-postgres copied to clipboard

ETL for moving Ethereum data to PostgreSQL database

Results 6 ethereum-etl-postgres issues
Sort by recently updated
recently updated
newest added

In Streaming, the Schema of a Tokens contains the function_sighashes field.

If I wanted to track smart contract events in postgres, how is this done? From reading https://medium.com/@ASvanevik/how-to-get-any-ethereum-smart-contract-into-bigquery-in-8-mins-bab5db1fdeee it appears you must scan the logs table. Is there any example on...

Hi! I don't have time to do a pull request yet, I'm just testing it out quickly, but this was missing in SQL for me for streaming to work: alter...

When I ran `cat schema/*.sql | psql -U -d -h --port -a` I got the following error for the `tokens` table: ``` ( address varchar(42), name text, symbol text, decimals...

Hi, I try to export BQ data to bucket using this command : `bash ethereum_bigquery_to_gcs.sh $BUCKET 2020-01-01 2020-01-31` But I get a error for block: ``` Extracting export_temp_dataset.bigquery_public_data_crypto_ethereum_blocks_filtered to gs://bucket_s1/bigquery_public_data_crypto_ethereum_blocks_filtered_raw/*.gz...