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.
Go to file
dlut_xz aa95dfe52d
feat: add pieces element in download record (#2531)
Signed-off-by: XZ <834756128@qq.com>
2023-07-12 10:35:20 +08:00
.github chore: build trainer binary and publish trainer docker image (#2487) 2023-06-28 17:35:00 +08:00
api feat: add update model rest api (#2530) 2023-07-10 18:19:14 +08:00
build chore: add trainer to Makefile and shell (#2488) 2023-06-28 17:35:00 +08:00
client fix: also add ca to RootCAs (#2516) 2023-07-06 17:28:16 +08:00
cmd refactor: trainer server module (#2486) 2023-06-28 17:35:00 +08:00
deploy fix: scheduler.template.yaml comments (#2526) 2023-07-07 18:31:04 +08:00
docs chore: change dingtalk-group qrcode (#2267) 2023-06-28 17:34:45 +08:00
hack chore: add trainer to Makefile and shell (#2488) 2023-06-28 17:35:00 +08:00
internal refactor: trainer server module (#2486) 2023-06-28 17:35:00 +08:00
manager test: add unit test for model and digest (#2538) 2023-07-11 16:14:04 +08:00
pkg test: add unit test for model and digest (#2538) 2023-07-11 16:14:04 +08:00
scheduler feat: add pieces element in download record (#2531) 2023-07-12 10:35:20 +08:00
test fix: e2e test dfget recursive (#2458) 2023-06-28 17:34:57 +08:00
trainer feat: add pieces element in download record (#2531) 2023-07-12 10:35:20 +08:00
version chore: release v2.0.9 and generate changelog (#2181) 2023-06-28 17:34:38 +08:00
.gitignore chore: ignore configs generate with docker compose (#2034) 2023-06-28 17:34:27 +08:00
.gitmodules feat: add console submodule (#549) 2023-06-28 17:31:36 +08:00
.golangci.yml feat: manager add advertiseIP (#1695) 2023-06-28 17:33:57 +08:00
.goreleaser.yml chore: build trainer binary and publish trainer docker image (#2487) 2023-06-28 17:35:00 +08:00
.markdownlint.yml docs: add metrics document (#1075) 2023-06-28 17:32:57 +08:00
ADOPTERS.md docs: add Volcano Engine to ADOPTERS.md (#2169) 2023-06-28 17:34:37 +08:00
CHANGELOG.md misspelling (#2351) 2023-06-28 17:34:50 +08:00
CODE_OF_CONDUCT.md docs: add slack and google groups (#1203) 2023-06-28 17:33:09 +08:00
CONTRIBUTING.md docs: readme add seed peer (#1349) 2023-06-28 17:33:24 +08:00
LICENSE Merge branch main-rc to branch main 2023-06-28 17:20:20 +08:00
MAINTAINERS.md chore: add fcgxz2003 to maintainer (#2522) 2023-07-06 17:28:46 +08:00
Makefile chore: add trainer to Makefile and shell (#2488) 2023-06-28 17:35:00 +08:00
README.md chore: update dingtalk group qrcode (#2262) 2023-06-28 17:34:45 +08:00
SECURITY.md docs: add slack and google groups (#1203) 2023-06-28 17:33:09 +08:00
codecov.yml feat: change default value of dynconfig cache (#2203) 2023-06-28 17:34:40 +08:00
go.mod chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 (#2535) 2023-07-11 10:34:31 +08:00
go.sum chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 (#2535) 2023-07-11 10:34:31 +08:00

README.md

Dragonfly

alt

GitHub release Artifact Hub CI Coverage Go Report Card Open Source Helpers TODOs Discussions Twitter GoDoc OpenSSF Best Practices LICENSE

Provide efficient, stable and secure file distribution and image acceleration based on p2p technology to be the best practice and standard solution in cloud native architectures.

Introduction

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. Its goal is to tackle all distribution problems in cloud native architectures. Currently Dragonfly focuses on being:

  • Simple: Well-defined user-facing API (HTTP), non-invasive to all container engines;
  • Efficient: Seed peer support, P2P based file distribution to save enterprise bandwidth;
  • Intelligent: Host-level speed limit, intelligent flow control due to host detection;
  • Secure: Block transmission encryption, HTTPS connection support.

Architecture

alt

Manager: Maintain the relationship between each P2P cluster, dynamic configuration management and RBAC. It also includes a front-end console, which is convenient for users to visually operate the cluster.

Scheduler: Select the optimal download parent peer for the download peer. Exceptions control Dfdaemon's back-to-source.

Seed Peer: Dfdaemon turns on the Seed Peer mode can be used as a back-to-source download peer in a P2P cluster, which is the root peer for download in the entire cluster.

Peer: Deploy with dfdaemon, based on the C/S architecture, it provides the dfget command download tool, and the dfget daemon running daemon to provide task download capabilities.

Documentation

You can find the full documentation on the d7y.io.

Community

Join the conversation and help the community.

Contributing

You should check out our CONTRIBUTING and develop the project together.

Code of Conduct

Please refer to our Code of Conduct.