Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/source/implementations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,35 @@ designed to help produce and consume Arrow data.
- `nanoarrow Docs <https://arrow.apache.org/nanoarrow>`_ :fa:`external-link-alt`
- `nanoarrow Source <http://github.com/apache/arrow-nanoarrow>`_

Third-party Implementations
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think as per comments in the issue, nanoarrow can be moved under the list for Official Implementations, cc @paleolimbot (in case you might suggest some changes in the text)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to do it here, but maybe above:

   * - C (GLib)
     - :doc:`C GLib Docs<c_glib/index>`
   * - C (Native) (or: Minimal?)
     - `nanoarrow Docs <https://arrow.apache.org/nanoarrow>`_ :fa:`external-link-alt`
     - `nanoarrow Source <http://github.com/apache/arrow-nanoarrow>`_

...and removing the nanoarrow-specific section?

============================

The following open-source projects provide additional implementations of Apache Arrow:

.. list-table::
:header-rows: 1

* - Project
- Language
- Description
- Docs
- Source
* - cuDF
- Python/C++/CUDA
- GPU DataFrames with Apache Arrow compatibility
- `cuDF Docs <https://docs.rapids.ai/api/cudf/stable/>`_ :fa:`external-link-alt`
- `cuDF Source <https://github.com/rapidsai/cudf>`_ :fa:`external-link-alt`
* - Sparrow
- C++
- C++20 implementation of Apache Arrow
- `Sparrow Docs <https://github.com/man-group/sparrow>`_ :fa:`external-link-alt`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `Sparrow Docs <https://github.com/man-group/sparrow>`_ :fa:`external-link-alt`
- `Sparrow Docs <https://man-group.github.io/sparrow/index.html>`_ :fa:`external-link-alt`

- `Sparrow Source <https://github.com/man-group/sparrow>`_ :fa:`external-link-alt`
* - arro3
- Python
- Python library for Apache Arrow using WebAssembly
- `arro3 Docs <https://github.com/kylebarron/arro3>`_ :fa:`external-link-alt`
- `arro3 Source <https://github.com/kylebarron/arro3>`_ :fa:`external-link-alt`
Comment on lines +113 to +115
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Python library for Apache Arrow using WebAssembly
- `arro3 Docs <https://github.com/kylebarron/arro3>`_ :fa:`external-link-alt`
- `arro3 Source <https://github.com/kylebarron/arro3>`_ :fa:`external-link-alt`
- Python library for Apache Arrow using arrow-rs
- `arro3 Docs <https://github.com/kylebarron/arro3>`_ :fa:`external-link-alt`
- `arro3 Source <https://github.com/kylebarron/arro3>`_ :fa:`external-link-alt`

@kylebarron Any suggestions on the wording here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest making the docs link point to https://kylebarron.dev/arro3/latest/, not github.

I'd probably also spell out as below. Not everyone might understand that arrow-rs is the name of the official rust implementation?

Python library for Apache Arrow binding to the [Arrow Rust implementation](https://github.com/apache/arrow-rs)


Implementation Status
=====================

Expand Down