<?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: Connector for MongoDB Community in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connector-for-MongoDB-Community/m-p/1247498#M2442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On this way we should expose a REST service everytime we had a new “table”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were looking for any “plug and play” solution, allowing us to connect and use like other datasources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have no great expectations, since we’re treating a documental database as it were a ER database.&amp;nbsp; As far as I have read, MongoDB connector is not too much “plug and play”, since you have to configure and maintain its DRDL &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://docs.mongodb.com/bi-connector/v1.1/schema-configuration/" rel="nofollow" target="_blank"&gt;https://docs.mongodb.com/bi-connector/v1.1/schema-configuration/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2016 08:42:16 GMT</pubDate>
    <dc:creator>virilo_tejedor</dc:creator>
    <dc:date>2016-11-30T08:42:16Z</dc:date>
    <item>
      <title>Connector for MongoDB Community</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connector-for-MongoDB-Community/m-p/1247496#M2440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m interested on a connector to feed a QlikSense application from a MongoDB Community Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data stored on mongo is not vital, but appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’ve seen that QlikSense includes its own connector, but unfortunately it has an uncertain future.&amp;nbsp; According to chage log note in &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://wiki.qvsource.com/MongoDB-Connector-For-QlikView.ashx#Change_Log_14:" rel="nofollow" target="_blank"&gt;http://wiki.qvsource.com/MongoDB-Connector-For-QlikView.ashx#Change_Log_14:&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;“Please note that as a new official BI Connector (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://docs.mongodb.org/manual/products/bi-connector/" rel="nofollow" target="_blank"&gt;https://docs.mongodb.org/manual/products/bi-connector/&lt;/A&gt;&lt;SPAN&gt;) is now available for MongoDB 3.2 and later you may wish to first consider this. Because of this we are also now considering retiring this connector if it does not offer any advantages over this.”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that Mongo BI connector is only available for MongoDB Enterprise.&lt;/P&gt;&lt;P&gt;Both connectors have very different approaches.&amp;nbsp; Even when Qlik Conector uses JSON Queries, Mongo’s one is using a reduced SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has Qlik done a more recent announcement about their strategy for MongoDB connector?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What alternatives do we have to MongoDB Enterprise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Virilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 16:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connector-for-MongoDB-Community/m-p/1247496#M2440</guid>
      <dc:creator>virilo_tejedor</dc:creator>
      <dc:date>2016-11-29T16:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Connector for MongoDB Community</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connector-for-MongoDB-Community/m-p/1247497#M2441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Virilo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alternative solution for me was to export MongoDB data to a json document and use one of the Qlik Sense embedded connector, called &lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/1.0/Create-REST-connection/REST-connection.htm"&gt;REST Connector&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;This way, you can publish the exported json document in a web environment and access the document using the supported connector.&lt;/P&gt;&lt;P&gt;In my case, I have a daily task to export the data to a specific path and a scheduled reload in Qlik Sense. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Does that make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Alexandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connector-for-MongoDB-Community/m-p/1247497#M2441</guid>
      <dc:creator>alexandrakfcosta</dc:creator>
      <dc:date>2016-11-29T18:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connector for MongoDB Community</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connector-for-MongoDB-Community/m-p/1247498#M2442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On this way we should expose a REST service everytime we had a new “table”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were looking for any “plug and play” solution, allowing us to connect and use like other datasources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have no great expectations, since we’re treating a documental database as it were a ER database.&amp;nbsp; As far as I have read, MongoDB connector is not too much “plug and play”, since you have to configure and maintain its DRDL &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://docs.mongodb.com/bi-connector/v1.1/schema-configuration/" rel="nofollow" target="_blank"&gt;https://docs.mongodb.com/bi-connector/v1.1/schema-configuration/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 08:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connector-for-MongoDB-Community/m-p/1247498#M2442</guid>
      <dc:creator>virilo_tejedor</dc:creator>
      <dc:date>2016-11-30T08:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connector for MongoDB Community</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connector-for-MongoDB-Community/m-p/1247499#M2443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Virilo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I can't help you with that. &lt;BR /&gt;We are planning to test the MongoDB Connector soon and if something comes up I will let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to not be able to solve your problem. &lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 16:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connector-for-MongoDB-Community/m-p/1247499#M2443</guid>
      <dc:creator>alexandrakfcosta</dc:creator>
      <dc:date>2016-12-01T16:22:53Z</dc:date>
    </item>
  </channel>
</rss>

