anshlambagit/Uber_Data_Engineer_Project ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Uber style real time data engineering project that takes ride data, processes it, and shows it in a clean web dashboard.

I want it to feel like a working demo, not just a notebook. The app should let me view live or recently updated ride information, basic trip stats, and a few useful charts or tables so I can understand what is happening in the data. If it helps, include a small backend, a data connection layer, and a frontend page for displaying the results.

Please make it easy to run locally and keep the code organized so I can follow the flow from data source to saved data to visual output. Use sensible sample data if needed, and if you need to check current docs for any libraries or setup details, go ahead and look them up online.