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

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

Last synced: 22 days ago
JSON representation

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

# Prerequisites
* docker
* linux + bash

# 1. Run Postgres servers (stand-alone, 2 shards + master server) + run test
```
./run.sh
```

# 2. Observe results in console

```
Sharded PostgreSQL stats

CALL

real 0m40.849s
user 0m0.039s
sys 0m0.013s

Stand-alone PostgreSQL stats
CALL

real 0m1.160s
user 0m0.035s
sys 0m0.017s
```

# 3. Clean up

```
./cleanup.sh
```