https://github.com/mimani68/db-scalability-challenge
https://github.com/mimani68/db-scalability-challenge
grpc master-slave-replication monolith-architecture nodejs postgres
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mimani68/db-scalability-challenge
- Owner: mimani68
- Created: 2021-07-20T01:08:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T15:14:29.000Z (almost 5 years ago)
- Last Synced: 2025-06-10T16:52:59.807Z (about 1 year ago)
- Topics: grpc, master-slave-replication, monolith-architecture, nodejs, postgres
- Language: TypeScript
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Db Scalability Challenge
| Title | Vendor | Descriptions |
|---:|:---|:---:|
|Platform| nodejs > v10 ||
|Core| gRPC ||
|Database| postgres | replicated (1 master/3 node) |
|Cache| redis | single instance |
|Test engine| mocha | coverage < %60 |
|Dockerrized| true | |
|Orchestrator| docker-compose (v3.7)| |
## Development
```bash
npm run start
```
## Docker envirnoment
For start server you can use
```bash
docker-compose -f db_wrapper up
```
and finally for shutdown use
```bash
docker-compose -f db_wrapper down
```
## Screen
