Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksiikraievyi/highload-sw-arch-hw-15
HW 15 for highload software architecture courses. https://prjctr.com/course/highload-software-architecture?gclid=EAIaIQobChMI7OOMjvf78wIVRjcYCh1axwtgEAAYASAAEgKm2_D_BwE
https://github.com/oleksiikraievyi/highload-sw-arch-hw-15
Last synced: 11 days ago
JSON representation
HW 15 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-15
- Owner: oleksiikraievyi
- Created: 2021-12-22T21:44:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T15:19:33.000Z (about 3 years ago)
- Last Synced: 2024-06-20T05:13:26.510Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 232 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-15
# Prerequisites
* docker
* linux + bash# 1. Run services
```
./run.sh
```# 2. Set up `Raw/Plaintext TCP` input in graylog on port 5555
# 3. Invoke script to emulate slow query
```
docker exec -it mysql sh
# export MYSQL_PWD=root;
# mysql -u root#mysql SELECT SLEEP(5)
```# 4. Observe results
![](/images/graylog.png)
![](/images/elastic.png)# 5. Clean up
```
./cleanup.sh
```