Import a Firebird 1 database to pandas dataframes, show a summary of the database table names, field names, field data types, and index columns, optionally extract and save table data to a directory, ...
week6/ ├── 📄 Dockerfile # Container image definition ├── 📄 docker-compose.yml # Multi-container orchestration ├── 📄 requirements.txt # Python dependencies ├── 📄 app.py # Flask ETL application ├── ...