Hi, Would it be possible to use Nifi 'as a service'? If yes what would be the best pattern?
Here is what I have in mind: I would like to setup a template with different possible predetermined destinations. But instead of having predefined sources that I would query with a cron like GetFile or GetHDFS, I would like to have a REST API as an entry point and users can request to copy a file from any directory into one or several of the predetermined destination (this would involve some routing to the correct processor I guess). The REST API would only support to specify sources which the templates allows, but the specific directory / file would be dynamic. Does that make any sense?
