Skip to content

Commit

Permalink
Add Swift to the overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 4, 2023
1 parent c3132f9 commit 2ce8616
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,27 @@ analytic database systems, data frame libraries, and more.
<div class="col-md-12">
<h3>Arrow Libraries</h3>
<p>
The Arrow project contains libraries that enable you to work with data in the Arrow columnar format in many languages. The <a href="{{ site.baseurl }}/docs/cpp/">C++</a>, <a href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>, <a href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{ site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl }}/docs/js/">JavaScript</a>, <a href="{{ site.baseurl }}/julia/">Julia</a>, and <a href="https://docs.rs/crate/arrow/">Rust</a> libraries
contain distinct implementations of the Arrow format. These libraries are <a href="{{ site.baseurl }}/docs/status.html">integration-tested</a> against each other to ensure their fidelity to the format. In addition, Arrow libraries for <a href="{{ site.baseurl }}/docs/c_glib/">C (Glib)</a>, <a href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>, <a href="{{ site.baseurl }}/docs/python/">Python</a>, <a href="{{ site.baseurl }}/docs/r/">R</a>, and <a href="https://github.com/apache/arrow/blob/main/ruby/README.md">Ruby</a> are built on top of the C++ library.
The Arrow project contains libraries that enable you to work with data
in the Arrow columnar format in many languages. The
<a href="{{ site.baseurl }}/docs/cpp/">C++</a>,
<a href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>,
<a href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>,
<a href="{{ site.baseurl }}/docs/java/">Java</a>,
<a href="{{ site.baseurl }}/docs/js/">JavaScript</a>,
<a href="{{ site.baseurl }}/julia/">Julia</a>,
<a href="https://docs.rs/crate/arrow/">Rust</a>,
and <a href="https://github.com/apache/arrow/blob/main/swift/README.md">Swift</a>
libraries contain distinct implementations of the Arrow format. These
libraries are
<a href="{{ site.baseurl }}/docs/status.html">integration-tested</a>
against each other to ensure their fidelity to the format. In addition,
Arrow libraries for
<a href="{{ site.baseurl }}/docs/c_glib/">C (GLib)</a>,
<a href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>,
<a href="{{ site.baseurl }}/docs/python/">Python</a>,
<a href="{{ site.baseurl }}/docs/r/">R</a>,
and <a href="https://github.com/apache/arrow/blob/main/ruby/README.md">Ruby</a>
are built on top of the C++ library.
</p>
<p>
These official libraries enable third-party projects to work with Arrow
Expand Down

0 comments on commit 2ce8616

Please sign in to comment.