Paul, Here's a starting point:
https://nifi.apache.org/developer-guide.html If you want to look at some examples of NiFi bundles that are designed to be shipped separately, I have a bunch here: https://github.com/MikeThomsen Once you get through the documentation, I'd recommend you look here to see if you can create something inspired by the current rule engine bundle so you don't have to reinvent the wheel that much: https://github.com/apache/nifi/tree/main/nifi-nar-bundles/nifi-rules-action-handler-bundle Mike On Sat, Sep 26, 2020 at 12:04 PM <[email protected]> wrote: > > Hi, > > > > I just installed NiFi. I want to be able to add a Drools Complex Event > Processing (CEP) processor. I can't seem to find any documentation on how > to do that. > > > > Can you help? > > > > Paul >
