mirror of
https://github.com/blockchain-etl/ethereum-etl.git
synced 2026-01-09 22:07:54 -05:00
Remove Dockerfile_with_streaming from README
This commit is contained in:
@@ -100,8 +100,8 @@ For the latest version, check out the repo and call
|
||||
|
||||
4. Run streaming to console or Pub/Sub
|
||||
|
||||
> docker build -t ethereum-etl:latest-streaming -f Dockerfile_with_streaming .
|
||||
> docker build -t ethereum-etl:latest -f Dockerfile .
|
||||
> echo "Stream to console"
|
||||
> docker run ethereum-etl:latest-streaming stream --start-block 500000 --log-file log.txt
|
||||
> docker run ethereum-etl:latest stream --start-block 500000 --log-file log.txt
|
||||
> echo "Stream to Pub/Sub"
|
||||
> docker run -v /path_to_credentials_file/:/ethereum-etl/ --env GOOGLE_APPLICATION_CREDENTIALS=/ethereum-etl/credentials_file.json ethereum-etl:latest-streaming stream --start-block 500000 --output projects/<your-project>/topics/crypto_ethereum
|
||||
> docker run -v /path_to_credentials_file/:/ethereum-etl/ --env GOOGLE_APPLICATION_CREDENTIALS=/ethereum-etl/credentials_file.json ethereum-etl:latest stream --start-block 500000 --output projects/<your-project>/topics/crypto_ethereum
|
||||
|
||||
Reference in New Issue
Block a user