Hacker News new | ask | show | jobs
by endisneigh 1174 days ago
What are the biggest apps on the simplest architectures and what are the architectures?
2 comments

Stack Overflow is probably one of the more public examples. That is mostly a C# monolith with a relational database behind it.
Monolithic apps running on big servers talking to databases running on big servers. Very little orchestration overhead or complexity with serverless and the rest.

Everything from StackOverflow to ad serving systems to high-frequency trading exchanges are run this way.

Stack overflow is unique in that it’s most read only. Link to high frequency trading “boring” architecture?
What is your definition of non-boring architecture? I'm curious as to what you consider the exciting architectures necessary for scaling to make sure we're talking about the same thing.

Quora, Pinterest, Twitter, etc are all just big app instances talking to DB instances, with separate systems for background processing, queues, and caching. Are you suggesting that they would scale better with serverless functions instead?

Here's a list of architectures: http://highscalability.com/all-time-favorites/

Ironic that this page is down? (also not https? heh)