Repository: nifi-site Updated Branches: refs/heads/master 5d874f597 -> e92ab3602
Added closing </a> tags to "Powered by NiFi" page. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/b03c4c0b Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/b03c4c0b Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/b03c4c0b Branch: refs/heads/master Commit: b03c4c0bfd197be98f2b3fff0020f300002dad2d Parents: 5d874f5 Author: Andy LoPresto <[email protected]> Authored: Wed Feb 15 01:04:13 2017 -0800 Committer: Andy LoPresto <[email protected]> Committed: Thu Feb 16 10:58:01 2017 -0800 ---------------------------------------------------------------------- src/pages/html/powered-by-nifi.hbs | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/b03c4c0b/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 102823f..652ab30 100644 --- a/src/pages/html/powered-by-nifi.hbs +++ b/src/pages/html/powered-by-nifi.hbs @@ -25,38 +25,37 @@ title: Powered by NiFi - Companies & Organizations using Apache NiFi <th>Summary</th> </tr> <tr> - <td><a href="https://macquarietelecomgroup.com">Macquarie Telecom Group</td> + <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 individual events per day (i.e. security logs, system metrics, aggregated data sets, etc) across multiple datacenters.</td> </tr> <tr> - <td><a href="http://www.dovestech.com">Dovestech</td> + <td><a href="http://www.dovestech.com">Dovestech</a></td> <td>Cyber Security</td> - <td>Dovestech's cyber security visualization product, <a href="http://www.dovestech.com/threatpop">ThreatPop</a> -, uses Apache NiFi to enrich and -normalize millions of cyber security related events into a central database -which allows customers to interact with cyber security events through game -engine visualization technology. + <td>Dovestech's cyber security visualization product, <a href="http://www.dovestech.com/threatpop">ThreatPop</a>, uses Apache NiFi to enrich and + normalize millions of cyber security related events into a central database + which allows customers to interact with cyber security events through game + engine visualization technology. </tr> <tr> - <td><a href="http://www.flexilogix.com">Flexilogix</td> + <td><a href="http://www.flexilogix.com">Flexilogix</a></td> <td>Big Data / IoT</td> <td>Builds all data ingestion pipelines using NiFi. Have deployed NiFi clusters to ingest, transform and deliver to data analytics backends serving all purposes of data mediation both for realtime and batch jobs.</td> </tr> <tr> - <td><a href="https://www.payoff.com/">Payoff</td> + <td><a href="https://www.payoff.com/">Payoff</a></td> <td>Financial Wellness (fintech)</td> <td>NiFi primarily serves as our consumer between Kafka and HDFS. NiFi also provides schema validation for event streams while enabling us to modify and republish secure event streams for general use. NiFi extracts and standardizes large datasets from third parties between various sources including HDFS/s3/Kafka/sftp.</td> </tr> <tr> - <td><a href="http://www.onyxpoint.com">Onyx Point</td> + <td><a href="http://www.onyxpoint.com">Onyx Point</a></td> <td>Commercial/Federal Consulting</td> <td>Design large scale NIFI clusters for high volume ingest/egress and provide day to day operational support and maintenance.</td> </tr> <tr> - <td><a href="https://www.telekom.sk/about/">Slovak Telekom</td> + <td><a href="https://www.telekom.sk/about/">Slovak Telekom</a></td> <td>Telecommunications</td> <td>Uses Apache NiFi to power active monitoring. As various network devices are being monitored, SNMP as the unifying protocol is used for communication. Apache NiFi is in active query mode to periodically query these devices. Transformation of the SNMP responses and their transfer to HDFS and Elastic are built using Apache NiFi as well.</td> </tr>
