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

Create a python client from rust client #5

Open
killme2008 opened this issue Jun 13, 2023 · 5 comments
Open

Create a python client from rust client #5

killme2008 opened this issue Jun 13, 2023 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@killme2008
Copy link

No description provided.

@killme2008 killme2008 added the help wanted Extra attention is needed label Jun 13, 2023
@francis-du
Copy link

francis-du commented Jun 30, 2023

I have do some work with datafusion's python client and I think it should help, any plans here? I want to join.

@MichaelScofield
Copy link

@francis-du welcome! Currently this rust client has only writes ability. For reads, we are using Arrow Flight to get data.

You can check out this "how-to" docs first.

Our python client repo is here.

@francis-du
Copy link

@francis-du welcome! Currently this rust client has only writes ability. For reads, we are using Arrow Flight to get data.

You can check out this "how-to" docs first.

Our python client repo is here.

Is Arrow Flight API unimplemented in the Rust client? Do we need to implement it for the Rust client first?

@MichaelScofield
Copy link

@francis-du right now the Arrow Flight get is implemented in the client embedded in GreptimeDB. Does not extract the related codes to this standalone rust client (it's in the todo list, though). I think we can impl it in py client first.

@francis-du
Copy link

@francis-du right now the Arrow Flight get is implemented in the client embedded in GreptimeDB. Does not extract the related codes to this standalone rust client (it's in the todo list, though). I think we can impl it in py client first.

OK. I got it. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants