Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 712 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 712 Bytes

Dashbrador

What is it?

This is a framework that aims to be the basis of a real time dashboard using minimal elements

How does it work?

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

Why does it exist?

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.