|
|
|
|
|
by homami
1368 days ago
|
|
For what it is worth, I am handling about 130k views and registering ~1k paying users per day with a t2.large instance server running node, redis and nginx behind a free tier Cloudflare proxy, a db.t2.small running postgres 14, plus CloudFront and S3 for hosting static assets. Everything is recorded in the database and a few pgcron jobs aggregate the data for analytics and reporting purposes every few minutes. |
|
As someone who isn't a programmer (mechanical engineer) but has some programming ability, the idea of designing something like the article author did and sharing it with the world intrigues me.
How much does a setup like you described cost per month? (Or per x/number of users, not sure how pricing works in this realm)