mattyb149 commented on PR #8476:
URL: https://github.com/apache/nifi/pull/8476#issuecomment-1979963149

   True, I considered that approach but it relies on the FlowFile repository to 
be as complete as the provenance repository but doesn't it usually "expire" 
earlier? That's also why I didn't tackle any content claim stuff (although that 
would be sweet for replay from an external source). Also does it contain 
relationship information? I didn't see it in the API. 
   
   I'm totally fine with investigating other approaches, it just seemed nothing 
quite fit the use cases I was hoping for, mainly to be able to store everything 
we know in a graph DB for querying / analysis.  We can also add the flow graph 
to the same graph for more powerful queries, so you don't have to do your first 
search by provenance events, you can find the FlowFile or processor quickly 
then walk the graph.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to