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.

Ask HN: Best API management solution

11 pointsby jbnicolaiabout 9 years ago
Considering features such as:<p><pre><code> * throttling * rate limiting * authentication and authorization * API usage analytics </code></pre> What are the experience of the collective HN crowd regarding the plethora of paid and open source tools out there? What are the pitfalls to look out for, and with which one(s) were the best experiences had?

4 comments

brudgersabout 9 years ago
I am curious as to what tools your team has considered so far, where they partially met the requirements, where they fell short because context will provide relevant answers.<p>To put it another way, for Google the answer to the tooling question is form an inhouse team, include one of the fellows who wrote C to develop a performant garbage collected language, and then throw some of those quarter million dollar a year plus engineers at writing whatever tools you want. At the other end, some entrepreneurial idea person tells the contract PHP programmer to make it happen next week. In the middle is someone who hires a consultant and another person who combines Legos on AWS themselves.<p>Which is a round-about way of getting to the critical idea: the good solutions for your company must fall into a very narrow range of technical <i>and</i> business criteria.<p>Good luck.
评论 #11440090 未加载
jbnicolaiabout 9 years ago
Previous discussion related to Kong [open source product from Mashape]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9451947" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=9451947</a>
Raed667about 9 years ago
I&#x27;m not aware of a solution that does all this, but for analytics , I have tried Keen.IO [0] which was nice.<p>[0] : <a href="https:&#x2F;&#x2F;keen.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;keen.io&#x2F;</a>
thomas-babout 9 years ago
Been playing with <a href="https:&#x2F;&#x2F;tyk.io" rel="nofollow">https:&#x2F;&#x2F;tyk.io</a> (Open source and SaaS), quite happy about it.