This repo holds a script for generating example streaming data, and a shiny application that updates periodly to visualise it.
To run:
- In a terminal, run
Rscript generateExampleStreamingData.R
to generate example streaming data. - 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).