Skip to content

allenday/ethereum-streaming-analytics-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-streaming-analytics-demo

Process Ethereum data with Pubsub and Dataflow

Build

mvn clean package

Run

export RUNNER=org.apache.beam.runners.dataflow.DataflowRunner
export PROJECT=ethereum-streaming-dev
export TOPIC=projects/ethereum-streaming-dev/topics/crypto_ethereum.transactions
export FIRESTORE_COLLECTION=demo_gas_price
java -cp target/ethereum-streaming-analytics-bundled-1.0-SNAPSHOT.jar com.google.allenday.TransactionMetricsPipeline \
  --runner=$RUNNER \
  --project=$PROJECT \
  --inputDataTopic=$TOPIC \
  --firestoreCollection=$FIRESTORE_COLLECTION \
  --streaming=true

About

Process Ethereum data with Pubsub and Dataflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •