<?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: JMP to MongoDB connection. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-to-MongoDB-connection/m-p/434231#M68400</link>
    <description>&lt;P&gt;Hi Fiona,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Access to Mongo through JMP will require an ODBC driver.&amp;nbsp; There are a variety out there, some of which you must pay for.&amp;nbsp; Once you set up the driver with your Mongo connection information you can use the JMP Query Builder or Database Open Table capabilities.&amp;nbsp; Most databases like Oracle or SQL Server require the same kind of preparation prior to importing data into JMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian Corcoran&lt;/P&gt;
&lt;P&gt;JMP Development&lt;/P&gt;</description>
    <pubDate>Mon, 08 Nov 2021 18:56:24 GMT</pubDate>
    <dc:creator>briancorcoran</dc:creator>
    <dc:date>2021-11-08T18:56:24Z</dc:date>
    <item>
      <title>JMP to MongoDB connection.</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-to-MongoDB-connection/m-p/433823#M68366</link>
      <description>&lt;P&gt;I am reading back to posts from 2019 that say there is not a&amp;nbsp;&lt;SPAN&gt;native connection in JMP for mongo-db. Is this still the case?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Our ERP system runs Mongo DB and we'd like to connect to JMP (16). Is it possible yet?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 12:19:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-to-MongoDB-connection/m-p/433823#M68366</guid>
      <dc:creator>fionaweston</dc:creator>
      <dc:date>2023-06-11T12:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: JMP to MongoDB connection.</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-to-MongoDB-connection/m-p/434231#M68400</link>
      <description>&lt;P&gt;Hi Fiona,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Access to Mongo through JMP will require an ODBC driver.&amp;nbsp; There are a variety out there, some of which you must pay for.&amp;nbsp; Once you set up the driver with your Mongo connection information you can use the JMP Query Builder or Database Open Table capabilities.&amp;nbsp; Most databases like Oracle or SQL Server require the same kind of preparation prior to importing data into JMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian Corcoran&lt;/P&gt;
&lt;P&gt;JMP Development&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 18:56:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-to-MongoDB-connection/m-p/434231#M68400</guid>
      <dc:creator>briancorcoran</dc:creator>
      <dc:date>2021-11-08T18:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: JMP to MongoDB connection.</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-to-MongoDB-connection/m-p/434660#M68433</link>
      <description>&lt;P&gt;You can also utilize R or python for this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
R Init();
R Submit("
library(mongolite)
connection_string = 'mongodb+srv://&amp;lt;username&amp;gt;:&amp;lt;password&amp;gt;@&amp;lt;cluster-name&amp;gt;.mongodb.net/sample_training'
trips_collection = mongo(collection=\!"trips\!", db=\!"sample_training\!", url=connection_string)
trips_collection = mongo(collection=\!"trips\!", db=\!"sample_training\!", url=connection_string)
user_types = trips_collection$aggregate('[{\!"$group\!":{\!"_id\!":\!"$usertype\!", \!"Count\!": {\!"$sum\!":1}}}]')
df &amp;lt;- as.data.frame(user_types)
");

dt = R Get(df);
R Term();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Example R Syntax is from:&amp;nbsp;&lt;A href="https://www.mongodb.com/languages/mongodb-and-r-example" target="_blank"&gt;https://www.mongodb.com/languages/mongodb-and-r-example&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 20:13:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-to-MongoDB-connection/m-p/434660#M68433</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-11-09T20:13:44Z</dc:date>
    </item>
  </channel>
</rss>

