# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 1
# self = https://watcher.sour.is/conv/4o34sgq
(#pldqlcq) My solution to:
> How much will the storage of logs cost for a standard, monolithic 100,000 RPS web application?
* 512 bytes logge ...
My solution to:
> How much will the storage of logs cost for a standard, monolithic 100,000 RPS web application?
- 512 bytes logged per request
- 100,000 RPS
- ~50MB/s
- ~4TB/day
- $0.02/GB Blob Storage
- $0 ingress
- 90 days retention
- ~400TB
- $8k Blob Storage
- Costs:
- ~$88/day
- ~$2.6k/month
- ~$32k/year ⌘ Read more*