<?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 Migrating SQL Schema to MongoDB in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Migrating-SQL-Schema-to-MongoDB/m-p/2297294#M69885</link>
    <description>Hello everybody, 
&lt;BR /&gt;I am currently designing a software using mongoDB. 
&lt;BR /&gt;In this software I need to use external data from an external data provider which give me csv files representing a SQL Database where each file represent a table. 
&lt;BR /&gt;I would like to transform all those file in a single collection using embedded arrays and object since it won't reach the 16 mb limit for a document. 
&lt;BR /&gt;In fact I already design my schematic in mongo. My question how to use talend to transform relational oneToMany in embedded objects and manyToMany in arrays of doc (still embedded) in my collection. 
&lt;BR /&gt;How would you use tMap (or other component) for mapping input joins columns into embedded documents ? 
&lt;BR /&gt;Thanks for your answers.</description>
    <pubDate>Sat, 16 Nov 2024 11:39:51 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T11:39:51Z</dc:date>
    <item>
      <title>Migrating SQL Schema to MongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrating-SQL-Schema-to-MongoDB/m-p/2297294#M69885</link>
      <description>Hello everybody, 
&lt;BR /&gt;I am currently designing a software using mongoDB. 
&lt;BR /&gt;In this software I need to use external data from an external data provider which give me csv files representing a SQL Database where each file represent a table. 
&lt;BR /&gt;I would like to transform all those file in a single collection using embedded arrays and object since it won't reach the 16 mb limit for a document. 
&lt;BR /&gt;In fact I already design my schematic in mongo. My question how to use talend to transform relational oneToMany in embedded objects and manyToMany in arrays of doc (still embedded) in my collection. 
&lt;BR /&gt;How would you use tMap (or other component) for mapping input joins columns into embedded documents ? 
&lt;BR /&gt;Thanks for your answers.</description>
      <pubDate>Sat, 16 Nov 2024 11:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrating-SQL-Schema-to-MongoDB/m-p/2297294#M69885</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating SQL Schema to MongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrating-SQL-Schema-to-MongoDB/m-p/2297295#M69886</link>
      <description>I do not see a way only by doing it with components. I would tHashOutput to collect all data into an ArrayList and would use self made Java code in a tJavaFlex to build a complex JSON document. 
&lt;BR /&gt;The MongoDB API is very useful.</description>
      <pubDate>Sat, 03 May 2014 09:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrating-SQL-Schema-to-MongoDB/m-p/2297295#M69886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-03T09:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating SQL Schema to MongoDB</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrating-SQL-Schema-to-MongoDB/m-p/2297296#M69887</link>
      <description>Thanks for your answer, we will try that way.</description>
      <pubDate>Wed, 07 May 2014 18:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrating-SQL-Schema-to-MongoDB/m-p/2297296#M69887</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-05-07T18:28:07Z</dc:date>
    </item>
  </channel>
</rss>

