Toivo Adams created NIFI-626:
--------------------------------
Summary: ExecuteSQL processor for executing arbitrary SQL queries
Key: NIFI-626
URL: https://issues.apache.org/jira/browse/NIFI-626
Project: Apache NiFi
Issue Type: Sub-task
Reporter: Toivo Adams
Assignee: Toivo Adams
For example query can be:
SELECT * FROM orders WHERE orderId = '${order.id}'
where ${order.id} is FlowFile attribute.
Result will serialized using Avro.
Avro gives as possibility to have query Resultset metadata (column name and
types) included in FlowFile.
Also Avro should allow streaming.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)