Newman, A Functional REST Client for Scala


Details
StackMob (recently acquired by PayPal) operates a large distributed system composed of multiple services to provide fast, useful and highly available features for our users. We use HTTP and JSON for our wire transport and serialization protocol to communicate between services, and we use Newman to make all those calls.
Our services are built almost exclusively in Scala, so we built Newman as a Scala library that builds an abstraction layer on top of various HTTP client libraries. It has a simple DSL for making requests, handling responses and doing JSON serialization/deserialization. Newman ensures that our RPC calls are fast, asynchronous, and most importantly standard across our whole stack.
Aaron Schlesinger is a Sr. Member of the Technical Staff at PayPal where he is a member of the User Domain Platform team that builds services to store, process and serve the user profile data for PayPal's 140M+ users.
Location: Elance
Schedule:
• 6:30-7:00 - networking
• 7:00-7:10 - announcements etc
• 7:10-~8:40 - talk
• 8:40-9:00 - networking

Newman, A Functional REST Client for Scala