<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sorting data in SAS ESP in Streaming Analytics</title>
    <link>https://communities.sas.com/t5/Streaming-Analytics/Sorting-data-in-SAS-ESP/m-p/592607#M170</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/197964" target="_self"&gt;&lt;SPAN class=""&gt;Scott,&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Thank you so much for the help. It worked exactly the way we wanted.!!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2019 09:50:58 GMT</pubDate>
    <dc:creator>upadhi</dc:creator>
    <dc:date>2019-09-30T09:50:58Z</dc:date>
    <item>
      <title>Sorting data in SAS ESP</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/Sorting-data-in-SAS-ESP/m-p/592192#M168</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We want to group data according to an id being processed in the streaming data. Is there any way we can group data in SAS ESP? and Is there a way where we can pause data processing until all the parallel nodes are done processing one record, so that new record is taken only after all the parallel nodes have processed one record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 15:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/Sorting-data-in-SAS-ESP/m-p/592192#M168</guid>
      <dc:creator>upadhi</dc:creator>
      <dc:date>2019-09-27T15:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting data in SAS ESP</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/Sorting-data-in-SAS-ESP/m-p/592203#M169</link>
      <description>&lt;P&gt;The second part of the question may be easier, so let's discuss that first. If you have a single source window where a event enters the ESP model, and splits out to parallel compute paths and is rejoined later on, you have what is called a fork-join. SAS ESP supports tagged token data flow which will do exactly what you want in this case, allow all forks to complete and a single result produced by the model where all the paths rejoin. In xml this is enabled by specifying the &lt;STRONG&gt;use-tagged-token='true'&lt;/STRONG&gt; attribute on the project element. So you get what you want &amp;nbsp;without pausing the processing at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The sorting question is more difficult in general for any streaming engine. Events that are produced by a streaming engine are normally supplied to a consumer as soon as the streaming engine finishes its computation. This means the streaming engine does not hold a bunch of events, and then a consumer issues a query against the window and gets a result set back. That is more of a database paradigm. If you want to talk through the use case you have that requires sorting data, I would be happy to work with you and see how it might be architected. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 15:34:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/Sorting-data-in-SAS-ESP/m-p/592203#M169</guid>
      <dc:creator>ScottK</dc:creator>
      <dc:date>2019-09-27T15:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting data in SAS ESP</title>
      <link>https://communities.sas.com/t5/Streaming-Analytics/Sorting-data-in-SAS-ESP/m-p/592607#M170</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/197964" target="_self"&gt;&lt;SPAN class=""&gt;Scott,&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Thank you so much for the help. It worked exactly the way we wanted.!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 09:50:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Streaming-Analytics/Sorting-data-in-SAS-ESP/m-p/592607#M170</guid>
      <dc:creator>upadhi</dc:creator>
      <dc:date>2019-09-30T09:50:58Z</dc:date>
    </item>
  </channel>
</rss>

