Skip to content

Commit

Permalink
ARROW-2132: Add link to Plasma in main README
Browse files Browse the repository at this point in the history
Author: Wes McKinney <wes.mckinney@twosigma.com>

Closes #1636 from wesm/ARROW-2132 and squashes the following commits:

dbbef5d [Wes McKinney] Add link to Plasma in main README, tweak language
  • Loading branch information
wesm committed Feb 22, 2018
1 parent 5f10067 commit cdc347c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
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

0 comments on commit cdc347c

Please sign in to comment.