This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#71 Base Alerting Implementation For Ethereum Pump
-migrate ethereum dump to java 10 -remove old prod files -update grafana version
- Loading branch information
1 parent
aa3ddf1
commit d3e8a98
Showing
17 changed files
with
6 additions
and
4,113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
docker build -t build/pump-eth -f ./pumps/ethereum/Dockerfile ./ | ||
docker run -e CHAIN=ETHEREUM -e KAFKA_TRANSACTION_BATCH=1000 --net=host build/pump-eth | ||
docker build -t build/dump-eth -f ./dumps/ethereum/Dockerfile ./ | ||
docker run -e CHAIN=ETHEREUM --net=host build/dump-eth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.