NiFi Drunken Dev - NAR

NiFi processors developed by the drunken developer.

Лицензия

Лицензия

Группа

Группа

com.drunkendev
Идентификатор

Идентификатор

nifi-drunken-nar
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

nar
Описание

Описание

NiFi Drunken Dev - NAR
NiFi processors developed by the drunken developer.
Организация-разработчик

Организация-разработчик

Drunken Dev

Скачать nifi-drunken-nar

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.drunkendev : nifi-drunken-processors jar 1.0.0
org.apache.nifi : nifi-dbcp-service-nar nar 1.1.0

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
org.slf4j : slf4j-simple jar 1.7.12
org.codehaus.groovy : groovy-all jar 2.4.5

Модули Проекта

Данный проект не имеет модулей.

NiFi Drunken Dev Bundle

This NiFi bundle serves to add enrichment support to FlowFiles by adding attributes.

Presently one process is available which will execute SQL against the FlowFile adding the values from the first record returned as properties to the FlowFile with the property names being that of the column names identified in the ResultSet.

Example

Given a table with the following

create table if not exists test_table (
  id    identity primary key,
  some_name   varchar,
  some_id     int
);
insert into test_table (some_name, some_id) values ('test val', 3);

We could define a processor as follows:

Flow Example

Processor Details

This would result in the following flow file attributes being applied.

Flow File Attributes

Версии библиотеки

Версия
1.0.0