Skip to content

Commit

Permalink
Feat: dragonfly-based Object Storage. (#4057)
Browse files Browse the repository at this point in the history
This PR aims to implement Dragonfly-based object storage in JuiceFS.

[Dragonfly](https://github.com/dragonflyoss/Dragonfly2) provides
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.
---------
Signed-off-by: XDTD <[email protected]>
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
XDTD authored Nov 22, 2023
1 parent 3d4ccb5 commit e242ca5
Show file tree
Hide file tree
Showing 4 changed files with 621 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ require (
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/dustin/go-humanize v1.0.1
github.com/erikdubbelboer/gspt v0.0.0-20210805194459-ce36a5128377
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a
github.com/go-sql-driver/mysql v1.7.1
github.com/goccy/go-json v0.10.2
github.com/gofrs/flock v0.8.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a h1:v6zMvHuY9yue4+QkG/HQ/W67wvtQmWJ4SDo9aK/GIno=
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a/go.mod h1:I79BieaU4fxrw4LMXby6q5OS9XnoR9UIKLOzDFjUmuw=
github.com/go-ini/ini v1.44.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
Expand Down
Loading

0 comments on commit e242ca5

Please sign in to comment.