You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2017/07/17 18:36:28 UTC

orc git commit: Add EEL to adopters page.

Repository: orc
Updated Branches:
  refs/heads/asf-site fa4cb79dc -> 63ac21381


Add EEL to adopters page.

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/63ac2138
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/63ac2138
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/63ac2138

Branch: refs/heads/asf-site
Commit: 63ac21381105f7f961834b1ff0d2f54bd37c3f9b
Parents: fa4cb79
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Jul 17 11:35:56 2017 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Jul 17 11:35:56 2017 -0700

----------------------------------------------------------------------
 docs/adopters.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/63ac2138/docs/adopters.html
----------------------------------------------------------------------
diff --git a/docs/adopters.html b/docs/adopters.html
index f942a2c..9bb2ebe 100644
--- a/docs/adopters.html
+++ b/docs/adopters.html
@@ -1097,6 +1097,19 @@ support</a>
 for reading and writing ORC files with support for column project and
 predicate push down.</p>
 
+<h3 id="eelhttpsgithubcom51zeroeel-sdk"><a href="https://github.com/51zero/eel-sdk">EEL</a></h3>
+
+<p>EEL is a Scala BigData API that supports reading and writing data for
+various file formats and storage systems including to and from ORC. It
+is designed as a in-process low level API for manipulating data. Data
+is lazily streamed from source to sink and using standard Scala
+operations such as map, flatMap and filter, it is especially suited
+for ETL style applications. EEL supports ORC predicate and projection
+pushdowns and correct handles conversions from other formats including
+complex types such as maps, lists or nested structs. A typical use
+case would be to extract data from JDBC to ORC files housed in HDFS,
+or directly into Hive tables backed by an ORC file format.</p>
+
 <h3 id="facebookhttpsfacebookcom"><a href="https://facebook.com">Facebook</a></h3>
 
 <p>With more than 300 PB of data, Facebook was an <a href="https://code.facebook.com/posts/229861827208629/scaling-the-facebook-data-warehouse-to-300-pb/">early adopter of