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

feat: setup cloud filter integration #4779

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Conversation

ho-229
Copy link
Contributor

@ho-229 ho-229 commented Jun 20, 2024

No description provided.

- [`unftp-sbe-opendal`](unftp-sbe/README.md): Use OpenDAL as a backend to access data in various services with FTP protocol.

- [`cloudfilter_opendal`](cloudfilter/README.md): Use OpenDAL as a backend to access data in various services with CloudFilter.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like to provide a link to cloudfilter and provide some description about this crate?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't include Cargo.lock for integrations.


[package]
authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
description = "unftp Integration for Apache OpenDAL"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong description


use opendal::Operator;

pub trait SyncFilter {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This trait doesn't make sense. I prefer to leave an emptry lib.rs with hello world instead.

@ho-229
Copy link
Contributor Author

ho-229 commented Jun 22, 2024

Hello @Xuanwo, PTAL :)

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, a simple but good start.

@Xuanwo Xuanwo merged commit 1770aa2 into apache:main Jun 26, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants