An open API service indexing awesome lists of open source software.

https://github.com/cclient/nifi-unique-processor

nifi的去重方案设计
https://github.com/cclient/nifi-unique-processor

Last synced: 13 days ago
JSON representation

nifi的去重方案设计

Awesome Lists containing this project

README

          

Nifi Unique Processor
================================

```html

-> unique by ${custom_id}->

```

nifi queued distinct/unique by 'custom key'

---

### deploy

#### 1 compile

`mvn package`

#### 2 upload to one of

```nifi

nifi.nar.library.directory=./lib
nifi.nar.library.directory.custom=./lib_custom
nifi.nar.library.autoload.directory=./extensions
nifi.nar.working.directory=./work/nar/

```

cp nifi-unique-nar/target/nifi-unique-nar-0.1.nar nifi/lib_custom/

#### 3 restart nifi if need

nifi/bin/nifi.sh restart