Hi My name is Shahzad Karamat, i am trying to read some tweets from http://stream.pushshift.io/ <http://stream.pushshift.io/> into nifi. I am using a mac and can read the stream using curl -i 'http://stream.pushshift.io/?subreddit=askreddit' I can get the stream into my terminal and i have also developed system to read this by using Java code. The question is: The strings i read from http://stream.pushshift.io/ <http://stream.pushshift.io/> by using java, how can i make flowFile of this stream to transfer it to a certain relation?
Regards Shahzad K
