blockchain-etl / blockchain-etl-streaming

Streaming Ethereum and Bitcoin blockchain data to Google Pub/Sub or Postgres in Kubernetes

Home Page:https://medium.com/google-cloud/live-ethereum-and-bitcoin-data-in-google-bigquery-and-pub-sub-765b71cd57b5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minor - gcs_prefix inconsistent with readme.md

DevanM opened this issue · comments

GCS_PREFIX in example_values/ethereum/trace_data/values.yaml inconsistent w/ readme step 4 (ethereum-etl/streaming/last_synced_block.txt)

GCS_PREFIX should read ethereum-etl/streaming

Yes, readme doesn't cover how to proceed with [separate] traces streaming. We need to run one more etl-streaming instance to parse traces, and it stores it's state into separate last_synced_block.txt under gs://<YOUR_BUCKET_HERE>/ethereum-etl/streaming-trace. Thus, trace_data/values.yaml is correct, as GCS_PREFIX has to be different with block_data/values.yaml.