Github user randerzander commented on a diff in the pull request:
https://github.com/apache/nifi-site/pull/17#discussion_r110702518
--- Diff: src/pages/markdown/minifi/getting-started.md ---
@@ -0,0 +1,122 @@
+---
+title: Apache NiFi MiNiFi: Getting Started
+---
+
+# Getting started with MiNiFi
+
+This page explains how to configure and deploy MiNiFi agents.
+
+The Java agent is able to run most of [NiFi's available
processors](http://nifi.apache.org/docs.html), but is a larger binary
distribution (49MB) and consumes greater system resources (24MB max JVM
heapsize by default). If you need maximum flexibility to make routing and
processing decisions at your data's point of origin, the Java agent is a good
fit.
+
+The C++ agent is a smaller binary (3.2MB), consumes low system memory
(about 5MB at idle) but has [a limited subset of
processors](https://github.com/apache/nifi-minifi-cpp#caveats). If your primary
concern is gathering and pushing data to downstream consumers and minimizing
system impact, the C++ agent is a good fit.
+
+
+1. Install the appropriate OS level dependencies:
+
+ #### MiNiFi Java:
+
+ - Java 1.8+
+
+ #### MiNiFi C++:
--- End diff --
It's only needed if you plan to do a build from source, not if you're just
running the released binary.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---