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

RFC-5444: Operator From Uri #5444

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

RFC-5444: Operator From Uri #5444

wants to merge 5 commits into from

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Dec 23, 2024

Which issue does this PR close?

Closes #5407

Rationale for this change

This RFC proposes adding URI-based configuration support to OpenDAL, allowing users to create operators directly from URIs. The proposal introduces a new from_uri API in both the Operator and Configurator traits, along with an OperatorRegistry to manage operator factories.

What changes are included in this PR?

New RFC

Are there any user-facing changes?

Signed-off-by: Xuanwo <[email protected]>
@Xuanwo Xuanwo changed the title rfc: Operator From Uri RFC-5444: Operator From Uri Dec 23, 2024
Signed-off-by: Xuanwo <[email protected]>
core/src/docs/rfcs/5444_operator_from_uri.md Outdated Show resolved Hide resolved
core/src/docs/rfcs/5444_operator_from_uri.md Show resolved Hide resolved
core/src/docs/rfcs/5444_operator_from_uri.md Show resolved Hide resolved
core/src/docs/rfcs/5444_operator_from_uri.md Show resolved Hide resolved
core/src/docs/rfcs/5444_operator_from_uri.md Show resolved Hide resolved
core/src/docs/rfcs/5444_operator_from_uri.md Outdated Show resolved Hide resolved
core/src/docs/rfcs/5444_operator_from_uri.md Outdated Show resolved Hide resolved
core/src/docs/rfcs/5444_operator_from_uri.md Outdated Show resolved Hide resolved
core/src/docs/rfcs/5444_operator_from_uri.md Outdated Show resolved Hide resolved
core/src/docs/rfcs/5444_operator_from_uri.md Show resolved Hide resolved
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support creating operator from URL
3 participants