This is a demo of Ethereum Pump/Dump. It runs basic search components to demonstrate data workflow.
Please, change env variable CHAIN_NODE_URL of pump component in ethereum-demo.yml to
your Infura url(or, some other external parity url).
Note, localhost
is not permitted due docker dns resolution.
To run Ethereum Pump/Dump demo, go to demo directory, execute command below and wait for ~1minute(depending on your pc configuration):
docker-compose -f ethereum-demo.yml up -d
Open browser, access "localhost:3000". Use default login\ass combination admin/admin. Here, you can find 2 dashboards: one for Pump, and One for Dump.
On "localhost:3030" endpoint, you can access kafka explorer.
Query api endpoint on localhost:8080/search?query=42
either via browser or curl
docker-compose -f ethereum-demo.yml stop
docker-compose -f ethereum-demo.yml rm -f