Repository: nifi-site Updated Branches: refs/heads/master ae948eaa0 -> cee8de543
This closes #22. Added entry to Powered By NiFi page for Micron Signed-off-by: joewitt <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/cee8de54 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/cee8de54 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/cee8de54 Branch: refs/heads/master Commit: cee8de543fe2d7a46ba294b08c49f093f5782985 Parents: ae948ea Author: Paul Gibeault <[email protected]> Authored: Fri Oct 6 10:28:33 2017 -0600 Committer: joewitt <[email protected]> Committed: Fri Oct 6 12:48:59 2017 -0400 ---------------------------------------------------------------------- src/pages/html/powered-by-nifi.hbs | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/cee8de54/src/pages/html/powered-by-nifi.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/powered-by-nifi.hbs b/src/pages/html/powered-by-nifi.hbs index 7a948bc..65c5f19 100644 --- a/src/pages/html/powered-by-nifi.hbs +++ b/src/pages/html/powered-by-nifi.hbs @@ -27,6 +27,11 @@ title: Powered by NiFi - Companies & Organizations using Apache NiFi <th>Summary</th> </tr> <tr> + <td><a href="http://micron.com">Micron</a></td> + <td>Semiconductor Manufacturing</td> + <td>Micron's Enterprise Analytics and Data team uses NiFi to acquire worldwide manufacturing data and ingest it into symmetrical Global Data Warehouses. This data is vaulted and exposed via data marts providing our data scientists and business partners a secured global view of our manufacturing processes. For ingestion flows requiring higher performance transformations, we utilize NiFi�s Site-to-Site protocol to seamlessly transfer processing to Spark jobs on our Hadoop clusters. We have leveraged NiFi's REST API to automate the creation and monitoring of new ingestion pipelines which furthers our goal of providing a complete Global Data Warehouse.</td> + </tr> + <tr> <td><a href="https://macquarietelecomgroup.com">Macquarie Telecom Group</a></td> <td>Cloud and Telecommunications</td> <td>Uses Apache NiFi to securely and reliably transfer, transform, enrich and deliver billions of
