From cc938c1ad5322b4ca017e001a99ab5dc10c502e0 Mon Sep 17 00:00:00 2001 From: lmeyerov Date: Fri, 23 Feb 2018 08:34:23 -1000 Subject: [PATCH 1/5] [JS] ARROW-2206 - Document Perspective project See https://issues.apache.org/jira/browse/ARROW-2206 --- js/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/js/README.md b/js/README.md index a34664b2776..1f726ffec99 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) -- Spinning out of JP Morgan Chase, Perspective is a streaming data visualization engine for Javascript that makes it simple to build real-time & user configurable analytics entirely in the browser. ## Companies & Organizations From 80a46306dcc9ecf024e735bdd932873b17cf0986 Mon Sep 17 00:00:00 2001 From: lmeyerov Date: Fri, 23 Feb 2018 08:43:17 -1000 Subject: [PATCH 2/5] Document Perspective project (main site) --- site/powered_by.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/powered_by.md b/site/powered_by.md index 73850cab3a0..a0d310edbf9 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 for Javascript that makes it simple to build real-time & user configurable analytics entirely in the browser. It spun out of JP Morgan Chase. * **[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 From b8ef13eced6b29a15545abb0d07cc9cdbfce3904 Mon Sep 17 00:00:00 2001 From: lmeyerov Date: Fri, 23 Feb 2018 08:43:59 -1000 Subject: [PATCH 3/5] fix(missing colon) --- site/powered_by.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/powered_by.md b/site/powered_by.md index a0d310edbf9..3e3381856dd 100644 --- a/site/powered_by.md +++ b/site/powered_by.md @@ -91,7 +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 for Javascript that makes it simple to build real-time & user configurable analytics entirely in the browser. It spun out of JP Morgan Chase. +* **[Perspective][23]:** Perspective is a streaming data visualization engine for Javascript that makes it simple to build real-time & user configurable analytics entirely in the browser. It spun out of JP Morgan Chase. * **[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. From 91291a09094571bbbc9c4c0fb0c84cc6c5264365 Mon Sep 17 00:00:00 2001 From: lmeyerov Date: Sat, 24 Feb 2018 10:22:14 -1000 Subject: [PATCH 4/5] fix(Perspective description) remove superlatives --- js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/README.md b/js/README.md index 1f726ffec99..2126c394266 100644 --- a/js/README.md +++ b/js/README.md @@ -212,7 +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) -- Spinning out of JP Morgan Chase, Perspective is a streaming data visualization engine for Javascript that makes it simple to build real-time & user configurable analytics entirely in the browser. +* [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 From 904e1725b8978c4e4a4cf80ce0e47bed8e6e2811 Mon Sep 17 00:00:00 2001 From: lmeyerov Date: Sat, 24 Feb 2018 10:23:45 -1000 Subject: [PATCH 5/5] fix(reduce perspective description) --- site/powered_by.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/powered_by.md b/site/powered_by.md index 3e3381856dd..8b407f26d64 100644 --- a/site/powered_by.md +++ b/site/powered_by.md @@ -91,7 +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 for Javascript that makes it simple to build real-time & user configurable analytics entirely in the browser. It spun out of JP Morgan Chase. +* **[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.