<?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: run Talend DI job on live data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309467#M80679</link>
    <description>&lt;P&gt;Hi Chris,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do you mean to say the job which I'm having right now in Talend DI, move that to esb ? If not, Can you please give some example what type of service and how can I create that in ESB ? And more over how can I link that to Talend DI job for further processing ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Second, How to deploy this Talend ESB service with Talend DI job together in Tac ?&lt;/P&gt;</description>
    <pubDate>Sun, 29 Oct 2017 11:40:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-29T11:40:03Z</dc:date>
    <item>
      <title>run Talend DI job on live data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309463#M80675</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using Talend 6.2 enterprise version, and have a job which takes a data from Rest api and process further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking for something live listening of rest API. Is that possible I could make my job ever running so that whenever new data arrives on api server, we will be keep consuming data through rest API. Some sort of live streaming.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions please..!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309463#M80675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: run Talend DI job on live data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309464#M80676</link>
      <description>Hi 
&lt;BR /&gt; 
&lt;BR /&gt;The Rest API server generally does not provide a mechanism for listening, so it is impossible to listening the API server with these tRest, tRestClient or tHttpRequest components, I have a similar case and I schedule the job to run regularly to retrieve the newest data. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt; 
&lt;BR /&gt;Shong 
&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Oct 2017 10:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309464#M80676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-29T10:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: run Talend DI job on live data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309465#M80677</link>
      <description>&lt;P&gt;I'm using trestrequest and trestresponse components in Talend DI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a set up where whenever user subscribe to a website that information we are getting from rest api and sending an mail to them using another api.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I achieve this for ever running process ? I mean for real time processing, I want my job to be keep running and keep getting the information from api when ever user subscribe the website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to achieve this ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2017 10:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309465#M80677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-29T10:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: run Talend DI job on live data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309466#M80678</link>
      <description>&lt;P&gt;Hi Kate,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is very much what Talend ESB is designed for, whereas DI is intended for one-off/periodically scheduled jobs&amp;nbsp;which&amp;nbsp;start, do their work, and then stop.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;With ESB, you&amp;nbsp;create services&amp;nbsp;which run on your server, and provide end-points which a remote system, like your website, can connect to in the manner you're describing. This triggers the relevant processing, which is carried out immediately, and at a minimum&amp;nbsp;will return at least confirmation that everything has been completed successfully.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2017 11:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309466#M80678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-29T11:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: run Talend DI job on live data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309467#M80679</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do you mean to say the job which I'm having right now in Talend DI, move that to esb ? If not, Can you please give some example what type of service and how can I create that in ESB ? And more over how can I link that to Talend DI job for further processing ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Second, How to deploy this Talend ESB service with Talend DI job together in Tac ?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2017 11:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309467#M80679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-29T11:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: run Talend DI job on live data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309468#M80680</link>
      <description>&lt;P&gt;Hi Kate,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You'll be able to re-implement the core processing etc. from your current DI job in ESB, as it includes&amp;nbsp;the same components, plus a good number of additional ones, and Studio features which are necessary for developing&amp;nbsp;services.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;There is a lot more&amp;nbsp;involved when developing services, compared to creating DI jobs,&amp;nbsp;so I'd recommend working through the ESB Getting Started Guide, which covers the basics you'll need to accomplish your current goals:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.talend.com/products/application-integration/esb-manuals-release-notes/#product_user_manuals_pdf" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/products/application-integration/esb-manuals-release-notes/#product_user_manuals_pdf&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can&amp;nbsp;import&amp;nbsp;jobs which have been exported from DI into ESB.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Chris&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2017 13:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/run-Talend-DI-job-on-live-data/m-p/2309468#M80680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-29T13:02:31Z</dc:date>
    </item>
  </channel>
</rss>

