This is an automated email from the ASF dual-hosted git repository.
bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 2ed0bb9 Adding powered by page with initial set of companies
2ed0bb9 is described below
commit 2ed0bb9867d1bb3fbcd4a3c2aefe610fc38833d7
Author: Aashreya Shankar <[email protected]>
AuthorDate: Mon Feb 25 16:24:32 2019 -0800
Adding powered by page with initial set of companies
---
_data/poweredby.json | 60 ++++++++++++++++++++++++++++++++++++++
_includes/menu.html | 3 ++
_sass/_poweredBy.scss | 16 ++++++++++
css/poweredBy.scss | 4 +++
images/logos/antFinancialLogo.png | Bin 0 -> 44446 bytes
images/logos/erricssonLogo.png | Bin 0 -> 20815 bytes
images/logos/intuitLogo.png | Bin 0 -> 4566 bytes
images/logos/luxotticaLogo.svg | 19 ++++++++++++
images/logos/redbusLogo.png | Bin 0 -> 41015 bytes
images/logos/sanchezLogo.png | Bin 0 -> 14260 bytes
images/logos/transunionLogo.png | Bin 0 -> 28386 bytes
images/logos/transunionLogo2.jpg | Bin 0 -> 14780 bytes
poweredBy.html | 17 +++++++++++
13 files changed, 119 insertions(+)
diff --git a/_data/poweredby.json b/_data/poweredby.json
new file mode 100644
index 0000000..ccbaf2b
--- /dev/null
+++ b/_data/poweredby.json
@@ -0,0 +1,60 @@
+{
+ "companies": [
+ {
+ "name": "Ericsson",
+ "logo": {
+ "fileName": "erricssonLogo.png",
+ "width": 65,
+ "height": 60
+ },
+ "description": "Ericsson uses Drill to run analytics on wireless network
activity on their devices and provide utilization reports to wireless network
providers. Drill provides the ability to run SQL analytics on a large number of
data sources at once."
+ },
+ {
+ "name": "Intuit",
+ "logo": {
+ "fileName": "intuitLogo.png",
+ "width": 120,
+ "height": 60
+ },
+ "description": "At Intuit, SBSEG Data Platform team uses Apache Drill to
analyze and generate reports from Kafka clickstream topics. The biggest
advantage with Apache Drill is it's union type support for click stream data
which is in JSON format."
+ },
+ {
+ "name": "Sanchez Energy",
+ "logo": {
+ "fileName": "sanchezLogo.png",
+ "width": 145,
+ "height": 60
+ },
+ "description": "Sanchez Energy uses Drill to run analytics using SQL
against a rich variety of data captured from a variety of data sources -
structured and semi-structured to power real time applications and decision
making."
+ },
+ {
+ "name": "RedBus",
+ "logo": {
+ "fileName": "redbusLogo.png",
+ "width": 115,
+ "height": 60
+ },
+ "description": "RedBus, India’s largest online bus ticketing platform
uses Apache Drill's REST APIs for querying and executing ETL flows from a mix
of Mongo, Kafka and S3 data stores.",
+ "link":
"https://medium.com/redbus-in/data-lake-formation-with-aws-glue-apache-drill-9f770a738100"
+ },
+ {
+ "name": "TransUnion",
+ "logo": {
+ "fileName": "transunionLogo2.jpg",
+ "width": 70,
+ "height": 60
+ },
+ "description": "TransUnion is using Drill for their internal BI and
reporting applications. They chose Drill after doing a POC with all major SQL
on Hadoop engines."
+ },
+ {
+ "name": "Ant Financial",
+ "logo": {
+ "fileName": "antFinancialLogo.png",
+ "width": 130,
+ "height": 60
+ },
+ "description": "At FinAnt, we use Apache Drill to do some ad-hoc
queries, service data analytics.",
+ "link": "https://dawn.cs.stanford.edu/assets/logos/members/ant.png"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/_includes/menu.html b/_includes/menu.html
index 3632ace..0b36b34 100755
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -13,6 +13,9 @@
<li class="apache-link">
<a href="{{ site.baseurl }}/apacheASF/">Apache</a>
</li>
+ <li class="poweredby">
+ <a href="{{ site.baseurl }}/poweredBy">Powered By</a>
+ </li>
<li class="documentation-menu">
<a href="{{ site.baseurl }}/docs/">Documentation</a>
<ul>
diff --git a/_sass/_poweredBy.scss b/_sass/_poweredBy.scss
new file mode 100644
index 0000000..650ca1a
--- /dev/null
+++ b/_sass/_poweredBy.scss
@@ -0,0 +1,16 @@
+@charset "UTF-8";
+
+.int_text {
+ margin: 40px auto 30px auto;
+ width: 90%;
+}
+
+.power_box {
+ padding: 30px;
+ background-color: rgba(255, 255, 255, 0.5);
+ box-shadow: 3px 3px 3px 3px #AAAAAA;
+ margin-bottom: 8px;
+ margin-left: 20px;
+ width: 23%;
+ display: inline-grid;
+}
\ No newline at end of file
diff --git a/css/poweredBy.scss b/css/poweredBy.scss
new file mode 100644
index 0000000..7691608
--- /dev/null
+++ b/css/poweredBy.scss
@@ -0,0 +1,4 @@
+---
+---
+
+@import "poweredBy";
\ No newline at end of file
diff --git a/images/logos/antFinancialLogo.png
b/images/logos/antFinancialLogo.png
new file mode 100644
index 0000000..552298a
Binary files /dev/null and b/images/logos/antFinancialLogo.png differ
diff --git a/images/logos/erricssonLogo.png b/images/logos/erricssonLogo.png
new file mode 100644
index 0000000..fd092a9
Binary files /dev/null and b/images/logos/erricssonLogo.png differ
diff --git a/images/logos/intuitLogo.png b/images/logos/intuitLogo.png
new file mode 100644
index 0000000..0370148
Binary files /dev/null and b/images/logos/intuitLogo.png differ
diff --git a/images/logos/luxotticaLogo.svg b/images/logos/luxotticaLogo.svg
new file mode 100644
index 0000000..0ff7692
--- /dev/null
+++ b/images/logos/luxotticaLogo.svg
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!-- Created with Inkscape (http://www.inkscape.org/) by Marsupilami -->
+<svg
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.0"
+ width="1024"
+ height="252"
+ viewBox="-1.46847702 -1.46847702 210.76356404 51.88618804"
+ id="svg2616">
+ <defs
+ id="defs2618" />
+ <path
+ d="M 193.30775,6.62062 C 195.03237,6.62062 196.42237,5.229
196.42237,3.5075 C 196.42237,1.78587 195.03237,0.39437 193.30775,0.39437 C
191.59175,0.39437 190.19875,1.78587 190.19875,3.5075 C 190.19875,5.229
191.59175,6.62062 193.30775,6.62062 M 193.33525,0.86487 C 194.791,0.86487
195.97312,2.04437 195.97312,3.5075 C 195.97312,4.96812 194.791,6.15
193.33525,6.15 C 191.87825,6.15 190.69562,4.96812 190.69562,3.5075 C
190.69562,2.04437 191.87825,0.86487 193.33525,0.86487 M 192.497,3.73737 [...]
+ id="path2491"
+ style="fill:#00447c;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+</svg>
+<!-- version: 20090314, original size: 207.82661 48.949234, border: 3% -->
diff --git a/images/logos/redbusLogo.png b/images/logos/redbusLogo.png
new file mode 100644
index 0000000..512663e
Binary files /dev/null and b/images/logos/redbusLogo.png differ
diff --git a/images/logos/sanchezLogo.png b/images/logos/sanchezLogo.png
new file mode 100644
index 0000000..65813cf
Binary files /dev/null and b/images/logos/sanchezLogo.png differ
diff --git a/images/logos/transunionLogo.png b/images/logos/transunionLogo.png
new file mode 100644
index 0000000..80d98cc
Binary files /dev/null and b/images/logos/transunionLogo.png differ
diff --git a/images/logos/transunionLogo2.jpg b/images/logos/transunionLogo2.jpg
new file mode 100644
index 0000000..2629ed0
Binary files /dev/null and b/images/logos/transunionLogo2.jpg differ
diff --git a/poweredBy.html b/poweredBy.html
new file mode 100755
index 0000000..c9b4cb7
--- /dev/null
+++ b/poweredBy.html
@@ -0,0 +1,17 @@
+---
+layout: page
+title: "Drill Powered By"
+---
+<link href="{{ site.baseurl }}/css/poweredBy.css" rel="stylesheet"
type="text/css">
+<div class="int_text">
+ {% for company in site.data.poweredby.companies %}
+ <div class="power_box">
+ <img src="{{ site.baseurl }}/images/logos/{{ company.logo.fileName }}"
+ style="width: {{ company.logo.width }}px;height:{{
company.logo.height }}px">
+ <p> {{ company.description }}</p>
+ {% if company.link %}
+ <a href="{{ company.link }}" target="_blank">Find out more!</a>
+ {% endif %}
+ </div>
+ {% endfor %}
+</div>
\ No newline at end of file