Member since
02-06-2018
2
Posts
0
Kudos Received
0
Solutions
10-15-2018
02:08 PM
I have python script to connect with mongodb ..but have n idea about to how to configure mongo-connector for standalone python script.
... View more
Labels:
02-20-2018
05:49 PM
You have 100 flow files? Perhaps you can use wait and notify processors and release 1 flow file each time. If query is successfull then signal to release fliw file to perform next query, if not then signal to release to failure using route on attribute processor which will come after the wait processor. Something similar to this sample: https://gist.github.com/ijokarumawak/375915c45071c7cbfddd34d5032c8e90
... View more