Dragonfly is an open source P2P-based file distribution and image acceleration system. It is hosted by the Cloud Native Computing Foundation (CNCF) as an Incubating Level Project.
Manager will send sync peers job to scheduler by MQ(Redis). There is too much data(peers' host), so mysql is needed to store peers' host info instead of creating a sync peers job every time.
Manager console should display peers' host info, it needs to query information from mysql.
When is sync peers triggered?
Triggers every 12 hours by default and the interval is configurable.
For forced triggering, the manager needs to provide a REST API for forced triggering.
Feature request:
Manager will send sync peers job to scheduler by MQ(Redis). There is too much data(peers' host), so mysql is needed to store peers' host info instead of creating a sync peers job every time.
Manager console should display peers' host info, it needs to query information from mysql.
When is sync peers triggered?
Related files:
Use case:
UI Example: