Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Use plugin mechanism to extend more data storage #5105

Open
wjunLu opened this issue Aug 22, 2024 · 0 comments
Open

[feature] Use plugin mechanism to extend more data storage #5105

wjunLu opened this issue Aug 22, 2024 · 0 comments
Labels
kind/feature New feature or request
Milestone

Comments

@wjunLu
Copy link

wjunLu commented Aug 22, 2024

What would you like to be added:

I would like to extend the unsupported data storage backends as plugins.

Why is this needed:

To use those unsupported data storage backends, one has to invasively modify the source code. If the extended backends can be used as plugins, it will not only reduce the workload of maintaining the code, but also make it easier to spread these extensions everywhere.

For example, docker has many extended plugins, such as docker-buildx for old version to support multi-platform build. I think plugin mechanism for juicefs will also bring users a more flexible function extension.

@wjunLu wjunLu added the kind/feature New feature or request label Aug 22, 2024
@davies davies added this to the Release 1.3 milestone Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants