Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksiikraievyi/highload-sw-arch-hw-02
HW 2 for highload software architecture courses. https://prjctr.com/course/highload-software-architecture?gclid=EAIaIQobChMI7OOMjvf78wIVRjcYCh1axwtgEAAYASAAEgKm2_D_BwE
https://github.com/oleksiikraievyi/highload-sw-arch-hw-02
Last synced: 22 days ago
JSON representation
HW 2 for highload software architecture courses. https://prjctr.com/course/highload-software-architecture?gclid=EAIaIQobChMI7OOMjvf78wIVRjcYCh1axwtgEAAYASAAEgKm2_D_BwE
- Host: GitHub
- URL: https://github.com/oleksiikraievyi/highload-sw-arch-hw-02
- Owner: oleksiikraievyi
- Created: 2021-11-03T09:58:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T19:32:53.000Z (about 3 years ago)
- Last Synced: 2024-06-20T05:13:25.862Z (8 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# highload-sw-arch-hw-02
# Prerequisites
* docker
* linux + bash# 1. Download ab + spin up all required services + setup dashboard + run ab
```
./run.sh
```# 2. Observe results in grafana + generated test.log
![Dashboard](images/dashboard.png)# 3. Clean up
```
./cleanup.sh
```