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

HW 12 for highload software architecture courses. https://prjctr.com/course/highload-software-architecture?gclid=EAIaIQobChMI7OOMjvf78wIVRjcYCh1axwtgEAAYASAAEgKm2_D_BwE
https://github.com/oleksiikraievyi/highload-sw-arch-hw-12

Last synced: 22 days ago
JSON representation

HW 12 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-12

# Prerequisites
* docker
* linux + bash

# 1. Run Redis instances with rdb and aof + beanstalkd and run benchmarks
```
./run.sh
```

| Technology | Beanstalkd | Redis AOF | Redis RDB |
| :---: | :-: | :-: | :-: |
| Produce throughput req/sec | 194 | 100 | 99 |
| Consume throughput req/sec | 184 | 61 | 97 |

# 2. Clean up
```
./cleanup.sh
```