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

Feature req: service/wrapper exposing results in arrow format over http #2046

Open
0xgeert opened this issue Dec 14, 2021 · 4 comments
Open
Labels
enhancement New feature or an improvement of an existing feature

Comments

@0xgeert
Copy link

0xgeert commented Dec 14, 2021

Perhaps this would be more a community project (if any exists, I'm all ears), but:

It would be great to have a service that wraps Polars and exposes querying-capability over http. Results would be send over the wire as Arrow Tables.

This would open up Polars functionality to other languages, which now have to make do with inferior solutions.

@yutiansut
Copy link

maybe something like a sql-parser to transform the String request to logicalplan or physical plan , and the to expose the query as a service

@austospumanto
Copy link

This seems related to Arrow Flight: https://arrow.apache.org/docs/format/Flight.html

@commandline-be
Copy link

This seems related to Arrow Flight: https://arrow.apache.org/docs/format/Flight.html

also curious how and if and when Polars will support Arrow-Flight

@stinodego stinodego added enhancement New feature or an improvement of an existing feature and removed feature labels Jul 14, 2023
@mkleinbort-ic
Copy link

Does polars support arrow flight?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

7 participants