Hacker News new | ask | show | jobs
by mgliwka 2873 days ago
What's the nature of your data? Is it static or dynamic?
1 comments

^ important. If you're trying to provide free access, I always seek ways to mitigate cost. If the API can be slowly updating, like once a day or w/e, then I stick everything behind a static CDN or something such that it should cost you next to nothing. Just a small CPU somewhere to build the JSON endpoints per update cycle.