Repository: nifi-site Updated Branches: refs/heads/master 7a02eb8fd -> ccfce4772
Added updates from Corey Flowers, Hammad/Flexilogix, and Payoff.com Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/ccfce477 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/ccfce477 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/ccfce477 Branch: refs/heads/master Commit: ccfce4772e642f6fbbd9da6d3f6e5de453c91663 Parents: 7a02eb8 Author: joewitt <[email protected]> Authored: Tue Feb 14 21:27:55 2017 -0500 Committer: joewitt <[email protected]> Committed: Tue Feb 14 21:27:55 2017 -0500 ---------------------------------------------------------------------- src/pages/html/powered-by-nifi.hbs | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/ccfce477/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 c5e20e5..e15e1bc 100644 --- a/src/pages/html/powered-by-nifi.hbs +++ b/src/pages/html/powered-by-nifi.hbs @@ -43,7 +43,17 @@ engine visualization technology. <tr> <td><a href="http://www.flexilogix.com">Flexilogix</td> <td>Big Data / IoT</td> - <td></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>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>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> </table> </div>
