Grouper API

A Ruby on Rails RESTful API for an iOS application

Grouper is an “Offline Social Club” who joined YCombinator in 2012.

In 2013 Grouper decided to pivot towards a mobile-first experience, and I was brought onboard contracting as a senior full-stack developer.

I worked under the guidance of Tom Blomfield, Tom Brown and Michael Waxman to deliver the backend services that powered the platform.

Notably, I built the recommendation engine, the matching engine and a significant part of our asyncronous billing system.

The matching engine was a bounded context which generated dating recommendations between our members. To build this system we used a combination of Neo4j (a graphing database) and Elasticsearch (a search engine specialising in fuzzy queries).

The matching engine was an asyncronous and auto-stabilising series of workers using the actor pattern which used a variant of the “stable marriage algorithm” to match our members over time, and automatically send invites and push notifications to even out our numbers across our dating nights.

The API was built using the Ruby on Rails framework, and provided a RESTful API for the iOS application and our internal tooling.


As part of an ongoing initiative, we frequenlty built off-shoot products and experiments in order to test our assumptions about our market.

Each iteration went from conception to market in less than 2 weeks.

In particular, our team built an a number of ReactJS

comments powered by Disqus