<?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 retrieve schema in dynamoDB connection? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373488#M136206</link>
    <description>Hi sreelaxmich 
&lt;BR /&gt;To be honest, we have never test this, I think the General JDBC is not suitable for this kind of NoSQL database such as DynamoDB, Talend already has DynamoDB connectors, are you to read DynamoDB tables with tDynamoDBinput component? 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Mon, 30 Jul 2018 05:29:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-30T05:29:53Z</dc:date>
    <item>
      <title>How to retrieve schema in dynamoDB connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373487#M136205</link>
      <description>&lt;P&gt;Established DynamoDB connection from Talend BigData tool using General JDBC. Installed&amp;nbsp;DynamoDB driver jar.&amp;nbsp;&lt;SPAN&gt;Connection got established.&amp;nbsp;&lt;/SPAN&gt;But, unable to retrieve schema.&lt;/P&gt;
&lt;P&gt;When trying to retrieve schema,no tables are displayed. Please help.&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;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sree Laxmi.CN&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 13:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373487#M136205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-27T13:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve schema in dynamoDB connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373488#M136206</link>
      <description>Hi sreelaxmich 
&lt;BR /&gt;To be honest, we have never test this, I think the General JDBC is not suitable for this kind of NoSQL database such as DynamoDB, Talend already has DynamoDB connectors, are you to read DynamoDB tables with tDynamoDBinput component? 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 30 Jul 2018 05:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373488#M136206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-30T05:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve schema in dynamoDB connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373489#M136207</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt; 
&lt;P&gt;Thanks for your response.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Yes.I need to read DynamoDB tables.&lt;/P&gt; 
&lt;P&gt;When tried to get DB connections from Metadata -&amp;gt; DB connections , we don't have an option there to select "DynamoDB" in DB type. So tried with a solution of General JDBC option and drivers. How so ever, my requirement is to read tables fro dynamoDB.&amp;nbsp;&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; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Sree Laxmi.C.N&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 05:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373489#M136207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-30T05:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve schema in dynamoDB connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373490#M136208</link>
      <description>This should be a new feature, add DynamoDB to the DB type list under NoSql Connections. For now, try to use the tDynamoDBInput to read tables from DynamoDB and let me know if you meet any issues. 
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2018 09:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373490#M136208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-30T09:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve schema in dynamoDB connection?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373491#M136209</link>
      <description>&lt;P&gt;Hi shong,&lt;/P&gt; 
&lt;P&gt;Thanks for your reply. Tried as you suggested. Now am able to connect to dynamoDB, read and write the data.&lt;/P&gt; 
&lt;P&gt;I required to retrieve data based on key and attributes from dynamoDB. triyind with scan and query. Can you please suggest .&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; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Sree Laxmi.CN&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 05:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-retrieve-schema-in-dynamoDB-connection/m-p/2373491#M136209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-02T05:22:35Z</dc:date>
    </item>
  </channel>
</rss>

