Apache NiFi Registry

Clone this repo:
  1. ab99751 NIFIREG-452: Migrate NiFi Registry into NiFi codebase (updated README) (#323) by Matthew Burgess · 2 years, 8 months ago main
  2. fcb6071 NIFIREG-447 - Bumped hadoop dependency version. by mtien · 3 years ago
  3. d715f2f NIFIREG-441 - Add test data source factory for Postgres 12 & 13 (#316) by Pierre Villard · 3 years, 1 month ago
  4. 5d78750 NIFIREG-440 Updated GitHub Action versions (#315) by exceptionfactory · 3 years, 1 month ago
  5. 02e31b1 NIFIREG-434 Added support for BCFKS Keystore Type by exceptionfactory · 3 years, 3 months ago

Docker pulls Version Slack

Registry—a subproject of Apache NiFi—is a complementary application that provides a central location for storage and management of shared resources across one or more instances of NiFi and/or MiNiFi.

NOTICE: This subproject has been moved under the Apache NiFi codebase as nifi-registry. See NIFI-8528 for details

This repository is read-only and serves as an archive. All existing Pull Requests (PRs) should be resubmitted against the NiFi repository's main branch. Pull Requests can be ported to the NiFi repo by adding “.patch” to the URL of your PR, downloading the patch, and applying it to a branch in your fork of the NiFi repo, for example:

git checkout -b NIFIREG-406

git apply --directory='nifi-registry' ~/289.patch