test-waku-query/docker
Ivan Folgueira Bande 209913ed4f
Update waku-store-request-maker image
The latest image, 1b7c16, introduces the following:

    Passing peers as a list and using pubsubTopic & contentTopic params

    This commit represents changes on how the parameters are handled.
    There are many automatic/formatic changes made by the IDE.
    The major changes are:
    - The user can pass a comma-separated list of peers
    (peer-store-sqlite-addr-list and peer-store-postgres-addr-list.)
- The pubsubTopic and contentTopic, which are part of the Store
request,
    can be passed as a parameters as well.
2023-11-28 11:21:47 +01:00
..
imgs adding a Docker compose option that allows to compare postgres & sqlite metrics 2023-08-24 19:25:29 +02:00
jmeter Moving jmeter related files to a jmeter folder 2023-11-07 12:57:20 +01:00
monitoring Connecting nodes with bootstrap node and adding go-waku store clients 2023-10-23 22:43:21 +02:00
postgres_cfg postgres.conf for 2GB RAM and 1 core 2023-10-23 22:43:21 +02:00
README.md adding a Docker compose option that allows to compare postgres & sqlite metrics 2023-08-24 19:25:29 +02:00
docker-compose-manual-binaries.yml Update waku-store-request-maker image 2023-11-28 11:21:47 +01:00
msg_publisher.sh docker/msg_publisher.sh: setting a more realisting message size 2023-10-15 20:28:11 +02:00
run_bootstrap.sh Setting a similar topology to status.test fleet 2023-11-27 15:41:30 +01:00
run_database_hammer.sh Setting a similar topology to status.test fleet 2023-11-27 15:41:30 +01:00
run_nwaku_store_postgres_ubuntu.sh Giving more trials when trying to connect to the bootstrap node 2023-11-27 18:49:27 +01:00
run_nwaku_store_sqlite_ubuntu.sh Giving more trials when trying to connect to the bootstrap node 2023-11-27 18:49:27 +01:00
run_waku_store_query_maker.sh Giving more trials when trying to connect to the bootstrap node 2023-11-27 18:49:27 +01:00
run_wakupublisher.sh Giving more trials when trying to connect to the bootstrap node 2023-11-27 18:49:27 +01:00

README.md

Summary

The docker compose starts two nwaku nodes with the Store protocol mounted but one is connected to SQLite and the other to Postgres. The performance can be compared through grafana.

Details

The two nodes are interconnected.

Grafana dashboard helps to compare performance

Comparing performance

Within the docker compose we define another entities that make the nwaku nodes to send messages between them, and therefore, each received message is stored. On the other hand, another container(s) perform Store requests.