nevi-me commented on issue #1323:
URL: https://github.com/apache/arrow-rs/issues/1323#issuecomment-1042297168


   > I'm primarily interested in making it possible for services/projects that 
can talk to PG to be able to talk to IOx, where IOx really means Datafusion. My 
approach has been to implement the PG wire protocol and then handoff a sub-set 
of supported PG behaviours to a backend over Flight (e.g., queries). Then 
translate responses (record batches) in PG responses.
   
   That's a great use-case, supporting the Postgres protocol makes sense as 
tools (esp BI) that support reading the protocol could treat IOx as a source, 
similar to CockroachDB and others.
   
   ___
   
   I've dumped my rough drafts of the code I mentioned here: 
https://github.com/nevi-me/datafusion-rdbms-ext. Nothing of decent quality, but 
could serve as motivation for someone who has the interest and bandwidth to 
make DataFusion > RDMBS happen


-- 
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