Extracts data from Augur Prediction Marketplace (http://augur.net) and stores it in an SQL database.
- Latest golang
crypto
package containingNewLegacyKeccak256
function - Latest Ethereum
go-ethereum
package with Tuple ABI Unpack function (v1.9.13) - PostgreSQL libpq package
./auto-build.sh
This will download all the dependencies and try to build everything
There are 3 executables to run:
- etl
- server
- mesh
cd etl/mesh
. config/dev-config.env
./mesh
cd etl
. config/dev-config.env
./run.sh
cd server
. config/dev-config.env
./run.sh
Once all the 3 programs run, the error logs will be in /var/tmp
psql [dbname] < etl/sql/tables.sql
cat etl/sql/tables.sql