Skip to content

Apache NiFi processor to download ICANN CZDS zone files.

License

Notifications You must be signed in to change notification settings

adamfisher/nifi-icann-czds-bundle

Repository files navigation

nifi-icann-czds-bundle

Build Status

This package exposes a GetCentralZoneDataServiceFile processor. It creates FlowFiles by downloading zone files from ICANN's Central Zone Data Service (CZDS) program. You should have an account with that program in order to use this package.

Getting Started

Unfortunately the zone-file-downloader.jar had to be directly embedded in this project at compile time until ICANN publishes their Java client into the Maven repository.

  1. Open the pom.xml file in the project root and update the local repository URL to point to the location of the repo folder in this project.

  2. Build the NAR file using:

mvn clean install

Place the NAR file inside your NiFi installation's lib directory.