<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>BI on The Final Artefact</title><link>https://www.thefinalartefact.xyz/categories/bi/</link><description>Recent content in BI on The Final Artefact</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Thu, 23 Jul 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://www.thefinalartefact.xyz/categories/bi/index.xml" rel="self" type="application/rss+xml"/><item><title>Poor Man's Robust Shiny App Deployment</title><link>https://www.thefinalartefact.xyz/post/poor-man-s-robust-shiny-app-deployment/</link><pubDate>Thu, 23 Jul 2020 00:00:00 +0000</pubDate><guid>https://www.thefinalartefact.xyz/post/poor-man-s-robust-shiny-app-deployment/</guid><description>&lt;h2 id="not-so-uncommon-problem"&gt;Not so uncommon problem&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://rstudio.com/products/connect/"&gt;RStudio Connect&lt;/a&gt; and more modest &lt;a href="https://www.shinyproxy.io"&gt;Shiny Proxy&lt;/a&gt; come to mind as most obvious solutions for deploying Shiny applications in production. Application servers are ideal for deploying applications that are to be consumed on a regular basis by larger audiences. In addition to serving the application, managing dependencies and user access or logging user activity are common tasks we would expect for a publishing platform to address. Frequently, however, deployment of Shiny application is directed at smaller audiences and less frequent usage. In such a situation, are availability, accessibility and user access management requirements will be often more modest. Commonly,in business a modelling or analytical solution can be packaged in Shiny application facilitating periodical re-run of models with different parameters and updated data sets. Such solutions can be conveniently utilised to facilitated development of monthly or quarterly reports. If the app is used once per month/quarter by a narrow user group the need to deploy it on the server is not well articulated. In that particular case we are mostly interested in ensuring that we can:&lt;/p&gt;</description></item><item><title>Interactively Loading Shiny Modules</title><link>https://www.thefinalartefact.xyz/post/interactive-module/</link><pubDate>Sat, 24 Nov 2018 00:00:00 +0000</pubDate><guid>https://www.thefinalartefact.xyz/post/interactive-module/</guid><description>&lt;h2 id="tldr"&gt;TL;DR&lt;/h2&gt;
&lt;p&gt;If you want to see the implemented solution, please refer to:
GitHub repo.&lt;/p&gt;
&lt;h2 id="context"&gt;Context&lt;/h2&gt;
&lt;p&gt;Shiny is a widely popular web application framework for a R. In simple tearms it enables any R programmer to develop and deploy web application. This application could be simple - an interactive document consisting of a few charts and tables or a c complex &amp;ldquo;behemoth&amp;rdquo; with multiple functionalities enabling end-users to run models, query external data, generate exportable reports and sophisticated visuals.&lt;/p&gt;</description></item></channel></rss>