Hosting a Shiny App in Tableau

Brian BurdiBig Data & BI, Technical Tips1 Comment

Hosting a Shiny App in Tableau

Graphics in both Tableau and Shiny have their pluses and minuses. Tableau is good for drag and drop graphics that is easy to change the types of graphs given the situation with little to no coding. R/Shiny graphics are completely customizable from 3D graphics to violin plots, which is a boxplot that incorporates a probability density function. Also, with Shiny you can get summaries of the data and perform many other advanced statistical methods; beware of running analyses in Shiny without checking the proper diagnostic tests related to the data at hand (this is my statistics background speaking). Where Tableau … Read More

Tips on Developing Shiny Apps in RStudio Server

Brian BurdiBig Data & BI, Technical TipsLeave a Comment

Tips on Developing Shiny Apps in RStudio Server

Development from the RStudio Server is seamless to its desktop counterpart with the only difference being that you access it through your web browser. In fact, RStudio Server has some advantages because all you need is a computer that can connect to the internet and you’re using all of the server’s resources for computations rather than your local machine. This means that you can develop R code using a chromebook or tablet, in fact, I connected to my RStudio server on my iPhone and could code if I wanted but quickly found that it would be more of a hassle than it’s … Read More

Deploying a Shiny App on Shiny Server

Brian BurdiBig Data & BI, Technical TipsLeave a Comment

Deploying a Shiny App on Shiny Server

RStudio provides a free version on their Shiny Server for all to use. One of the drawbacks of the free version is that it will be public facing and you will not have a login. If you want to use Shiny Server to host sensitive data you will likely want to purchase the license to help protect your data. Getting a Shiny app hosted is easy, all you need to do is move your Shiny files to the following directory: /srv/shiny-server/ Once it’s there you will be able to share your apps with anyone with the following URL  http://<hostname>:3838/APP_NAME/.

Industrial IoT and Machine Learning Webinar

Brandon JonesBig Data & BI, EventsLeave a Comment

Industrial Iinternet of Things and Machine Learning

Making Wind Energy Cost Competitive, sponsored by the Independent Oracle Users Group This is a case study of the Fluitec Wind system that M&S Director of Data Science, Bob Liekar, lead and will be presenting on Wednesday, May 13, 12:45pm–2:00pm EDT. About The Webinar The Fluitec Wind Tribo-Analytics system is a production application that utilizes multiple Big Data disciplines. This case study presents a real-world application of Big Data and IoT (Internet of Things). The techniques and algorithms can be applied to many other industries. From Fluitec: “Wind turbines are expensive to operate. They are remote and distributed with highly … Read More

Explore the Force.com platform with Trailhead

Ashish KothariIndustry Trends, Offerings, Salesforce, Technical TipsLeave a Comment

Explore the Force.com platform with Trailhead

Are you a Salesforce.com Administrator, Developer, Solution Architect, or Business Analyst? If you want to learn more about the Force.com platform, explore Trailhead. Trailhead is an innovative way to learn about the Force.com platform — whether you are new to the platform or want to dive deep, you can test your knowledge of the platform while earning points and badges to celebrate your achievements. There are about 18 different modules (as of Apr ’15) you can pick and choose from. Each module consists of different tutorials and challenges. Some important modules are listed below: Force.com Basics Formulas and Validations UI Customization … Read More

Microsoft Identity Manager… Coming Soon

Ben MarckIdentity & Access Management, OfferingsLeave a Comment

Microsoft Identity Manager - Coming Soon

The IDM team at M&S Consulting is excited about Microsoft’s upcoming release / update / rebranding of Forefront Identity Manager to Microsoft Identity Manager. We’ve stood up a lab using the latest (as of this writing) CTP3 and so far have enjoyed playing around with the various new features and wanted to share our quick thoughts. Outside of the modernization and support for the latest platforms and infrastructure, such as, Server 2012 R2, SharePoint 2013, SQL Sever 2014, Microsoft has included several new features to add to the product offering. These include Privileged Account Management / Access and Cloud and … Read More

Google Apps Transfer Between Domains

Dom PucciOfferings, Technical TipsLeave a Comment

Google Apps migration

Our customer recently changed the name of their company, and they wanted to have all of their Google Apps accounts reflect the change. We helped them transfer all of their email, calendars, and contacts from their old Google Apps account to match their new domain. Google provides some, but not all, of the tools necessary to migrate user account data. Here are some of the tools we leveraged to migrate their user data. Google Data Migration Service Despite the name, this tool only migrates your users’ emails. The benefit, however, is that it is a direct migration — no middlemen here. This … Read More

Salesforce1 Lightning Overview

Ashish KothariIndustry Trends, News and Updates, Offerings, Salesforce, Technical TipsLeave a Comment

Salesforce1 Lightning Overview

Salesforce1 Lightning is the fastest way to build enterprise apps. Introduced in October 2014, Lightning is the newest release of the Salesforce1 Platform. Lightning is one monolithic app built on a component framework that can be leveraged to build enterprise apps very rapidly. The Salesforce1 mobile app was entirely rebuilt using Lightning components. Some features of the Salesforce1 mobile app include: Responsive UI across devices Component-based apps Highly extensible and customizable Available everywhere (on smartphones, tablets, within a desktop client aka web browser)   Salesforce1 Lightning comprises of: Lightning Connect Lightning Process Builder Lightning Components Lightning App Builder Lightning Connect … Read More