Skip to content

Is there any plan to support reading from postgis via Arrow Flight SQL? #639

Answered by kylebarron
tumluliu asked this question in Q&A
Discussion options

You must be logged in to vote

The existing Postgis reader is not particularly efficient. My plan for the Postgis reader is to wait for the Rust ADBC driver to become more stable and then to use that for reading from Postgres, and just have a thin wrapper around that for parsing geometries.

I'm not intricately familiar with Arrow Flight and Flight SQL but I see them as pretty complex and out of scope for geoarrow-rs at the moment. It should be possible to use Arrow Flight yourself and convert an Arrow object to a geoarrow object with one or two lines of code

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tumluliu
Comment options

@kylebarron
Comment options

Answer selected by tumluliu
@tumluliu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants