[
https://issues.apache.org/jira/browse/NIFI-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262494#comment-16262494
]
ASF GitHub Bot commented on NIFI-4630:
--------------------------------------
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 <[email protected]>
Date: 2017-11-22T12:41:07Z
NIFI-4630 - Added Satori RTM processor bundle (ConsumeSatoriRTM,
PublishSatoriRTM)
----
> Implement Satori RTM processors
> -------------------------------
>
> Key: NIFI-4630
> URL: https://issues.apache.org/jira/browse/NIFI-4630
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Laurence Da Luz
>
> Satori is a cloud-based data platform that provides a publish-subscribe
> messaging service called RTM:
> https://www.satori.com/docs/using-satori/overview
> This JIRA is to cover two new NiFi processors for communicating with the
> Satori RTM messaging service:
> * *ConsumeSatoriRTM* - used to consume a live data feed from a Satori RTM
> channel
> * *PublishSatoriRTM* - used to publish messages to a Satori RTM channel
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)