Skip to content

Commit

Permalink
feat: change introduction
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao committed Feb 5, 2024
1 parent 261582f commit 8ca6723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/introduction.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
id: introduction
title: Introduction
description: Dragonfly is an file distribution and image acceleration based on p2p technology.
It is designed to increase the efficiency of large-scale data distribution and improve idle bandwidth usage of peer.
It is widely used in various domains such as image acceleration, file distribution,
AI model distribution, AI dataset distribution, etc.
description: Dragonfly is an file distribution and image acceleration based on p2p technology.It is designed to increase the efficiency of large-scale data distribution and improve idle bandwidth usage of peer. It is widely used in various domains such as image acceleration, file distribution, AI model distribution, AI dataset distribution, etc.
slug: /
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Dragonfly 是一款基于 P2P 技术的文件分发和镜像加速系统,它
## 架构

Dragonfly 架构主要分为四部分 Manager、Scheduler、Seed Peer 以及 Peer 各司其职组成 P2P 下载网络。
详细内容可以参考[架构文档](./concepts/terminology/architecture) 下面是各模块功能:
详细内容可以参考[架构文档](./concepts/terminology/architecture),下面是各模块功能:

- **Manager**:Manager 在多 P2P 集群部署的时候扮演管理者的角色。主要提供动态配置管理以及数据收集等功能。也包含了前端控制台,方便用户进行可视化操作集群。
- **Scheduler**:为当前下载节点寻找一组最优父节点。在适当时候触发 Seed Peer 进行回源下载或让 Peer 进行回源下载。
Expand Down

0 comments on commit 8ca6723

Please sign in to comment.