observablehq / feedback

Customer submitted bugs and feature requests
42 stars 3 forks source link

Support Apache Arrow in DataBaseClient Specification #450

Open domoritz opened 2 years ago

domoritz commented 2 years ago

https://observablehq.com/@observablehq/database-client-specification should support Apache Arrow tables. Arrow tables can be streaming so it would be a perfect fit for the format.

ananya-roy commented 2 years ago

352

domoritz commented 2 years ago

Thank you for adding the link to #352. This request is similar but not the same. It's to support Arrow in the specification and not just the implementation. I imagine the specification could say something like "A function MAY return an Arrow Table instead of an array of objects."

ananya-roy commented 2 years ago

Thanks for clarifying