<?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: How to run the ETL job automatically when trigger Fires (CDC) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-the-ETL-job-automatically-when-trigger-Fires-CDC/m-p/2278435#M53912</link>
    <description>Hello 
&lt;BR /&gt;The CDC feature is only available in Talend Enterprise Subscription product, for more information about CDC, please read this page: 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/reader/sSAk2HQITuEIWJdkl3e1Rw/xMY3zAjqxlBYJS7sin671w" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/sSAk2HQITuEIWJdkl3e1Rw/xMY3zAjqxlBYJS7sin671w&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Thu, 15 Jun 2017 09:37:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-15T09:37:54Z</dc:date>
    <item>
      <title>How to run the ETL job automatically when trigger Fires (CDC)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-the-ETL-job-automatically-when-trigger-Fires-CDC/m-p/2278434#M53911</link>
      <description>&lt;P&gt;Hi Team ,&lt;/P&gt;
&lt;P&gt;I would like to design a Talend Job which will trigger automatically whenever there is a change in the tables(Inserts/Updates) and process those changes to corresponding databases. I am using Talend Open Studio , Mysql - DB's. Would it be possible to trigger the talend Job only there is a change occured in the tables ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;hmd.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 08:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-the-ETL-job-automatically-when-trigger-Fires-CDC/m-p/2278434#M53911</guid>
      <dc:creator>hami1</dc:creator>
      <dc:date>2017-06-15T08:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to run the ETL job automatically when trigger Fires (CDC)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-the-ETL-job-automatically-when-trigger-Fires-CDC/m-p/2278435#M53912</link>
      <description>Hello 
&lt;BR /&gt;The CDC feature is only available in Talend Enterprise Subscription product, for more information about CDC, please read this page: 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/reader/sSAk2HQITuEIWJdkl3e1Rw/xMY3zAjqxlBYJS7sin671w" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/sSAk2HQITuEIWJdkl3e1Rw/xMY3zAjqxlBYJS7sin671w&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 15 Jun 2017 09:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-the-ETL-job-automatically-when-trigger-Fires-CDC/m-p/2278435#M53912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-15T09:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to run the ETL job automatically when trigger Fires (CDC)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-run-the-ETL-job-automatically-when-trigger-Fires-CDC/m-p/2278436#M53913</link>
      <description>&lt;P&gt;Shong!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;P&gt;For proper CDC&amp;nbsp;- use 3rd party&amp;nbsp;tools for capture CDC from MySQL to Kafka and then Talend Listen Kafka and parse changes&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Trigger Based CDC can be&amp;nbsp;created&amp;nbsp;with OpenSource version as well - add triggers, read the table + realise logic for multi subscribers, it as well allow handle situations when same records was - INSERTED/UPDATED and than DELETED from table.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;All problem of any trigger based solution - it not fire Job by trigger, it will be or permanent loop with SELECT from table, or scheduled Job.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For scheduled Job - You do not need trigger in many cases, just need have 2 timestamp columns - CreatedAt, UpdatedAt ...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Tools and products for real CDC (I leave in list only not Talend competitors):&lt;BR /&gt;- MariaDB MaxScale -&amp;nbsp;&lt;A href="https://mariadb.com/products/technology/maxscale" target="_self" rel="nofollow noopener noreferrer"&gt;https://mariadb.com/products/technology/maxscale&lt;/A&gt;&amp;nbsp;, it part of Enterprise packet, but subscription required if You use it for more than 3 server in production environment.&lt;/P&gt; 
&lt;P&gt;- Maxwell -&amp;nbsp;&lt;A href="https://github.com/zendesk/maxwell" target="_self" rel="nofollow noopener noreferrer"&gt;https://github.com/zendesk/maxwell&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;- &amp;nbsp;&lt;A href="http://debezium.io/docs/connectors/mysql/" target="_self" rel="nofollow noopener noreferrer"&gt;http://debezium.io/docs/connectors/mysql/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;- Apache NiFi 1.2+&amp;nbsp;&lt;A href="https://nifi.apache.org" target="_self" rel="nofollow noopener noreferrer"&gt;https://nifi.apache.org&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 11:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-run-the-ETL-job-automatically-when-trigger-Fires-CDC/m-p/2278436#M53913</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-06-15T11:58:49Z</dc:date>
    </item>
  </channel>
</rss>

