Gevulot Devnet Explorer
Build devnet-explorer by running:
mage go:build
See available configuration parameters:
./target/bin/devnet-explorer -h
Set configuration parameters to match your environment and run devnet-explorer:
LOG_LEVEL="debug" STATS_TTL="1s" ./target/bin/devnet-explorer
To use devnet-explorer against real database pass postgres DNS via DNS env variable.
Run mage go:run
and open UI at http://127.0.0.1:8383.
Devnet explorer can be executed without DB using mock data.
Run mage go:runWithMockDB
and open UI at http://127.0.0.1:8383.
Clone repository and execute mage
to get started.