This is a framework that aims to be the basis of a real time dashboard using minimal elements
This mainly uses a combination of Redis for streaming data and storage, Asyncio for an asynchronous web framework, and socketio to update the html on the webpage
I really enjoy live data and had spent a considerable amount of my freshman year creating and modifying a dashboard that my suitemates and I could use to see insights on mainly the dining specials for the dining halls around campus. This is my attempt to better understand each component and refine it to create a barebones template and a simple dashboard interface anyone can use.