Repository: nifi-site Updated Branches: refs/heads/master b6982ca98 -> 223e9db2a
add Ona as powered by NiFi This closes #26. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/223e9db2 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/223e9db2 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/223e9db2 Branch: refs/heads/master Commit: 223e9db2ad5b4552b33c260aabfa6bfc2322d0ee Parents: b6982ca Author: Peter Lubell-Doughtie <[email protected]> Authored: Thu Jan 18 15:12:49 2018 +0300 Committer: Koji Kawamura <[email protected]> Committed: Tue May 22 10:47:02 2018 +0900 ---------------------------------------------------------------------- src/pages/html/powered-by-nifi.hbs | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/223e9db2/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 df09bbd..2c9ffeb 100644 --- a/src/pages/html/powered-by-nifi.hbs +++ b/src/pages/html/powered-by-nifi.hbs @@ -91,6 +91,11 @@ title: Powered by NiFi - Companies & Organizations using Apache NiFi <td>Insurance</td> <td>Hastings Group is a fast growing, agile, digitally focused general insurance provider providing services to the UK car, van, bike and home insurance market. We have strong relationships with all major price comparison websites (PCWs) and utilise Apache NiFi to process and ingest millions of items of data.</td> </tr> + <tr> + <td><a href="https://ona.io/">Ona</a></td> + <td>International Development and Humanitarian Aid</td> + <td>Ona is a software engineering and design firm based in Nairobi, Kenya and Washington, DC. Our mission is to improve the effectiveness of humanitarian and development aid by empowering organizations worldwide with collective and actionable intelligence. We use Apache NiFi to ingest, process, and disseminate global health and service delivery data from diverse sources.</td> + </tr> </table> </div> </div>
