mrcsparker / nifi-cluster-docker

NIFI Cluster with persistence on data volumes in docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple NIFI Cluster

A simple NIFI cluster on ECS. See example running in docker-compose in example

Startup

$ docker-compose up -d
$ docker-compose logs -f # to view logs and watch cluster form

Login: http://localhost:8080

Can create a simple flow using this tutorial

Tear down

To stop the containers and clear up images

$ docker-compose down

Note:

  • data-0 and data-1 directories are mounted into the container to persist state between runs
  • containers can be completely destroyed and restarted and will leave work in place if directories are in place

Tutorial should look yield something like:

NIFI_CLUSTER

About

NIFI Cluster with persistence on data volumes in docker-compose