2021-11-08 12:22:11 +01:00
2021-11-04 16:04:34 +01:00
2021-11-08 12:22:11 +01:00
2021-11-04 16:04:34 +01:00
2021-11-08 11:24:01 +01:00
2021-11-04 16:04:34 +01:00
2021-11-04 16:04:34 +01:00
2021-11-08 12:22:11 +01:00
2021-11-08 12:22:11 +01:00
2021-11-04 16:04:34 +01:00
2021-11-04 16:04:34 +01:00
2021-11-08 12:22:11 +01:00
2021-11-08 10:33:13 +01:00

telemetry

Dev setup

You need to setup a postgres db as such:

  1. Create a telemetry user with password newPassword
  2. Create a db telemetry
  3. 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
Opt-in message reliability metrics service
Readme
Languages
Go 94.2%
Shell 2.4%
Dockerfile 1.9%
Makefile 1.5%