diff --git a/Artists Comparison.png b/Artists Comparison.png new file mode 100755 index 0000000..524d50e Binary files /dev/null and b/Artists Comparison.png differ diff --git a/README.MD b/README.MD index d1b9bd8..d6d356f 100755 --- a/README.MD +++ b/README.MD @@ -71,9 +71,14 @@ Harmony Harbor is a microservice-based web application capable of analyzing and ``` Example of log entry in `app.log`: + ![Alt text](images/app_log.png) -* Azure web app: We use Azure web app to host our service. It provides a centralized location for all our logs, with support for log streaming and log analysis. +* Azure App Serfvices: We use Azure web app to host our service. It provides a centralized location for all our logs, with support for log streaming and log analysis. + + Example of log stream in Azure app service: + + ![Alt text](images/App_log_strem.png) ### Containerization * `Dockerfile`: This file is used to build the Docker image for the Harmony Harbor service. It uses the Python base image, installs the Python dependencies, and copies the source code into the image. diff --git a/Trend Analysis.png b/Trend Analysis.png new file mode 100755 index 0000000..6ada810 Binary files /dev/null and b/Trend Analysis.png differ diff --git a/images/App_log_strem.png b/images/App_log_strem.png new file mode 100644 index 0000000..0b103fc Binary files /dev/null and b/images/App_log_strem.png differ