Legacy Data Wrangling and Visualization Application Conversion
The main goal for the project is to convert the legacy data wrangling and visualization application written in JavaScript to Python, containerize it, and use FastAPI as the server. This will involve several different steps for the learners, including: - Analyzing the existing JavaScript codebase and understanding the data wrangling and visualization logic. - Converting the existing JavaScript code to Python and ensuring compatibility with the single dataset/datafile. - Containerizing the Python application for easy deployment and management. - Integrating FastAPI as the server for the containerized application.