Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocper1/distributed-system
https://github.com/pocper1/distributed-system
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pocper1/distributed-system
- Owner: pocper1
- Created: 2024-11-29T05:43:16.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-22T15:52:40.000Z (29 days ago)
- Last Synced: 2024-12-22T16:36:38.074Z (29 days 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
```