<?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: Qliksense and R integration between virtual machines in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-R-integration-between-virtual-machines/m-p/1786104#M13918</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/93708"&gt;@DA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The configuration for analytic connection in the QMC is pointing to where the SSERPlugin is installed.&lt;/P&gt;&lt;P&gt;It's in the SSERPlugin configuration file that you will specify where the R server is.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/qlik-oss/sse-r-plugin" target="_blank"&gt;https://github.com/qlik-oss/sse-r-plugin&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 10:45:40 GMT</pubDate>
    <dc:creator>Damien_V</dc:creator>
    <dc:date>2021-02-25T10:45:40Z</dc:date>
    <item>
      <title>Qliksense and R integration between virtual machines</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-R-integration-between-virtual-machines/m-p/1785822#M13914</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;None of this is implemented yet so trying to use the forum to get a sense of considerations. Currently I have Qliksense running on a virtual machine in Azure. Separately I am going to set up another new virtual machine in Azure dedicated to data science work. Ideally this VM will only be used sparingly (i.e. not running 24/7) to reduce costs/maximise processing power.&lt;/P&gt;&lt;P&gt;I would like to set up a SSE extension between these virtual machines to integrate Qliksense and R, so that some of the advanced analytics work can be incorporated into Qliksense (e.g. forecasts, model predictions).&lt;/P&gt;&lt;P&gt;Can anyone provide any background on what requirements this will place on the new data science VM? I.e. if the Qliksense machine is operating 24/7 for end users does this necessitate the data science virtual machine to also be operating 24/7? Or are there ways around this in the way Qlik evaluates R scripts?&lt;/P&gt;&lt;P&gt;General advice welcome.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 14:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-R-integration-between-virtual-machines/m-p/1785822#M13914</guid>
      <dc:creator>David_HealthDS</dc:creator>
      <dc:date>2021-02-24T14:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense and R integration between virtual machines</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-R-integration-between-virtual-machines/m-p/1785840#M13915</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/136004"&gt;@David_HealthDS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, if you are evaluate R expression in the Qlik Sense script and store it as data in the Qlik Sense app, then the R server won't need to be running when users are accessing the Qlik Sense apps (only during the app reload)&lt;/P&gt;&lt;P&gt;However, if you are evaluating R expressions in the Qlik Sense front end, then the R server would need to be running when users use the app.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 15:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-R-integration-between-virtual-machines/m-p/1785840#M13915</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-02-24T15:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense and R integration between virtual machines</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-R-integration-between-virtual-machines/m-p/1786096#M13917</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That makes perfect sense i.e. if the required R calculation is static then the VM only needs to be on when app is being loaded, vs a dynamic calculation through user input would require a constant connection.&lt;/P&gt;&lt;P&gt;Happy to consider this closed but a slightly related question. If the R server is on a separate VM to the VM that Qlik is set up on, are there any dependancies on the R virtual machine with respect to Qlik? I'm just thinking of how analytic connections are set up regarding host and port configurations, as I don't think it will be the 'localhost' style scenario that is in most of the help guides. Example screenshot below.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 10:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-R-integration-between-virtual-machines/m-p/1786096#M13917</guid>
      <dc:creator>David_HealthDS</dc:creator>
      <dc:date>2021-02-25T10:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense and R integration between virtual machines</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-R-integration-between-virtual-machines/m-p/1786104#M13918</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/93708"&gt;@DA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The configuration for analytic connection in the QMC is pointing to where the SSERPlugin is installed.&lt;/P&gt;&lt;P&gt;It's in the SSERPlugin configuration file that you will specify where the R server is.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/qlik-oss/sse-r-plugin" target="_blank"&gt;https://github.com/qlik-oss/sse-r-plugin&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 10:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-R-integration-between-virtual-machines/m-p/1786104#M13918</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-02-25T10:45:40Z</dc:date>
    </item>
  </channel>
</rss>

