https://github.com/mrcsparker/nifi-hash-services-bundle
NiFi hashing lookup controller
https://github.com/mrcsparker/nifi-hash-services-bundle
hash hashing nifi
Last synced: 2 months ago
JSON representation
NiFi hashing lookup controller
- Host: GitHub
- URL: https://github.com/mrcsparker/nifi-hash-services-bundle
- Owner: mrcsparker
- License: apache-2.0
- Created: 2018-05-24T21:39:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T20:06:56.000Z (about 4 years ago)
- Last Synced: 2025-02-13T21:36:08.813Z (4 months ago)
- Topics: hash, hashing, nifi
- Language: Java
- Size: 200 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nifi-hash-services-bundle
Apache NiFi Lookup Services for data hashing.
## Compiling
```sh
> git clone https://github.com/mrcsparker/nifi-hash-services-bundle.git
> cd nifi-hash-services-bundle
> mvn clean && mvn package
> cp ./nifi-hash-services-nar/target/nifi-hash-services-nar-1.5.0.nar /PATH/TO/NIFI/lib
> cp ./nifi-hash-services-api-nar/target/nifi-hash-services-api-nar-1.5.0.nar /PATH/TO/NIFI/lib
```## Running
```sh
> cd /PATH/TO/NIFI/
> ./bin/nifi.sh run
```## Testing
```sh
> cd nifi-hash-services-bundle
> mvn clean && mvn test
```## Sample dataflow
See the [./examples](./examples) directory.
### Dataflow

### Configuration
