This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new e50a8ec ARROW-2206: [JS] Document Perspective project
e50a8ec is described below
commit e50a8ec432625656c7c2158228c878ba5fb94568
Author: lmeyerov <[email protected]>
AuthorDate: Mon Feb 26 17:05:25 2018 -0500
ARROW-2206: [JS] Document Perspective project
See https://issues.apache.org/jira/browse/ARROW-2206
+ https://github.com/deepankarsharma
Author: lmeyerov <[email protected]>
Closes #1652 from lmeyerov/patch-2 and squashes the following commits:
904e1725 <lmeyerov> fix(reduce perspective description)
91291a09 <lmeyerov> fix(Perspective description)
b8ef13ec <lmeyerov> fix(missing colon)
80a46306 <lmeyerov> Document Perspective project (main site)
cc938c1a <lmeyerov> ARROW-2206 - Document Perspective project
---
js/README.md | 1 +
site/powered_by.md | 2 ++
2 files changed, 3 insertions(+)
diff --git a/js/README.md b/js/README.md
index a34664b..2126c39 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 73850ca..8b407f2 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
--
To stop receiving notification emails like this one, please contact
[email protected].