I’m building an app that needs to connect for less than a second (or search for just one result) but it does it a lot of time (like 100 times per second) so, I’m crashing against:
A. Stream API open/close connection limit
or
B. REST API Search 180 request per 15-minutes limit
Any idea how can I achieve the goal? Or, is this even possible? The idea is to get the “possibility of being trending” for a given list of terms.