-
Notifications
You must be signed in to change notification settings - Fork 533
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
OpenDAL Golang Binding #1472
Comments
What do you think about this example? |
Thank you for providing this example. This issue is currently blocked by missing a opendal-c lib. |
Hope to see it 👀. And if need, I can give a help. |
I'm a bit worried about how to release a go package. But we can start to make it work first! |
@Xuanwo By the way, my suggestion about the CGO or dlopen
|
How to build a rust project by cgo? (NOTE, opendal-c also requires
So the problem becomes how to release opendal-c itself (users maybe need to have opendal-c lib at local first) |
@Xuanwo Oh, so sad about the status😂 Maybe we should wait until we have something like |
Yes, they are what I'm worry about. But we can start our work first anyway~ |
I start a PR here for comments: #2488 |
work has been started at #3205 |
We know golang doesn't play well with C/CPP/Rust but we can do our best to build a golang binding.
We will build a golang lib that can:
We expect to see users use it like:
Tasks
The text was updated successfully, but these errors were encountered: