Skip to content

Commit

Permalink
Update README.md to include new components
Browse files Browse the repository at this point in the history
Change-Id: I5ead35580e11f679f3b499f21e7633aa0d8e0717
  • Loading branch information
wesm committed Mar 31, 2018
1 parent 3f72d14 commit 3975de5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ Major components of the project include:

- [The Arrow Columnar In-Memory Format](https://github.com/apache/arrow/tree/master/format)
- [C++ libraries](https://github.com/apache/arrow/tree/master/cpp)
- [Plasma Object Store](https://github.com/apache/arrow/tree/master/cpp/src/plasma): a
shared-memory blob store, part of the C++ codebase
- [C bindings using GLib](https://github.com/apache/arrow/tree/master/c_glib)
- [Go libraries](https://github.com/apache/arrow/tree/master/go)
- [Java libraries](https://github.com/apache/arrow/tree/master/java)
- [JavaScript libraries](https://github.com/apache/arrow/tree/master/js)
- [Plasma Object Store](https://github.com/apache/arrow/tree/master/cpp/src/plasma): a
shared-memory blob store, part of the C++ codebase
- [Python bindings to C++](https://github.com/apache/arrow/tree/master/python)
- [Rust libraries](https://github.com/apache/arrow/tree/master/rust)

Arrow is an [Apache Software Foundation](https://www.apache.org) project. Learn more at
[arrow.apache.org](https://arrow.apache.org).
Expand Down

0 comments on commit 3975de5

Please sign in to comment.