You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/01/10 22:05:55 UTC

[arrow] branch master updated: ARROW-1978: [Website] Consolidate Powered By project list, add more visibly to front page

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 3e14e12  ARROW-1978: [Website] Consolidate Powered By project list, add more visibly to front page
3e14e12 is described below

commit 3e14e12427bf9b81b8c43e54c2def509c1ca75f0
Author: Wes McKinney <we...@twosigma.com>
AuthorDate: Wed Jan 10 17:05:47 2018 -0500

    ARROW-1978: [Website] Consolidate Powered By project list, add more visibly to front page
    
    There can be a fine line between what is an open source project and what is a company and what is a product or organization, so to keep things simple I have consolidated things into a single list without passing any judgments. I have also added a link to the Powered By page that is visible without digging into any menus on the front page
    
    Author: Wes McKinney <we...@twosigma.com>
    
    Closes #1465 from wesm/website-powered-by-simplify and squashes the following commits:
    
    7c43e0bd [Wes McKinney] Suggest adding to Powered By by pull request instead of e-mailing
    9a61eed0 [Wes McKinney] Consolidate Powered By project list, add more visibly to front page
---
 site/index.html    |  4 ++++
 site/powered_by.md | 45 ++++++++++++++++++---------------------------
 2 files changed, 22 insertions(+), 27 deletions(-)

diff --git a/site/index.html b/site/index.html
index ffa8d54..87995cb 100644
--- a/site/index.html
+++ b/site/index.html
@@ -38,6 +38,10 @@ layout: default
           projects, including Calcite, Cassandra, Drill, Hadoop, HBase, Ibis,
           Impala, Kudu, Pandas, Parquet, Phoenix, Spark, and Storm making it
           the de-facto standard for columnar in-memory analytics.</p>
+
+          <p>Learn more about projects that are <a href="{{ site.baseurl
+          }}/powered_by/">Powered By Apache Arrow</a></p>
+
         </div>
      </div> <!-- close "row" div -->
 
diff --git a/site/powered_by.md b/site/powered_by.md
index 56f6e2b..4033202 100644
--- a/site/powered_by.md
+++ b/site/powered_by.md
@@ -43,11 +43,9 @@ names, etc.) like "arrow-foo". These are permitted. Nominative use of trademarks
 in descriptions is also always allowed, as in "BigCoProduct is a widget for
 Apache Arrow".
 
-### Open Source Projects
-
-To add yourself to the list, please email dev@arrow.apache.org with your
+To add yourself to the list, please open a pull request adding your
 organization name, URL, a list of which Arrow components you are using, and a
-short description of your use case.
+short description of your use case. See the following for some examples.
 
 * **[Apache Parquet][3]:** A columnar storage format available to any project
   in the Hadoop ecosystem, regardless of the choice of data processing
@@ -61,10 +59,23 @@ short description of your use case.
 * **[Dask][15]:** Python library for parallel and distributed execution of
   dynamic task graphs. Dask supports using pyarrow for accessing Parquet
   files
+* **[Dremio][9]:** A self-service data platform. Dremio makes it easy for
+  users to discover, curate, accelerate, and share data from any source.
+  It includes a distributed SQL execution engine based on Apache Arrow.
+  Dremio reads data from any source (RDBMS, HDFS, S3, NoSQL) into Arrow
+  buffers, and provides fast SQL access via ODBC, JDBC, and REST for BI,
+  Python, R, and more (all backed by Apache Arrow).
 * **[GeoMesa][8]:** A suite of tools that enables large-scale geospatial query
   and analytics on distributed computing systems. GeoMesa supports query
   results in the Arrow IPC format, which can then be used for in-browser
   visualizations and/or further analytics.
+* **[GOAI][19]:** Open GPU-Accelerated Analytics Initiative for Arrow-powered
+  analytics across GPU tools and vendors
+* **[Graphistry][18]:** Supercharged Visual Investigation Platform used by
+  teams for security, anti-fraud, and related investigations. The Graphistry
+  team uses Arrow in its NodeJS GPU backend and client libraries, and is an
+  early contributing member to GOAI and Arrow\[JS\] focused on bringing these
+  technologies to the enterprise.
 * **[libgdf][14]:** A C library of CUDA-based analytics functions and GPU IPC
   support for structured data. Uses the Arrow IPC format and targets the Arrow
   memory layout in its analytic functions. This work is part of the [GPU Open
@@ -75,6 +86,9 @@ short description of your use case.
 * **[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.
+* **[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.
 * **[Ray][5]:** A flexible, high-performance distributed execution framework
   with a focus on machine learning and AI applications. Uses Arrow to
   efficiently store Python data structures containing large arrays of numerical
@@ -91,29 +105,6 @@ short description of your use case.
   Arrow Tables and RecordBatches in addition to the Python Database API
   Specification 2.0.
 
-### Companies and Organizations
-
-To add yourself to the list, please email dev@arrow.apache.org with your
-organization name, URL, a list of which Arrow components you are using, and a
-short description of your use case.
-
-* **[Dremio][9]:** A self-service data platform. Dremio makes it easy for
-  users to discover, curate, accelerate, and share data from any source.
-  It includes a distributed SQL execution engine based on Apache Arrow.
-  Dremio reads data from any source (RDBMS, HDFS, S3, NoSQL) into Arrow
-  buffers, and provides fast SQL access via ODBC, JDBC, and REST for BI,
-  Python, R, and more (all backed by Apache Arrow).
-* **[GOAI][19]:** Open GPU-Accelerated Analytics Initiative for Arrow-powered 
-  analytics across GPU tools and vendors  
-* **[Graphistry][18]:** Supercharged Visual Investigation Platform used by
-  teams for security, anti-fraud, and related investigations. The Graphistry
-  team uses Arrow in its NodeJS GPU backend and client libraries, and is an
-  early contributing member to GOAI and Arrow\[JS\] focused on bringing these 
-  technologies to the enterprise.  
-* **[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.
-
 [1]: https://www.apache.org/foundation/marks/
 [2]: https://www.apache.org/foundation/marks/faq/
 [3]: https://parquet.apache.org/

-- 
To stop receiving notification emails like this one, please contact
['"commits@arrow.apache.org" <co...@arrow.apache.org>'].