Control - Infrastructure Management - Maintenance - Scheduling Who Becomes the Analytic Administrator? - Invest time in learning best practices around data-ops - Spend less time doing data science Support / Resources R in Production Material Webinars for the Analytic Admin Communication with IT
energy - but most of the time it’s best not to get too attached. When it comes time for the real deal, use what you learned to start fresh. The cleansing power of BURNING IT DOWN
Use in combination with other tools! Boto3 library for AWS Vagrant + VirtualBox for local VM quick launch Modules available for tons of other integrations!
COPY [".", "./"] EXPOSE 8080 ENTRYPOINT ["R", "-e", "pr <- plumber::plumb(commandArgs()[4]); pr$run(host='0.0.0.0', port=8080)"] CMD ["plumber.R"] Jeff Allen is giving an RStudio Webinar on Plumber - July 25th - Catch the recording later if you’re in this timezone
mkdir -p /var/log/app_engine # Add the static content ADD www/ /usr/share/nginx/www/ RUN chmod -R a+r /usr/share/nginx/www The NGINX website has introductory webinars available on demand + loads of documentation