Skip to content

theShadow89/nifi-bigquery-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NiFi Bigquery Bundle

Bigquery bundle for Apache NiFi

Processors

PutBigQuery

Save Flow File content on a BigQuery table. The format of data must be JSON.

Required Properties
Required Properties
  • Read Time Out: the time to wait for a response from BigQuery service
  • Connection Time Out: the time to wait during connection establishment with BigQuery service
  • Project Id: Google CLoud project id. If not specified, the process try to obtain it from provided credentials mentioned above.

Deploy Bundle

Clone this repository

    git clone https://github.com/theShadow89/nifi-bigquery-bundle

Build the bundle

    cd nifi-bigquery-bundle
    mvn clean install

Copy Nar file to NIFI_HOME/lib

    cp nifi-bigquery-nar/target/nifi-bigquery-nar-0.1.nar NIFI_HOME/lib/

Start/Restart Nifi

    NIFI_HOME/bin/nifi.sh start

TODO

  • Add Get Processor