flightstats / hub

fault tolerant, highly available service for data storage and distribution
http://www.flightstats.com
MIT License
103 stars 35 forks source link

Ability to perform NEXT and PREVIOUS on tags #1033

Open seanstaley opened 6 years ago

seanstaley commented 6 years ago

Same feature request as #1011 except with tags instead of channels.

chriskessel commented 5 years ago

Just a bump on this. We access some channels through tags so they look like one virtual channel. I'd like to be able to do a /next or /next/X for the time based api with tags.

E.g. http://hub.iad.prod.flightstats.io/tag/rawPositions/2019/06/20/20/25/01/next/5

With this, the Dev Services "feed" products (Flight Status Feed, Positions Feed) could start having customers request 1 second at a time rather than each individual hub item. It's save a lot of calls to the hub.

I'm guessing this is difficult though.