ABOUT THE PROJECT
This service was created to query a legacy Sybase database and to generate tax report documents in both PDF and XLSX format for the public. The service was developed in python and was bundled into an .EXE file and ran as a scheduled task using NSSM on a Windows Server. Once the files were generated they would be automatically transferred to our production web servers via SCP. This service was later rewritten using Node.JS and ran in a Docker container on a RHEL server to allow for better local testing.
FEATURES
- Uses Paramiko for SFTP / SCP transfers
- Generates PDF / XLSX through Weasyprint library
- Scheduled task for daily generating for documents
- Utilizes Docker containers
- Sybase database connection
MADE FOR
Web Team