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: Add FoundationDB Support for OpenDAL #2751

Merged
merged 1 commit into from Aug 4, 2023

Conversation

ArmandoZ
Copy link
Contributor

@ArmandoZ ArmandoZ commented Aug 1, 2023

Add FoundationDB Support (write, read) for OpenDAL, related issue: #2650

For testing:

  • Install FoundationDB locally
  • Run cargo test foundationdb --features services-foundationdb -j=1

Issue to be discussed: Instead of passing in parameters like data_dir, foundationdb API only takes path of configuration file for config (API Doc). Current implementation in this PR only uses default configuration path - I'm not sure whether to make the path configurable (user can pass in different configuration paths), or let user modify the default configuration file before using.

.env.example Show resolved Hide resolved
core/Cargo.toml Outdated Show resolved Hide resolved
core/src/services/foundationdb/backend.rs Outdated Show resolved Hide resolved
core/src/services/foundationdb/backend.rs Show resolved Hide resolved
core/src/services/foundationdb/backend.rs Outdated Show resolved Hide resolved
@ArmandoZ ArmandoZ force-pushed the add_foundationdb branch 8 times, most recently from 0a973da to 8501b2c Compare August 4, 2023 05:08
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 for you effort!

Copy link
Member

@suyanhanx suyanhanx left a comment

Choose a reason for hiding this comment

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

Thanks for your great work!

@Xuanwo Xuanwo merged commit 77b8fd3 into apache:main Aug 4, 2023
86 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.

None yet

3 participants