Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxch3n/cloudflare-do-calc
https://github.com/zxch3n/cloudflare-do-calc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zxch3n/cloudflare-do-calc
- Owner: zxch3n
- Created: 2024-11-22T03:27:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-22T03:30:19.000Z (about 1 month ago)
- Last Synced: 2024-11-22T04:23:45.645Z (about 1 month ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
Configuration:
DAU: 100000
WEBSOCKET_CONNECT_TIME_PER_HOUR_PER_USER: 2
MESSAGE_COUNT_PER_HOUR_PER_USER: 60
DAILY_DURATION_IN_HOURS: 2
AVG_MESSAGE_PROCESS_TIME_IN_S: 0.02
--- For Storage ---
AVG_READ_PER_MESSAGE: 2
AVG_WRITE_PER_MESSAGE: 2
AVG_DELETE_PER_MESSAGE: 0.1Calculate Hibernation With Storage Cost
requestPrice: 4.35, computePrice: 6.52, storagePrice: 897.8
total: 908.67Calculate Cost Without Hibernation
requestPrice: 4.35, computePrice: 34555
total: 34559.35
```