martinzink commented on code in PR #79: URL: https://github.com/apache/nifi-site/pull/79#discussion_r1426808647
########## source/minifi/minifi-cpp-agent-quick-start.md: ########## @@ -0,0 +1,26 @@ +--- +title: Apache NiFi MiNiFi Java Agent Quick Start Guide +menu: minifi-topbar.html +containerEnabled: true +--- + +# MiNiFi C++ Quick Start + +## Overview + +Apache NiFi - MiNiFi C++ is a complementary data collection approach that supplements the core tenets of NiFi in dataflow management, focusing on the collection of data at the source of its creation. The C++ implementation is an additional implementation to the one in Java with the aim of an even smaller resource footprint. + +Specific goals for MiNiFi comprise: + +- small and lightweight footprint +- central management of agents +- generation of data provenance +- integration with NiFi for follow-on dataflow management and full chain of custody of information + +Perspectives of the role of MiNiFi should be from the perspective of the agent acting immediately at, or directly adjacent to, source sensors, systems, or servers. + +- [Source code](https://github.com/apache/nifi-minifi-cpp) +- [Downloads](download.html) +- [Documentation](https://github.com/apache/nifi-minifi-cpp/blob/main/README.md) +- [List of supported Processors](https://github.com/apache/nifi-minifi-cpp/blob/main/PROCESSORS.md) +- [Examples](https://github.com/apache/nifi-minifi-cpp/blob/main/examples/README.md) Review Comment: I've redesigned this part, I've created instead a separate dropdown for minifi java and minifi cpp, the landing page tells you about what to choose and after that you can go to the appropriate pages using the dropdowns. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
