<Recording>: Office Hours 21/3/2024
# general
j
Recording: Office Hours 21/3/2024
p
Hi @jay, thanks for sharing the recording. I would attend office hours live, but it’s quite late in the European time zone. Could you also share the Zoom password of the recording?
2
j
Oh whoops! Didn’t realize it was password protected.
9!D&3b#B
p
Thanks!
k
On the topic of DB connectivity. What about ADBC in addition of ConnectorX. It also supports writes, for which I am not sure if ConnectorX does? https://arrow.apache.org/adbc/current/index.html Here is how it is used in Polars: https://docs.pola.rs/user-guide/io/database/#engines
j
Yes ADBC is very cool. I think it’s a pretty new project though, and we haven’t yet looked as much into it. But I think it’s very promising as a high performance way of getting data from systems as arrow. Cc @Colin Ho for thoughts
👍 1
c
+1 to that, ADBC would be great for writes due to the arrow native support, will definitely look into it!
👍 1
k
New yes, but as everything around arrow it sure looks very promising...