Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oleksiikraievyi/highload-sw-arch-hw-20
- Owner: oleksiikraievyi
- Created: 2022-02-03T09:43:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T09:56:25.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T05:13:27.142Z (8 months ago)
- Language: PLpgSQL
- Homepage:
- Size: 1.95 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-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 statsCALL
real 0m40.849s
user 0m0.039s
sys 0m0.013sStand-alone PostgreSQL stats
CALLreal 0m1.160s
user 0m0.035s
sys 0m0.017s
```# 3. Clean up
```
./cleanup.sh
```