docs: update readme system features (#1359)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2022-06-02 13:44:20 +08:00
parent 5de118bce2
commit cce9f405d3
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
1 changed files with 8 additions and 13 deletions

View File

@ -36,22 +36,17 @@ Currently Dragonfly focuses on being:
![alt][arch] ![alt][arch]
**Manager:** Used to manage the dynamic configuration that **Manager:** Maintain the relationship between each P2P cluster, dynamic configuration management and RBAC.
each module depends on, and provide keepalive and metrics features. It also includes a front-end console, which is convenient for users to visually operate the cluster.
It can be deployed using manager module.
**Scheduler:** The tracker and scheduler in the P2P **Scheduler:** Select the optimal download parent peer for the download peer. Exceptions control Dfdaemon's back-to-source.
network that chooses appropriate downloading net-path for each peer.
It can be deployed using scheduler module.
**Seed Peer:** A seed peer server that caches downloaded data **Seed Peer**: Dfdaemon turns on the Seed Peer mode can be used as
from source. It can be deployed using dfdaemon or cdn module and a back-to-source download peer in a P2P cluster,
is recommended to provide quality networking and storage. which is the root peer for download in the entire cluster.
**Peer:** A peer server can download resources from other peers, **Peer**: Deploy with dfdaemon, based on the C/S architecture, it provides the `dfget` command download tool,
and can also share resources with other peers. It can be deployed using dfdaemon module. and the `dfget daemon` running daemon to provide task download capabilities.
Dfdaemon provides a proxy to allow client traffic such as containerd/CRI-O to use the P2P network,
and also provides dfget download command tool, which is similar to wget.
## Documentation ## Documentation