You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 asdocker-buildx
for old version to support multi-platform build. I think plugin mechanism forjuicefs
will also bring users a more flexible function extension.The text was updated successfully, but these errors were encountered: