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
tan ding bc4611241f
Fix s3 commonPrefix initial issue. (#2732)
fix: fix s3 commonPrefix initial issue.

Signed-off-by: XDTD <1355582364@qq.com>
2023-09-19 10:33:36 +08:00
.github docs: add security audit report (#2729) 2023-09-15 14:44:41 +08:00
api feat: peer information is changed from being stored in metrics to being stored in mysql (#2654) 2023-08-22 10:38:27 +08:00
build feat: add network timout to yarn install (#2723) 2023-09-12 19:46:15 +08:00
client test: add unit test for Convert (#2725) 2023-09-13 11:32:08 +08:00
cmd fix: directories created via os.MkdirAll are not checked for permissions (#2613) 2023-08-09 13:52:26 +08:00
deploy chore: update helm charts verison to 1.1.6 (#2726) 2023-09-13 16:38:03 +08:00
docs docs: add security audit report (#2729) 2023-09-15 14:44:41 +08:00
hack feat: add network timout to yarn install (#2723) 2023-09-12 19:46:15 +08:00
internal test: add unit test for MarshalResponse (#2683) 2023-08-29 23:27:47 +08:00
manager chore: update console verison to v1.0.12 (#2730) 2023-09-15 17:21:25 +08:00
pkg Fix s3 commonPrefix initial issue. (#2732) 2023-09-19 10:33:36 +08:00
scheduler fix: if network topology is nil, LeaveHost panic in scheduler (#2727) 2023-09-14 21:26:22 +08:00
test Revert "feat: replace fmt.Sprintf with net.JoinHostPort" (#2649) 2023-08-17 17:21:50 +08:00
trainer feat: peer announces scheduler cluster id to scheduler (#2652) 2023-08-21 22:00:05 +08:00
version chore: release v2.1.0 (#2597) 2023-08-04 14:52:53 +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 fix: remove archives.rlcp in .goreleaser.yaml refer to https://gorele… (#2573) 2023-07-25 21:39:53 +08:00
.markdownlint.yml docs: add metrics document (#1075) 2023-06-28 17:32:57 +08:00
ADOPTERS.md docs: remove china mobile in ADOPTERS.md (#2690) 2023-08-31 11:32:21 +08:00
CHANGELOG.md chore: release v2.1.0 (#2597) 2023-08-04 14:52:53 +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
GOVERNANCE.md docs: add GOVERNANCE.md to dragonfly project (#2669) 2023-08-24 15:12:46 +08:00
LICENSE Merge branch main-rc to branch main 2023-06-28 17:20:20 +08:00
MAINTAINERS.md chore: maintainer in alphabetical order of the company (#2687) 2023-08-30 14:37:50 +08:00
Makefile chore: release v2.1.0 (#2597) 2023-08-04 14:52:53 +08:00
OWNERS.md chore: maintainer in alphabetical order of the company (#2687) 2023-08-30 14:37:50 +08:00
README.md docs: add security audit report (#2729) 2023-09-15 14:44:41 +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/aws/aws-sdk-go from 1.45.2 to 1.45.6 (#2719) 2023-09-12 12:11:46 +08:00
go.sum chore(deps): bump github.com/aws/aws-sdk-go from 1.45.2 to 1.45.6 (#2719) 2023-09-12 12:11:46 +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.

Security

Security Audit

A third party security audit was performed by Trail of Bits, you can see the full report here.

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.