dependabot[bot] 3e59a01d1b
chore(deps): bump github.com/jackc/pgx/v5 from 5.4.1 to 5.5.4
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.1 to 5.5.4.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.4.1...v5.5.4)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 19:55:17 +00:00
2024-05-09 16:33:15 -04:00
2024-05-31 15:24:18 -04:00
2024-05-28 16:15:23 -04:00
2024-05-20 10:10:28 -04:00
2024-05-20 10:10:28 -04:00
2024-05-20 10:10:28 -04:00

Storenode Message Counter

used to compare the number of Status messages across Status nodes to understand the potential discrepancies and odd behaviour of messages being inserted in the past in a given pubsub topic.

Development

You need to setup a postgres db as such:

  1. Create an user with a password
  2. Create a db
  3. Execute make build

Then you can run the program with

./build/storemsgcounter --storenode=some_multiaddress --storenode=some_multiaddress  --pubsub-topic=some_pubsubtopic --cluster-id=16 --db-url=postgres://user:password@127.0.0.1:5432/telemetry

A dockerfile is also available for ease of setup

docker build -t wakuorg/storenode-messages:latest .

docker run wakuorg/storenode-messages:latest --help
Description
No description provided
Readme
Languages
Go 98.1%
Dockerfile 1.2%
Makefile 0.7%