Popularity
8.2
Growing
Activity
9.7
-
1,989
39
256

Programming language: Go
License: Apache License 2.0
Latest version: v2.0.8

Dragonfly alternatives and similar packages

Based on the "Distributed Systems" category.
Alternatively, view Dragonfly2 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Dragonfly or a related project?

Add another 'Distributed Systems' Package

README

Dragonfly

[alt][logo-linear]

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

Provide efficient, stable, secure, low-cost file and image distribution services to be the best practice and standard solution in cloud native architectures.

Introduction

Dragonfly is an open source P2P-based file and image distribution 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][arch]

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

Welcome developers to actively participate in community discussions and contribute code to Dragonfly. We will remain concerned about the issues discussed in the community and respond quickly.

<!-- markdownlint-disable --> <!-- markdownlint-restore -->

Contributing

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

Code of Conduct

Please refer to our [Code of Conduct][codeconduct].


*Note that all licence references and agreements mentioned in the Dragonfly README section above are relevant to that project's source code only.