/shiny-streaming

Visualising Streaming Data with Shiny.

Primary LanguageRApache License 2.0Apache-2.0

This repo holds a script for generating example streaming data, and a shiny application that updates periodly to visualise it.

To run:

  1. In a terminal, run Rscript generateExampleStreamingData.R to generate example streaming data.
  2. Run the shiny application.

(When finished, don't forget to exit the infinite loop from generateExampleStreamingData.R.)

This is from https://datascienceplus.com/visualizing-streaming-data-with-shiny/ (also holds a link for R Shiny: Email and Text Message Alerts Based on Streaming Sensor Data).