<?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: MongoDB: What is the best connector, is ODBC connector sufficient, or do I need BI Connector? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/109120#M39611</link>
    <description>&lt;P&gt;hi Georg,&lt;/P&gt;&lt;P&gt;just for your information, is also possible to query MongoDB&amp;nbsp;without&amp;nbsp;third part&amp;nbsp;drivers:&lt;/P&gt;&lt;P&gt;by JSL script you can connect your local JMP to MONGO passing trough R or Python Interface.&lt;/P&gt;&lt;P&gt;i tested this funcionality with R and it works well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// here a query sample&amp;nbsp;with R&amp;nbsp;3.5 //&lt;/P&gt;&lt;P&gt;R Init( );&lt;/P&gt;&lt;P&gt;R Submit( "&lt;/P&gt;&lt;P&gt;library(mongolite)&lt;/P&gt;&lt;P&gt;mquery &amp;lt;- mongo(collection = \!"ProbeWafer\!", db = \!"DbProbe\!", url = \!"mongodb://27017/DbaProbe\!")&lt;/P&gt;&lt;P&gt;DataFrame &amp;lt;- mquery$find ('{\!"DATETIME\!": { \!"$gte\!" : { \!"$date\!" : \!"2018-11-30T23:30:00Z\!" }, \!"$lt\!" : { \!"$date\!": \!"2018-12-01T00:00:00Z\!" } }}')");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt = R Get( DataFrame);&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; New Data View;&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; set name ("Mongo Table");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R Term();&lt;/P&gt;&lt;P&gt;// close R Session&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciao&lt;/P&gt;&lt;P&gt;Gianpaolo&lt;/P&gt;</description>
    <pubDate>Thu, 07 Feb 2019 11:07:28 GMT</pubDate>
    <dc:creator>gianpaolo</dc:creator>
    <dc:date>2019-02-07T11:07:28Z</dc:date>
    <item>
      <title>MongoDB: What is the best connector, is ODBC connector sufficient, or do I need BI Connector?</title>
      <link>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/109063#M39593</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;from another contribution by &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/12815"&gt;@JumpingAC&lt;/a&gt; I got the hint that there is a Connector for MongoDB:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://docs.mongodb.com/bi-connector/master/" target="_self"&gt;https://docs.mongodb.com/bi-connector/master/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;it leads to a file "mongodb-connector-odbc-1.2.0-win-64-bit" for my system&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;and then I got the hint, that there should be a MongoDB Connector for BI&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.mongodb.com/download-center/bi-connector" target="_blank" rel="noopener"&gt;https://www.mongodb.com/download-center/bi-connector&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;but:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"The MongoDB Connector for BI is available as part of the MongoDB Enterprise Advanced subscription, which features the most comprehensive support for MongoDB and the best SLA"&lt;/LI&gt;&lt;LI&gt;i.e. I have to buy it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So what is the difference between both, does anyone have experience?&lt;/P&gt;&lt;P&gt;How to access the not table like content from MongoDB, is this possible with these connectors, or do I need a different way?&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Georg&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 17:07:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/109063#M39593</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2019-02-06T17:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: MongoDB: What is the best connector, is ODBC connector sufficient, or do I need BI Connector?</title>
      <link>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/109120#M39611</link>
      <description>&lt;P&gt;hi Georg,&lt;/P&gt;&lt;P&gt;just for your information, is also possible to query MongoDB&amp;nbsp;without&amp;nbsp;third part&amp;nbsp;drivers:&lt;/P&gt;&lt;P&gt;by JSL script you can connect your local JMP to MONGO passing trough R or Python Interface.&lt;/P&gt;&lt;P&gt;i tested this funcionality with R and it works well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// here a query sample&amp;nbsp;with R&amp;nbsp;3.5 //&lt;/P&gt;&lt;P&gt;R Init( );&lt;/P&gt;&lt;P&gt;R Submit( "&lt;/P&gt;&lt;P&gt;library(mongolite)&lt;/P&gt;&lt;P&gt;mquery &amp;lt;- mongo(collection = \!"ProbeWafer\!", db = \!"DbProbe\!", url = \!"mongodb://27017/DbaProbe\!")&lt;/P&gt;&lt;P&gt;DataFrame &amp;lt;- mquery$find ('{\!"DATETIME\!": { \!"$gte\!" : { \!"$date\!" : \!"2018-11-30T23:30:00Z\!" }, \!"$lt\!" : { \!"$date\!": \!"2018-12-01T00:00:00Z\!" } }}')");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt = R Get( DataFrame);&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; New Data View;&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; set name ("Mongo Table");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R Term();&lt;/P&gt;&lt;P&gt;// close R Session&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciao&lt;/P&gt;&lt;P&gt;Gianpaolo&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 11:07:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/109120#M39611</guid>
      <dc:creator>gianpaolo</dc:creator>
      <dc:date>2019-02-07T11:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: MongoDB: What is the best connector, is ODBC connector sufficient, or do I need BI Connector?</title>
      <link>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/109681#M39665</link>
      <description>&lt;P&gt;Hey Gianpaolo,&lt;/P&gt;&lt;P&gt;thanks for your hint, you're right.&lt;/P&gt;&lt;P&gt;I also did a connection to the mongoDB with python, it worked also.&lt;/P&gt;&lt;P&gt;But this would not be my preferred solution, as this would need a python installation for every user, that wants to use the script. So I would like to have a kind of connector, or native connect from JMP to mongoDB.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Georg&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 21:27:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/109681#M39665</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2019-02-08T21:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: MongoDB: What is the best connector, is ODBC connector sufficient, or do I need BI Connector?</title>
      <link>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/109810#M39712</link>
      <description>&lt;P&gt;Unfortunately , currently there is not a native connection JMP for mongo-db.&lt;/P&gt;&lt;P&gt;this topic has been a my discussion with&amp;nbsp; Jmp15 developers, but seems that for now they&amp;nbsp;dont have in plan to develop a native connection for no SQL&amp;nbsp;sources&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciao&lt;/P&gt;&lt;P&gt;Gianpaolo&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 07:59:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/109810#M39712</guid>
      <dc:creator>gianpaolo</dc:creator>
      <dc:date>2019-02-11T07:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: MongoDB: What is the best connector, is ODBC connector sufficient, or do I need BI Connector?</title>
      <link>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/801716#M97752</link>
      <description>&lt;P&gt;Update: As of JMP 18, Python is embedded in JMP and you do not need a separate Python installation for every user anymore :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 12:12:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/MongoDB-What-is-the-best-connector-is-ODBC-connector-sufficient/m-p/801716#M97752</guid>
      <dc:creator>martindemel</dc:creator>
      <dc:date>2024-09-25T12:12:19Z</dc:date>
    </item>
  </channel>
</rss>

