https://github.com/linuxforhealth/health-patterns-nifi-flows
The purpose of this Github repository is to deliver the public NiFi flows created under the health patterns project.
https://github.com/linuxforhealth/health-patterns-nifi-flows
Last synced: 5 months ago
JSON representation
The purpose of this Github repository is to deliver the public NiFi flows created under the health patterns project.
- Host: GitHub
- URL: https://github.com/linuxforhealth/health-patterns-nifi-flows
- Owner: LinuxForHealth
- License: apache-2.0
- Created: 2020-11-17T19:04:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T15:41:27.000Z (over 4 years ago)
- Last Synced: 2023-08-12T23:41:04.988Z (almost 3 years ago)
- Homepage:
- Size: 2.81 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alvearie Health Patterns NiFi Flows
The purpose of this Github repository is to deliver the public NiFi flows created under the [health-patterns](https://github.com/Alvearie/health-patterns) project.
The health patterns NiFi flows are developed to support or implement the various clinical data integration use cases, and are stored here as a way to facilitate delivery to users.
A consumer of the flows here can setup a [NiFi Registry](https://nifi.apache.org/registry.html) with a _Git flow persistence provider_ pointing at this repository and load the NiFi flows stored here into their own [NiFi](https://nifi.apache.org/registry.html) instances.
**Important:** This repository should not be interacted with other than through a NiFi Registry.
## Setup
In order to setup a NiFi Registry backed by this repository, follow the instructions below:
1. In your NiFi Registry home go to the `./conf` folder and open the `providers.xml` file
2. Comment out the default `FileSystemFlowPersistenceProvider` entry
3. Uncomment the `GitFlowPersistenceProvider` entry and configure it as follows:
```xml
org.apache.nifi.registry.provider.flow.git.GitFlowPersistenceProvider
./nifi-flows
https://github.com/Alvearie/health-patterns-nifi-flows.git
```
4. Start your NiFi Registry