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

Support mysql kv-based operation in opendal #3124

Closed
Zheaoli opened this issue Sep 18, 2023 · 5 comments
Closed

Support mysql kv-based operation in opendal #3124

Zheaoli opened this issue Sep 18, 2023 · 5 comments
Assignees

Comments

@Zheaoli
Copy link
Member

Zheaoli commented Sep 18, 2023

After #2815, we can support the most popular relational database by using kv_adapter like MySQL, and SQLite. It would be great to support the KV map storage in the database. the people always use the db as a storage with some simple data structure.

@laipz8200
Copy link
Contributor

I believe it would be highly advantageous to incorporate support for MySQL, while SQLite could potentially be replaced with file system or memory-based solutions, as it appears that these two alternatives are already available.

But it doesn't mean we can't do that :xD

@Xuanwo
Copy link
Member

Xuanwo commented Sep 19, 2023

I created #2815 as a fun project, never expecting that anyone would actually use this feature. It's incredible!

I'm fine with those two additions and would be willing to help review the PRs.

@Zheaoli
Copy link
Member Author

Zheaoli commented Sep 19, 2023

@Xuanwo plz assign this issue to me

@suyanhanx
Copy link
Member

@Xuanwo plz assign this issue to me

Have fun!

@Xuanwo Xuanwo changed the title Support mysql/sqlite3 kv-based operation in opendal Support mysql kv-based operation in opendal Sep 19, 2023
@dqhl76
Copy link
Member

dqhl76 commented Sep 25, 2023

resolved by #3170

@dqhl76 dqhl76 closed this as completed Sep 25, 2023
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

No branches or pull requests

5 participants