Skip to content

Categories:

Twitter Engineer Talks About the Company’s Migration from Ruby to Scala and Java

Twitter is famous for its use of Ruby on Rails, but as it has scaled the service up it has migrated some of its code to other technologies. The company began by migrating its back-end message queue to Scala (which runs on the Java Virtual Machine), continued by rebuilding its back-end search in Java and most recently replaced its search front-end with a Java server.

InfoQ is running an interview with Twitter engineer Evan Weaver who explains more about the shift.

Sponsor

Here are a few interesting points:

  • The first class languages at Twitter are JavaScript, Ruby, Scala and Java. Soemtimes C is used as well.
  • The usage of Ruby is shrinking at Twitter as JavaScript takes over the front-end and JVM-based languages take over the back-end.
  • In general, developers at Twitter from a Ruby background prefer Scala, and those with a C/C++ background prefer Java.
  • The search team uses Lucene and is experienced in Java. Java is more convenient for them than Scala or Ruby.
  • Twitter uses a library called Finagle for building asynchronous RPC servers and clients in Java, Scala or any JVM langauge.
  • The move to Scala and Java at Twitter is driven more by a need for encapsulation than for performance and scalability and much of the existing Ruby code is quite workable for the time being.
  • Static typing has been a productivity boon as Twitter search has moved towards a service oriented architecture.

The interview also goes into more specific technical reasons for preferring Scala to Rails, such as better vertical integration. Weaver also talks about Twitter’s overall architecture, which was described in the talk we covered here.

Discuss


Posted in Uncategorized.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.