alikemalocalan / nifi-gcp-pubsub-publisher

This is an Apache NIFI processor that uploads messages to Google Cloud Platform PubSub topic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NIFI PubsubPublisher Processor

This is an Apache NIFI processor that uploads messages to Google Cloud Platform (GCP) PubSub topic. The operation is quite simple, it just needs to know the name of topic, project ID and the authentication keys if it is running outside a GCP compute instance.

Installation

  • mvn package
  • cp ./target/*.nar $NIFI_HOME/libs

About

This is an Apache NIFI processor that uploads messages to Google Cloud Platform PubSub topic.

License:Apache License 2.0


Languages

Language:Java 100.0%