Go to file
Alberto Soutullo ae5142f119
Message store check (#39)
* Add container for store message retrieval

* Add store analysis example

* Add method to check store messages

* Fix bug when using cursor
2024-09-08 19:57:20 +02:00
data_analysis Added analysis scripts 2023-12-04 19:22:02 +01:00
debug_image Add accelerated deployment publisher 2024-03-04 13:43:35 +00:00
deployment Message store check (#39) 2024-09-08 19:57:20 +02:00
src Message store check (#39) 2024-09-08 19:57:20 +02:00
.gitignore Initial Commit 2023-09-13 16:28:00 +02:00
README.md Added readme for plotter. 2024-03-14 15:17:55 +01:00
example_log_analysis.py Message store check (#39) 2024-09-08 19:57:20 +02:00
main.py Improved logging and error checking (#26) 2024-05-23 15:50:24 +02:00
requirements.txt Alberto/victoriametrics reliability (#35) 2024-08-14 14:34:37 +02:00
scrape.yaml Ignore columns option for plotting (#32) 2024-06-11 14:48:18 +02:00

README.md

Distributed deployer framework (Template name)

Python Version: 3.11.5

Yaml config:

Main objectives

  • Automatic deployment of any P2P utils
    • Deployment of 10k Gossipsub / Waku relay nodes
    • Bandwidth usage per node
    • Log data for analysis

Secondary objectives

  • Add QoS parameter support to the 10k tool
  • Run further Waku protocols:
    • Filter
    • Lightpush
    • Store
    • Peer exchange

Acknowledgment

Inspired in the Codex framework https://github.com/codex-storage/cs-codex-dist-tests

Original Authors: