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 8cf20efbb0
feat: support http protocol for otel exporter (#4142)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2025-06-19 11:04:28 +00:00
.github chore(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.0 (#4134) 2025-06-18 12:16:38 +08:00
api feat: add content for calculating task id when preheat file and handle task (#3994) 2025-04-24 15:49:32 +00:00
build feat(manager): optimizing tracing configuration (#4102) 2025-05-29 10:42:17 +08:00
client feat: support http protocol for otel exporter (#4142) 2025-06-19 11:04:28 +00:00
client-rs@d899d9982f chore(client-rs): bump client-rs to v0.2.34 (#4114) 2025-06-06 11:48:56 +08:00
cmd feat: support http protocol for otel exporter (#4142) 2025-06-19 11:04:28 +00:00
deploy chore: bump client to v0.2.23 (#4103) 2025-05-29 15:00:12 +08:00
docs docs: add security audit report (#2729) 2023-09-15 14:44:41 +08:00
hack feat(manager): optimizing tracing configuration (#4102) 2025-05-29 10:42:17 +08:00
internal feat: support get info of the preheating image (#4139) 2025-06-18 10:57:22 +00:00
manager feat: support http protocol for otel exporter (#4142) 2025-06-19 11:04:28 +00:00
pkg feat(manager): optimizing tracing configuration (#4102) 2025-05-29 10:42:17 +08:00
scheduler feat: support http protocol for otel exporter (#4142) 2025-06-19 11:04:28 +00:00
test feat(manager): optimizing tracing configuration (#4102) 2025-05-29 10:42:17 +08:00
version chore: update client version to 0.2.0 (#3735) 2024-12-31 12:18:06 +08:00
.gitignore feat(manager): optimizing tracing configuration (#4102) 2025-05-29 10:42:17 +08:00
.gitmodules chore: add client-rs submodule to main (#3114) 2024-03-12 21:18:42 +08:00
.golangci.yml refactor(lint): update golangci-lint to v2 and configure .golangci.yml (#3956) 2025-04-15 21:14:13 +08:00
.goreleaser.yml fix: replace builds with ids in config (#3943) 2025-04-11 00:09:43 +08:00
.markdownlint.yml docs: add metrics document (#1075) 2023-06-28 17:32:57 +08:00
ADOPTERS.md chore: rename repo from Dragonfly2 to dragonfly (#3715) 2024-12-20 17:21:53 +08:00
CHANGELOG.md feat: adds the audit middleware to records the system audit events (#3958) 2025-04-16 17:58:24 +08:00
CODE_OF_CONDUCT.md Consolidate community docs (#4087) 2025-05-23 15:59:40 +08:00
CONTRIBUTING.md Consolidate community docs (#4087) 2025-05-23 15:59:40 +08:00
GOVERNANCE.md Consolidate community docs (#4087) 2025-05-23 15:59:40 +08:00
LICENSE Merge branch main-rc to branch main 2023-06-28 17:20:20 +08:00
MAINTAINERS.md Add Chlins Zhang as maintainer (#4091) 2025-05-21 18:26:36 +08:00
Makefile feat(manager): optimizing tracing configuration (#4102) 2025-05-29 10:42:17 +08:00
OWNERS.md docs: Update OWNERS.md to reference emeritus_members.yaml for emeritus maintainers (#4128) 2025-06-13 18:48:40 +08:00
README.md chore(README.md): add maintainer google groups for communication channels and remove discussion group (#4093) 2025-05-23 16:03:58 +08:00
SECURITY.md Consolidate community docs (#4087) 2025-05-23 15:59:40 +08:00
codecov.yml feat: support get info of the preheating image (#4139) 2025-06-18 10:57:22 +00:00
go.mod feat: support http protocol for otel exporter (#4142) 2025-06-19 11:04:28 +00:00
go.sum feat: support http protocol for otel exporter (#4142) 2025-06-19 11:04:28 +00:00

README.md

Dragonfly

alt

GitHub release Artifact Hub OpenSSF Scorecard CI Go Report Card Discussions OpenSSF Best Practices Twitter 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.