Apollo, Meteor's data stack for modern apps
medium.com3 pointsby relevate0 comments
var coworkers = departments.selectMany(department => department.employees);
Nearly equivalent to the Scala code, but uses more approachable keywords like `select`, `selectMany`, and `where` instead of `map`, `flatMap`, and `filter`.
https://www.microsoft.com/en-us/research/project/drawbridge/