Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oleksiikraievyi/highload-sw-arch-hw-12
- Owner: oleksiikraievyi
- Created: 2021-12-09T18:01:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T21:51:14.000Z (about 3 years ago)
- Last Synced: 2024-06-20T05:13:26.887Z (8 months ago)
- Language: C#
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```