A simple C++ application demonstrating MySQL database connectivity using the MySQL C API. This project showcases basic CRUD (Create, Read, Update, Delete) operations in a console-based interface.
This project implements an end-to-end real-time transit data pipeline that retrieves live MBTA Route 1 bus-location data through a REST API, transforms the API response, and stores historical vehicle ...