GitHub user laurencedaluz opened a pull request:

    https://github.com/apache/nifi/pull/2286

    NIFI-4630  Added Satori RTM processor bundle (ConsumeSatoriRTM, 
PublishSatoriRTM)

    Pull Request for the addition of a Satori RTM processor bundle:
    
    **ConsumeSatoriRTM**
    Consumes a live data stream from Satori RTM based on a user specified 
Endpoint, Appkey, and Channel. Also supports the following features and 
configurations:
    - Connection to Satori private channels (using Role & Role Secret Key 
configurations for authentication)
    - Satori's Streamview filters, which allow you to provide SQL-like queries 
to select, transform, or aggregate messages from a subscribed channel
    - Batching of multiple messages into a single FlowFile, which will provide 
a new-line delimited list of messages in each output FlowFile (based on a 
'minimum batch size' configuration)
    
    Example walkthrough on using the processor can be found here:
    
https://community.hortonworks.com/articles/144322/stream-satori-open-data-feeds-with-apache-nifi.html
    
    **PublishSatoriRTM**
    Publishes incoming FlowFiles to Satori RTM, based on user specified Satori 
configurations for Endpoint, Appkey, Role, Role Secret Key, and Channel. 
Supports the use of a Message Demarcator to split the incoming flowfile as 
separate RTM messages, or if unspecified will send an entire flowfile content 
as a single RTM message.
    
    
    
    Happy to make any changes based on review & feedback.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/laurencedaluz/nifi nifi-4630

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/2286.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2286
    
----
commit 1a21d3ede3996182fd4e8bac5762b875fe07aa4e
Author: laurencedaluz <daluz.laure...@gmail.com>
Date:   2017-11-22T12:41:07Z

    NIFI-4630 - Added Satori RTM processor bundle (ConsumeSatoriRTM, 
PublishSatoriRTM)

----


---

Reply via email to