Nifi in Maven archetypes for Intellij?

2016-06-10 Thread Pat Trainor
Experts, I can create a Nifi Processor or Service on the command line, then open the project in intellij... But Intellij has the ability to do this from the start... I can't seem to find the way, and values, to enter into intellij to allow this to happen... Has anyone been able to

How to create additional attributes in a flowfile?

2016-06-07 Thread Pat Trainor
Experts, I have figured out how to CHANGE a flowfile's attributes (make a new one), but not how to ADD to it new attributes. My tinkering is at this level currently: **@Override public void onTrigger(final ProcessContext context, final ProcessSession session) throws ProcessException {

Re: Nifi to Titan... How?

2016-05-20 Thread Pat Trainor
as a Tinkerpop-enabled > Site-to-Site-client to ingest NiFi flow files (containing graph-ready > data) that writes to graph databases. Stay tuned to this list, if I > get something useful I will be sure to share it. Also I would be very > appreciative for any guidance, suggestions, and review

Re: Nifi to Titan... How?

2016-05-20 Thread Pat Trainor
take care of what > you're looking to do? > > Thanks > Joe > > On Thu, May 19, 2016 at 11:16 PM, Pat Trainor <pat.trai...@gmail.com> > wrote: > > Thanks to everyone making this now open sourced tool awesome. > > > > I can't find anything that directly links th

Nifi to Titan... How?

2016-05-19 Thread Pat Trainor
Thanks to everyone making this now open sourced tool awesome. ​I can't find anything that directly links the 2. I want to use ​Nifi to coordinate page scraping, parsing, and finally throw Titan data for graphs. ​Do I have to use Kafka or Spark for this? I'm looking at the output mechanisms