<?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 Import data from AWS S3 or other cloud services? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Import-data-from-AWS-S3-or-other-cloud-services/m-p/53615#M30307</link>
    <description>&lt;P&gt;How does JMP connect to data stored on cloud hosting services like AWS S3? I read that JMP has ODBC connectors to various data stores,&amp;nbsp;but I can't find a list of the available connectors that are out there. Ideally,&amp;nbsp;importing data in JMP would get converted to an AWS CLI call to retrieve the contents of an S3 bucket. Even more ideally, the import would be a CLI call&amp;nbsp;that's doing a redshift or other postgres query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 20:20:45 GMT</pubDate>
    <dc:creator>earthmancash</dc:creator>
    <dc:date>2018-03-21T20:20:45Z</dc:date>
    <item>
      <title>Import data from AWS S3 or other cloud services?</title>
      <link>https://community.jmp.com/t5/Discussions/Import-data-from-AWS-S3-or-other-cloud-services/m-p/53615#M30307</link>
      <description>&lt;P&gt;How does JMP connect to data stored on cloud hosting services like AWS S3? I read that JMP has ODBC connectors to various data stores,&amp;nbsp;but I can't find a list of the available connectors that are out there. Ideally,&amp;nbsp;importing data in JMP would get converted to an AWS CLI call to retrieve the contents of an S3 bucket. Even more ideally, the import would be a CLI call&amp;nbsp;that's doing a redshift or other postgres query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 20:20:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Import-data-from-AWS-S3-or-other-cloud-services/m-p/53615#M30307</guid>
      <dc:creator>earthmancash</dc:creator>
      <dc:date>2018-03-21T20:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import data from AWS S3 or other cloud services?</title>
      <link>https://community.jmp.com/t5/Discussions/Import-data-from-AWS-S3-or-other-cloud-services/m-p/53619#M30310</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11397"&gt;@earthmancash&lt;/a&gt;,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I think this can be done using query builder. Here is some relevant post I found,&amp;nbsp;&lt;A href="https://www.progress.com/blogs/salesforce-connectivity-within-sas-jmp" target="_blank"&gt;https://www.progress.com/blogs/salesforce-connectivity-within-sas-jmp&lt;/A&gt; - the post details how to connect to Salesforce Cloud. I wonder if it would be very different from that. Hope this helps&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 20:31:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Import-data-from-AWS-S3-or-other-cloud-services/m-p/53619#M30310</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2018-03-21T20:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Import data from AWS S3 or other cloud services?</title>
      <link>https://community.jmp.com/t5/Discussions/Import-data-from-AWS-S3-or-other-cloud-services/m-p/53624#M30313</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11397"&gt;@earthmancash&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Yes you can connect to AWS from JMP. &amp;nbsp;There are a few ways to establish the connection. &amp;nbsp;But they are dependent on how you want to&amp;nbsp;&lt;SPAN&gt;manage the access your users have to your Amazon Redshift database. Often you generate temporary DB&amp;nbsp;credentials based on permissions granted through an AWS Identity and Access Management (IAM) permissions policy.&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;ODBC for creating DB credentials&lt;/LI&gt;
&lt;LI&gt;JDBC (via run program) for creating DB credentials&lt;/LI&gt;
&lt;LI&gt;Rest API (JMP 14) to establish DB credentials&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Amazon recommends ODBC or JDBC drivers to generate DB user credentials.&lt;/P&gt;
&lt;P&gt;You will need obtain the ODBC URL for your cluster before configuring the driver.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.aws.amazon.com/redshift/latest/mgmt/install-odbc-driver-mac.html" target="_self"&gt;Configuration of the Mac Redshift ODBC driver&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.aws.amazon.com/redshift/latest/mgmt/install-odbc-driver-windows.html" target="_self"&gt;Configuration of the Windows Redshift ODBC driver&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Once you have configured the ODBC driver you can use JMP Query Builder as described in&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/6696"&gt;@uday_guntupalli&lt;/a&gt;&amp;nbsp;post. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Further information&amp;nbsp;and&amp;nbsp;reading using the online documentation for &lt;A href="https://www.jmp.com/support/help/13/Connect_to_a_SQL_Database.shtml" target="_self"&gt;JMP Query Builder&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 20:58:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Import-data-from-AWS-S3-or-other-cloud-services/m-p/53624#M30313</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2018-03-21T20:58:59Z</dc:date>
    </item>
  </channel>
</rss>

