Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.26 KB

Ethereum Pump/Dump Demo

This is a demo of Ethereum Pump/Dump. It runs basic search components to demonstrate data workflow.

Before Run

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.

How to Run

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

Explore Components

Monitoring(grafana dashboards)

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.

Pump Dashboard Dump Dashboard

Kafka Explorer

On "localhost:3030" endpoint, you can access kafka explorer.

Pump Dashboard

Search Api

Query api endpoint on localhost:8080/search?query=42 either via browser or curl

Search Result

Stop Containers

docker-compose -f ethereum-demo.yml stop
docker-compose -f ethereum-demo.yml rm -f