mirror of
https://github.com/blockchain-etl/ethereum-etl.git
synced 2026-01-09 22:07:54 -05:00
Refactoring
This commit is contained in:
@@ -57,7 +57,7 @@ Stream blockchain data continually to Google Pub/Sub:
|
||||
```bash
|
||||
> export GOOGLE_APPLICATION_CREDENTIALS=/path_to_credentials_file.json
|
||||
> ethereumetl stream --start-block 500000 --output projects/<your-project>/topics/crypto_ethereum
|
||||
|
||||
```
|
||||
|
||||
For the latest version, check out the repo and call
|
||||
```bash
|
||||
@@ -211,7 +211,7 @@ gas_used | bigint |
|
||||
subtraces | bigint |
|
||||
trace_address | string |
|
||||
error | string |
|
||||
status | string |
|
||||
status | bigint |
|
||||
|
||||
You can find column descriptions in [https://github.com/medvedev1088/ethereum-etl-airflow](https://github.com/medvedev1088/ethereum-etl-airflow/tree/master/dags/resources/stages/raw/schemas)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user