Custom Processors in Apache NiFi
I love Apache NiFi, but sometimes I feel like writing some Java. It is usually because I found an awesome Open Source Java library, usually from ASF.
Here are a few processors I have written and put out into the community.
Here are a few processors I have written and put out into the community.
- https://github.com/tspannhw/nifi-mxnetinference-processor
- https://github.com/tspannhw/nifi-extracttext-processor
- https://github.com/tspannhw/nifi-langdetect-processor
- https://github.com/tspannhw/nifi-attributecleaner-processor
- https://github.com/tspannhw/nifi-convertjsontoddl-processor
- https://github.com/tspannhw/nifi-postimage-processor
- https://github.com/tspannhw/GetWebCamera
- https://github.com/tspannhw/nifi-imageextractor-processor
- https://github.com/tspannhw/nifi-puttwitter-processor
- https://github.com/tspannhw/nifi-tensorflow-processor
Here are a few guides:
- https://bryanbende.com/development/2015/02/04/custom-processors-for-apache-nifi
- https://medium.com/hashmapinc/creating-custom-processors-and-controllers-in-apache-nifi-e14148740ea
- https://www.nifi.rocks/developing-a-custom-apache-nifi-processor-json/
- https://community.hortonworks.com/articles/4318/build-custom-nifi-processor.html