This readme describes the web-app we have created for the challenge.
The application is run with this command:
- streamlit run app.py
- build the image. (see the ./deploy/docker-commands.ps1 file)
- publish the container in ACR. (see the ./deploy/azure_commands.ps1 file)
- create the container in Azure. (see the ./deploy/azure_commands.ps1 file)
In each page there is an option button to consume the data from Azure Postgres, Azure SQL Server, or local sqlite. If using the local data, the application do not run search queries.