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
Gaius c220a60464
feat: remove deploy without docker compose (#3672)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-11-26 20:52:54 +08:00
.github chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 (#3671) 2024-11-26 10:31:57 +08:00
api feat: add DefaultFilteredQueryParams for job (#3608) 2024-10-28 21:16:33 +08:00
build chore: update golang version to v1.23.0 (#3609) 2024-10-29 10:43:55 +08:00
client feat: implement delete persistent cache task in scheduler (#3619) 2024-10-29 22:24:18 +08:00
client-rs@10bab190a2 chore: update client submodule (#3661) 2024-11-22 23:20:06 +08:00
cmd feat: support set self-signed cert for service (#3568) 2024-10-11 23:42:34 +08:00
deploy feat: remove deploy without docker compose (#3672) 2024-11-26 20:52:54 +08:00
docs docs: add security audit report (#2729) 2023-09-15 14:44:41 +08:00
hack chore: update golang version to v1.23.0 (#3609) 2024-10-29 10:43:55 +08:00
internal feat: add rate limit for job open api by cluster (#3638) 2024-11-08 15:18:07 +08:00
manager chore: update console submodule (#3641) 2024-11-11 13:55:42 +08:00
pkg feat: support CRC-32-Castagnoli algorithm (#3664) 2024-11-26 10:29:00 +08:00
scheduler feat: optimize api for shceduling (#3660) 2024-11-22 20:58:15 +08:00
test chore: update golang version to v1.23.0 (#3609) 2024-10-29 10:43:55 +08:00
version chore: release v2.1.0 (#2597) 2023-08-04 14:52:53 +08:00
.gitignore chore: change gitignore for vendor (#3225) 2024-04-23 17:08:53 +08:00
.gitmodules chore: add client-rs submodule to main (#3114) 2024-03-12 21:18:42 +08:00
.golangci.yml feat: manager add advertiseIP (#1695) 2023-06-28 17:33:57 +08:00
.goreleaser.yml Revert "chore: generate SBOM for release artifacts" (#3586) 2024-10-17 22:01:59 +08:00
.markdownlint.yml docs: add metrics document (#1075) 2023-06-28 17:32:57 +08:00
ADOPTERS.md docs: add iQIYI to ADOPTERS.md (#3248) 2024-05-07 12:41:48 +08:00
CHANGELOG.md chore: fix typo (#3435) 2024-08-15 17:19:22 +08:00
CODE_OF_CONDUCT.md docs: add slack and google groups (#1203) 2023-06-28 17:33:09 +08:00
CONTRIBUTING.md Update CONTRIBUTING.md (#2836) 2023-10-30 17:32:54 +08:00
GOVERNANCE.md docs: add the responsibilities of contributor roles (#3345) 2024-06-26 23:14:59 +08:00
LICENSE Merge branch main-rc to branch main 2023-06-28 17:20:20 +08:00
MAINTAINERS.md chore: add yyzai384 to maintainers (#3018) 2024-01-12 12:01:03 +08:00
Makefile feat: remove trainer and model 2024-08-27 14:03:04 +08:00
OWNERS.md chore: add yyzai384 to maintainers (#3018) 2024-01-12 12:01:03 +08:00
README.md docs: fixed the badge uri of the OpenSSF Scorecard (#3520) 2024-09-19 14:26:46 +08:00
SECURITY.md docs: add slack and google groups (#1203) 2023-06-28 17:33:09 +08:00
codecov.yml chore: update go version to v1.22.4 (#3580) 2024-10-15 15:40:46 +08:00
go.mod chore(deps): bump github.com/bits-and-blooms/bitset from 1.13.0 to 1.16.0 (#3667) 2024-11-26 10:30:38 +08:00
go.sum chore(deps): bump github.com/bits-and-blooms/bitset from 1.13.0 to 1.16.0 (#3667) 2024-11-26 10:30:38 +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 OpenSSF Scorecard 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.