I am noob at Apache Nifi.
I am having a use case where I need to parse and decode different kind of messages from sensors then transform and load the data in Hbase.
All my sensors send data every 10 minutes through an API via a post request. Now,what I have done is a service with JAVA that listen on a specific port and do all the ETL dataflow.
Any idea how can I use Apache Nifi for this use case ?