paleolimbot commented on issue #94:
URL: https://github.com/apache/arrow-nanoarrow/issues/94#issuecomment-1384788521

   Oh I see! You're looking for an ArrowArrayStream producer from Postgres on 
the server side? You're very right that ADBC is client-side.
   
   I'd say that nanoarrow is aiming to be a project that something like 
Postgres (or some connector) could vendor such that it could use the Arrow C 
Data interface and C Stream interface in an ABI of some sort. There will be an 
IPC producer to use as a wire protocol if that's of interest...I think there is 
some work being done there with FlightSQL (which is basically what you're 
describing but using Arrow C++ as the Arrow implementation).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to