Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
linhui7 committed Dec 11, 2023
2 parents 374a78a + 2283dbb commit c6d6db1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file added Artists Comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file added Trend Analysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/App_log_strem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c6d6db1

Please sign in to comment.