The SeatGeek Event Recommendations API
seatgeek.com
The SeatGeek Event Recommendations API
1–10 of 10 posts
Re: The SeatGeek Event Recommendations API
#2For those who are curious, a direct link to the documentation: http://platform.seatgeek.com/#recommendations
Re: The SeatGeek Event Recommendations API
#3How 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.
Re: The SeatGeek Event Recommendations API
#4How 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.
Re: The SeatGeek Event Recommendations API
#5[deleted]
Re: The SeatGeek Event Recommendations API
#6Looks great. Are there affiliate options coming?
Re: The SeatGeek Event Recommendations API
#7I think their website just got hacked...
Re: The SeatGeek Event Recommendations API
#8I didn't even know SeatGeek had an API. Just added their event listings to one of my side projects.
Serendipity.
Re: The SeatGeek Event Recommendations API
#9I think their website just got hacked...
I only see a password field right now, looks suspicious.
Re: The SeatGeek Event Recommendations API
#10I think their website just got hacked...
Unfortunately, it does seem that way. We're looking at it.