diff --git a/js/README.md b/js/README.md index a34664b2776..2126c394266 100644 --- a/js/README.md +++ b/js/README.md @@ -212,6 +212,7 @@ Full list of broader Apache Arrow [projects & organizations](https://github.com/ * [Apache Arrow](https://arrow.apache.org) -- Parent project for Powering Columnar In-Memory Analytics, including affiliated open source projects * [rxjs-mapd](https://github.com/graphistry/rxjs-mapd) -- A MapD Core node-driver that returns query results as Arrow columns +* [Perspective](https://github.com/jpmorganchase/perspective) -- Perspective is a streaming data visualization engine by J.P. Morgan for JavaScript for building real-time & user-configurable analytics entirely in the browser. ## Companies & Organizations diff --git a/site/powered_by.md b/site/powered_by.md index 73850cab3a0..8b407f26d64 100644 --- a/site/powered_by.md +++ b/site/powered_by.md @@ -91,6 +91,7 @@ short description of your use case. See the following for some examples. * **[pandas][12]:** data analysis toolkit for Python programmers. pandas supports reading and writing Parquet files using pyarrow. Several pandas core developers are also contributors to Apache Arrow. +* **[Perspective][23]:** Perspective is a streaming data visualization engine in JavaScript for building real-time & user-configurable analytics entirely in the browser. * **[Quilt Data][13]:** Quilt is a data package manager, designed to make managing data as easy as managing code. It supports Parquet format via pyarrow for data access. @@ -138,3 +139,4 @@ short description of your use case. See the following for some examples. [20]: https://github.com/johanpel/fletcher [21]: https://www.paradigm4.com [22]: https://github.com/Paradigm4/stream +[23]: https://github.com/jpmorganchase/perspective