Sending emails using Apache Nifi

Apache Nifi, an awesome open-source tool from the Apache Software Foundation for implementation of data routing, transformation, and system mediation logic. For the purpose of smooth handling of data, this tool provides a set of processor, each designed for a dedicated task. In this post, we will see how one can send email to others using some processors provided by Apache Nifi. Follow for more detailed steps….

Securing NiFi with Google’s OAuth 2.0 provider

Apache Nifi, a nice tool for handling data with data pipeline approach. But by default, this is not secure anyone with the IP and port can access your data data and potentially damage the data. In this post, we will see how to secure Apache Nifi with Google’s OAuth2.0 provider. Check out this for detailed steps…