<?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 stream ORACLE data to AWS S3 ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-stream-ORACLE-data-to-AWS-S3/m-p/2348004#M115189</link>
    <description>&lt;PRE&gt;Probably I can build flow with bellow logic:
In the loop read CDC components save to CSV file and and send changes to S3 but I wonder if there are better ways of doing this using Talend?&lt;/PRE&gt; 
&lt;P&gt;not so easy&lt;/P&gt; 
&lt;P&gt;If data only new (incremental loading) - yes, and not only by CDC&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but CDC mean not only new data, but as well - UPDATES and DELETE, so logic would be more complicated&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2018 12:18:09 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2018-02-08T12:18:09Z</dc:date>
    <item>
      <title>How to stream ORACLE data to AWS S3 ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-stream-ORACLE-data-to-AWS-S3/m-p/2348001#M115186</link>
      <description>&lt;P&gt;How to stream ORACLE data to AWS S3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My company is doing POC on using Talend to load data to AWS (S3,Redshift).&lt;/P&gt;
&lt;P&gt;I am completely new to Talend &amp;nbsp;and I am looking for a possibility to stream Oracle transactional data to S3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anyone advices best method (product) for doing this with Talend ( any of products currently available from Talend)?&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;Wojtek&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-stream-ORACLE-data-to-AWS-S3/m-p/2348001#M115186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream ORACLE data to AWS S3 ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-stream-ORACLE-data-to-AWS-S3/m-p/2348002#M115187</link>
      <description>&lt;P&gt;easy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first of all as new - install Talend and import Demo project, You will have a lot of examples (not for S3, but this is just details)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in simplest case, You will need only 4 component:&lt;/P&gt;
&lt;P&gt;- tOracleInput&lt;/P&gt;
&lt;P&gt;- tMap&lt;/P&gt;
&lt;P&gt;- tCSVOutputDelimited&lt;/P&gt;
&lt;P&gt;- tS3Put&lt;/P&gt;
&lt;P&gt;as much more complicated logic --&amp;gt; as much more complicated would be final Job or Project&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;check series of articles - Talend Best Practice (parts 1-4)&lt;BR /&gt;&lt;A href="https://www.talend.com/blog/2017/05/05/data-model-design-best-practices-part-1/" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2017/05/05/data-model-design-best-practices-part-1/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 09:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-stream-ORACLE-data-to-AWS-S3/m-p/2348002#M115187</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-08T09:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream ORACLE data to AWS S3 ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-stream-ORACLE-data-to-AWS-S3/m-p/2348003#M115188</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi Vapukov,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First of all thanks for your answer.&lt;/P&gt;
&lt;P&gt;I already did some tutorials but I still consider myself as a total beginner so I will definitely follow up on those best practices you send me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I understand those components will build kind of pull mechanism (with delta detection using tMap) while I need data to be pushed asap change occurs in source db like in case of Oracle CDC.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably I can build flow with bellow logic:&lt;/P&gt;
&lt;P&gt;In the loop read CDC components save to CSV file and and send changes to S3 but I wonder if there are better ways of doing this using Talend?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wojtek&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 11:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-stream-ORACLE-data-to-AWS-S3/m-p/2348003#M115188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-08T11:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream ORACLE data to AWS S3 ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-stream-ORACLE-data-to-AWS-S3/m-p/2348004#M115189</link>
      <description>&lt;PRE&gt;Probably I can build flow with bellow logic:
In the loop read CDC components save to CSV file and and send changes to S3 but I wonder if there are better ways of doing this using Talend?&lt;/PRE&gt; 
&lt;P&gt;not so easy&lt;/P&gt; 
&lt;P&gt;If data only new (incremental loading) - yes, and not only by CDC&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but CDC mean not only new data, but as well - UPDATES and DELETE, so logic would be more complicated&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-stream-ORACLE-data-to-AWS-S3/m-p/2348004#M115189</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-08T12:18:09Z</dc:date>
    </item>
  </channel>
</rss>

