Currently geras will send a single query to OpenTSDB for each Series request, therefore potentially needing an unbounded amount of memory.
Split up queries (needs thought about how to combine with downsampling if done, #31) and stream back the data as found.
Later:
- Makes it possible to paralleise queries, limit overall data volume, etc.