-
Notifications
You must be signed in to change notification settings - Fork 510
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 AtomicServer Support for OpenDAL #2878
Conversation
658b48f
to
756cca4
Compare
426ae36
to
43e0bbc
Compare
43e0bbc
to
423da76
Compare
423da76
to
d7962f8
Compare
84496ef
to
fffbd60
Compare
Hi, based on #2635 (comment), @joepio suggest us to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM
6548f76
to
79c493d
Compare
Thanks for the suggestion. I renamed all occurrences to atomicServer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your work! Really great!
Add AtomicData Support (write, read) for OpenDAL, related issue: #2635
For testing:
atomic-server
in terminal and configure the agent infocargo test atomicdata --features services-atomicdata
in another tab under project root