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
dependabot[bot] d9fb24c825
chore(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (#3149)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.31.1 to 1.32.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.31.1...v1.32.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-28 10:28:23 +08:00
.github chore: rename test actions (#3133) 2024-03-18 16:06:01 +08:00
api feat: remove concurrent_piece_count in scheduler (#2942) 2023-12-12 16:39:16 +08:00
build chore: grpc_health_probe supports different architectures in dockerfile (#2966) 2023-12-22 11:22:19 +08:00
client chore: optimize log (#3151) 2024-03-28 10:26:34 +08:00
client-rs@cc8032aea2 chore: update client-rs version (#3131) 2024-03-15 18:59:53 +08:00
cmd fix: scheduler storage buffer size limit (#3142) 2024-03-22 14:58:30 +08:00
deploy chore: update helm charts submodule (#3061) 2024-02-01 22:22:34 +08:00
docs docs: add security audit report (#2729) 2023-09-15 14:44:41 +08:00
hack fix: make e2e-test (#3143) 2024-03-22 14:25:28 +08:00
internal feat: make log rotation settings configurable (#3085) 2024-02-28 16:36:43 +08:00
manager chore: update console verison to v1.0.24 (#3106) 2024-03-08 16:14:56 +08:00
pkg feat: make log rotation settings configurable (#3085) 2024-02-28 16:36:43 +08:00
scheduler chore: optimize log (#3151) 2024-03-28 10:26:34 +08:00
test feat: storage write buffer size (#3127) 2024-03-15 17:51:10 +08:00
trainer feat: make log rotation settings configurable (#3085) 2024-02-28 16:36:43 +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 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 chore: add draft in goreleaser (#2981) 2023-12-28 10:51:16 +08:00
.markdownlint.yml docs: add metrics document (#1075) 2023-06-28 17:32:57 +08:00
ADOPTERS.md fix: change "ASK" to "ACK" in adopters.md (#2960) 2023-12-19 20:45:01 +08:00
CHANGELOG.md Update CHANGELOG.md (#2913) 2023-12-04 16:12:42 +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 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: add yyzai384 to maintainers (#3018) 2024-01-12 12:01:03 +08:00
Makefile Update Makefile (#2828) 2023-10-26 10:50:19 +08:00
OWNERS.md chore: add yyzai384 to maintainers (#3018) 2024-01-12 12:01:03 +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/onsi/gomega from 1.31.1 to 1.32.0 (#3149) 2024-03-28 10:28:23 +08:00
go.sum chore(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (#3149) 2024-03-28 10:28:23 +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.