What technologies do Google and Facebook use for their back-end and front-end?
What are their database technologies, and languages they use to process the back-end data.
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
|||||||
|
|
I can tell you that Facebook uses PHP as a frontend presentation layer and backend is mostly MySQL and (for message search) Cassandra. Google uses BigTable for backend repository (I don't know if they use MySQL or other technologies). |
|||
|
|
|
Google makes use of Map Reduce to process huge amount of data.Facebook uses an open source implementation of Map Reduce called Hadoop. |
|||
|
|
|
Heard a rumor that Facebook uses Erlang for its messaging system: http://gregosuri.com/how-facebook-uses-erlang-for-real-time-chat |
|||
|
|
|
Google tree whales: Google File System, BigTable and MapReduce |
|||
|
|
|
Since you are asking about both front-end and back-end, you maybe interested in the part inbetween: How they communicate between different systems. For this Google and Facebook use Protocol Buffers and Thrift respectively. |
||||
|
|
|
Facebook uses HBase for its messaging infrastructure. Have attached the paper published by Facebook on how they used HBase and the optimizations they have done. Its a good read: http://sites.computer.org/debull/A12june/facebook.pdf |
|||
|
|