This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 9448f58cb649a82528199423d8e691d9a33eca47 Author: Yevgeni Litvin <[email protected]> AuthorDate: Mon Oct 8 01:19:19 2018 -0700 [Website] Add Petastorm to "Powered By" (#2716) --- site/powered_by.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/powered_by.md b/site/powered_by.md index f24f5b4..1e9747c 100644 --- a/site/powered_by.md +++ b/site/powered_by.md @@ -92,6 +92,11 @@ short description of your use case. See the following for some examples. 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. +* **[Petastorm][28]:** Petastorm enables single machine or distributed training + and evaluation of deep learning models directly from datasets in Apache + Parquet format. Petastorm supports popular Python-based machine learning + (ML) frameworks such as Tensorflow, Pytorch, and PySpark. It can also be + used from pure Python code. * **[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. @@ -153,3 +158,4 @@ short description of your use case. See the following for some examples. [25]: https://github.com/uwdata/falcon [26]: https://fastdata.io/ [27]: https://github.com/apache/arrow/edit/master/site/powered_by.md +[28]: https://github.com/uber/petastorm \ No newline at end of file
