Building your dataflow
This topic shows you how to set up the elements of your NiFi dataflow that will enable you to move data into Ozone using Apache NiFi.
Building the dataflow involves opening the NiFi UI, adding processors to your NiFi canvas, and connecting the processors. The following basic flow uses GenerateFlowFile to create some sample data and the PutHDFS processor for the data ingest.
You must have reviewed and met the prerequisites.

Once you have finished building the dataflow, move on to the following steps:
- Configure your source processor.
- Configure your target processor.