Skip to content

pvillard31/nifi-cloudrun-example

Repository files navigation

Running a NiFi workflow in Cloud Run on the Google Cloud Platform

Full documentation and instructions

My full blog post to get everything up and running. (also on Medium)

Quickstart

git clone git@github.com:pvillard31/nifi-cloudrun-example.git
cd nifi-cloudrun-example
gcloud auth configure-docker
docker build -t [HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG] .
# Example: docker build -t eu.gcr.io/my-gcp-project/minifi-csvjson:0.0.1 .
docker push [HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG] .
# Example: docker push eu.gcr.io/my-gcp-project/minifi-csvjson:0.0.1

About

Run Apache NiFi workflow on Google Cloud Run service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published