Skip to content
Closed
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
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,20 @@ set of technologies that enable big data systems to process and move data fast.
Major components of the project include:

- [The Arrow Columnar In-Memory Format](https://github.com/apache/arrow/tree/master/format)
- [C++ implementation](https://github.com/apache/arrow/tree/master/cpp)
- [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)
- [Java implementation](https://github.com/apache/arrow/tree/master/java)
- [JavaScript implementation](https://github.com/apache/arrow/tree/master/js)
- [Java libraries](https://github.com/apache/arrow/tree/master/java)
- [JavaScript libraries](https://github.com/apache/arrow/tree/master/js)
- [Python bindings to C++](https://github.com/apache/arrow/tree/master/python)

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

### What's in the Arrow libraries?

The reference Arrow implementations contain a number of distinct software
components:
The reference Arrow libraries contain a number of distinct software components:

- Columnar vector and table-like containers (similar to data frames) supporting
flat or nested types
Expand Down