apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
13.89k stars 3.38k forks source link

[Docs] Should we document external users of the C interface? #30160

Open asfimport opened 2 years ago

asfimport commented 2 years ago

For example, DuckDB now surfaces data interchange with the C data interface: should we list that that's possible?

I imagine this would either go in the C Data interface section of https://arrow.apache.org/docs/status.html

Or possibly on / in a similar page to https://arrow.apache.org/powered_by/

Reporter: Jonathan Keane / @jonkeane

Note: This issue was originally created as ARROW-14614. Please see the migration documentation for further details.

asfimport commented 2 years ago

Antoine Pitrou / @pitrou: We could have a separate page in the docs listing third-party implementations of the Arrow format. The fact that some use the C data interface is only one aspect.