Ask HN: Where can I see many examples of real companies' software architecture?
51–60 of 106 posts
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#52Re: Ask HN: Where can I see many examples of real companies' software architecture?
#53Re: Ask HN: Where can I see many examples of real companies' software architecture?
#54You can get a good view on some architectures from AOSA, thought it may not be as focused on web as you're looking for: http://aosabook.org/en/index.html A good example is Scalable Web Architecture and Distributed Systems by Kate Matsudaira: http://aosabook.org/en/distsys.html
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#55A popular choice in the real world is known as 'the big ball of mud', e.g. as described at http://www.laputan.org/mud/ .
People assume that software architecture is like building architecture, in some ways it is, but NO ONE has ever showed up to a construction site that was half way done and said "Hey guys the steel framing we ordered has been delayed so please continue building the rest of the building by replacing anything that was original designed for steel beams with bamboo.
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#56Re: Ask HN: Where can I see many examples of real companies' software architecture?
#57You can get a good view on some architectures from AOSA, thought it may not be as focused on web as you're looking for: http://aosabook.org/en/index.html A good example is Scalable Web Architecture and Distributed Systems by Kate Matsudaira: http://aosabook.org/en/distsys.html
On topic of architecture of open source applications, Wikimedia shares this: https://meta.wikimedia.org/wiki/Wikimedia_servers
At what level of scale might one expect to need what's going on in the "Edge Cluster", as opposed letting all the requests fly right into the app servers?
Re: Ask HN: Where can I see many examples of real companies' software architecture?
#58Twitch recently open-sourced all their software.