mirror of
https://github.com/waku-org/telemetry.git
synced 2025-02-15 01:16:35 +00:00
telemetry
Dev setup
You need to setup a postgres db as such:
- Create a telemetry user with password newPassword
- Create a db telemetry
- Create a db telemetry_test
Then you can run the server with:
go run cmd/server/main.go -data-source-name postgres://telemetry:newPassword@127.0.0.1:5432/telemetry
Finally, to run the test:
make test
Description
Languages
Go
94.2%
Shell
2.4%
Dockerfile
1.9%
Makefile
1.5%