TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Aak HN: What time series metrics API should I emulate?

3 pointsby cooprover 7 years ago
I need to design a time series metrics API. The API will be read only, needs to support some but not extensive query flexibility, and will be used with a relatively limited number of metrics.<p>Are there any existing APIs you like that I could use for inspiration?<p>Are there any you hate that you hope I avoid emulating?!

1 comment

PaulHouleover 7 years ago
My first thought is that time series data sets vary drastically in scale.<p>For instance, there are two CPI numbers that come out once a month for about 80 years so far, or 1920 numbers total. That&#x27;s &quot;small data&quot;. Other systems collect that many numbers in a millisecond.<p>I like the time series handling capabilities in pandas myself.
评论 #15365378 未加载