Replies: 3 comments
-
Any thoughts .... ? |
Beta Was this translation helpful? Give feedback.
-
Hello @yesoreyeram, |
Beta Was this translation helpful? Give feedback.
-
Hello, @yesoreyeram, please see https://motherduck.com/blog/flight-sql-vs-rest-vs-jdbc/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
You can use https://github.com/apache/arrow-go to deal with arrow-format data.
It would be amazing if I can make my HTTP endpoint just return Arrow format data (IPC or pyarrow Table or whatever), and for the Infinity plugin to accept that, in addition to its current support of CSV and JSON.
This will save a bunch of time serializing (my app/web-server doing this to create CSV) & deserializing (infinity doing this to parse CSV/JSON).
Beta Was this translation helpful? Give feedback.
All reactions