TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you discover products/services by other teams within your org?

5 点作者 shivylp超过 2 年前
With microservices pattern, in a medium-big organisation, there are lots of services maintained by lot of different teams. And somewhat regularly, new services are created, old services are deprecated, ownerships change, etc. With all this some challenges emerge:<p>1. Hard for new team members to make sense of the overall system. 2. Repeated efforts: team A does not know team B has solved a particular challenge already and end up building something again. 3. When deprecating a service&#x2F;API, no one knows who else is using it and the impact of stopping that service&#x2F;API.<p>Within your organization, what documentation tools or practices do you follow to be make it easy to discover existing services&#x2F;products, product PIC for it, tech PIC for it, etc.?

2 条评论

ndimares超过 2 年前
I&#x27;ve never used any of the products, but there are some interesting developments in the &quot;code visualisation&quot; space, i.e. <a href="https:&#x2F;&#x2F;www.codesee.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.codesee.io&#x2F;</a>. My sense is that right now they&#x27;re mainly targeting use case #1 that you mentioned, but I&#x27;m interested in whether they will grow to be useful for use case #3 which you mentioned.<p>The project I work on (speakeasyapi.dev) is more focused on the public API side for now, but we&#x27;ve looked at the microservice problem. We&#x27;ve come at it from the angle of providing an SDK which can track the traffic to a service. That way you can be aware of your services true surface area vs. what&#x27;s documented.<p>Curious to hear other ways people are solving these problems.
iamdeedubs超过 2 年前
It would be worth taking a look at <a href="https:&#x2F;&#x2F;backstage.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;backstage.io&#x2F;</a><p>Git based dev portal, lots of interesting modules: - service discovery - swagger &#x2F; avro rendering - k8s integration (urls, cost est,)<p>Something like the tech radar in a large org is worth the price of admission IMHO