Im new for Apache Nifi, and I have a use case that I need to parse and decode various messages from sensors, convert and upload data to Hbase, all my sensors send data every 10 minutes through the API via an email request, what I did on At the moment, it is a service with JAVA that listens on a specific port and executes the entire ETL data stream, any idea how I can use Apache Nifi for this use case?
source
share