Repository: nifi-site Updated Branches: refs/heads/master 40757cda6 -> f2737b64d
Added Ronnie Dove provided info for Dovestech Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/f2737b64 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/f2737b64 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/f2737b64 Branch: refs/heads/master Commit: f2737b64d6cc3c483269ba3328be589019781f49 Parents: 40757cd Author: joewitt <[email protected]> Authored: Tue Feb 14 14:42:39 2017 -0500 Committer: joewitt <[email protected]> Committed: Tue Feb 14 14:42:39 2017 -0500 ---------------------------------------------------------------------- src/pages/html/powered-by-nifi.hbs | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/f2737b64/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 777e3d4..bc54cf9 100644 --- a/src/pages/html/powered-by-nifi.hbs +++ b/src/pages/html/powered-by-nifi.hbs @@ -24,13 +24,22 @@ title: Powered by NiFi - Companies & Organizations using Apache NiFi <th>Industry</th> <th>Summary</th> </tr> - <tr> - <td><a href="https://macquarietelecomgroup.com">Macquarie Telecom Group</td> + <tr> + <td><a href="https://macquarietelecomgroup.com">Macquarie Telecom Group</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>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. + </tr> </table> </div> </div> @@ -40,4 +49,4 @@ title: Powered by NiFi - Companies & Organizations using Apache NiFi send and email to the users mailing list with the organization name, industry and a brief description on how Apache NiFi is used to help your organization.</p> </div> -</div> \ No newline at end of file +</div>
