https://github.com/pocper1/distributed-system
  
  
     
    https://github.com/pocper1/distributed-system
  
        Last synced: 5 months ago 
        JSON representation
    
- Host: GitHub
 - URL: https://github.com/pocper1/distributed-system
 - Owner: pocper1
 - Created: 2024-11-29T05:43:16.000Z (11 months ago)
 - Default Branch: master
 - Last Pushed: 2024-12-22T15:52:40.000Z (11 months ago)
 - Last Synced: 2024-12-29T23:51:40.556Z (10 months ago)
 - Language: JavaScript
 - Size: 16.4 MB
 - Stars: 0
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
README
          # distributed-system
## Frontend
```
node -v
v16.20.2
```
```
npm -v
8.19.4
```
```
$ docker --version
Docker version 27.3.1, build ce12230
```
## Backend
## Steps
1. create cloud SQL
    在 GCP 控制台中,創建 PostgreSQL。
    配置網路訪問權限,允許 Cloud Run 或 GKE 訪問。
2. 建立 Pub/Sub 主題
    創建一個名為 score-updates 的 Pub/Sub 主題
    ```bash
    gcloud pubsub topics create score-updates
    ```