Hacker News new | past | comments | ask | show | jobs | submit login
The SeatGeek Event Recommendations API (seatgeek.com)
38 points by acslater00 on Feb 6, 2013 | hide | past | favorite | 8 comments



How would it be able to calculate results from an arbitrary vector of preferences in realtime? It seems like the sort of thing that could not be done quickly enough to respond with a synchronous API request. In other words, it seems like the sort of thing that is naturally backgrounded.


It can be done fast enough. There is some pre-processing of the raw data at startup time, so all we store in memory is a matrix representation of our user/artist preference graph.

A typical preference calculation for a new arbitrary set of artists takes 50-100ms, at which point it is cached for a while. Our most common queries [individual performers, for example] tend to read from cache, which helps.


For those who are curious, a direct link to the documentation: http://platform.seatgeek.com/#recommendations


Looks great. Are there affiliate options coming?


I didn't even know SeatGeek had an API. Just added their event listings to one of my side projects.

Serendipity.


I think their website just got hacked...


Unfortunately, it does seem that way. We're looking at it.


I only see a password field right now, looks suspicious.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: