Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```