Member since
02-20-2018
5
Posts
0
Kudos Received
0
Solutions
10-17-2018
04:12 PM
Stu: Thanks, that was it! I couldn't find that in my Google searches. Appreciate the help! Gary
... View more
10-16-2018
09:29 PM
I'm really struggling not understanding what the heck is going on with EvaluateJsonPath. Here is the JSON: [ { "name": "garyDawgJson" } ] Here is the flow: main.jpg(61.7 kB) Here is the EvaluateJsonPath: json.jpg(32.9 kB) When I look in the Data Provenance, the "thename" attribute never gets set. event.jpg(35.9 kB) What the heck is going on? Thanks, Gary
... View more
Labels:
- Labels:
-
Apache NiFi
03-13-2018
06:25 PM
Thoughts
on "best practices" for ingesting large files into NiFi? No
transformations - this is an archiving use case. An
external application would need to send us the file, and get an OID in return
for future retrieval. Would this flow work? Other ideas? 1.
App sends message on special RabbitMQ queue with name and location of file to
archive. Could be SFTP, shared disk, etc. 2.
NiFi gets file, stores in Azure BLOB Storage. 3.
NiFi returns OID to calling application via RabbitMQ. Appreciate your thoughts.
... View more
02-20-2018
01:51 PM
Any recommendations on converting XML to Parquet?
... View more