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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you documenting/visualising a microservices architecture?

9 点作者 kostarelo超过 9 年前
I was wondering how do people documenting or visualising a microservices architecture. Do you use a particular tool? If you do versioning, how do you keep compatibility notes? Something else you are using?

4 条评论

simple10超过 9 年前
Cloudcraft has some pretty output for diagrams.<p><a href="https:&#x2F;&#x2F;cloudcraft.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cloudcraft.co&#x2F;</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10722942" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10722942</a>
kapad超过 9 年前
Caution: You may find this irrelevant: When I was working at Amazon, I had attended a tech talk in which the speakers discussed about how they had tried to build a tool to visualize service dependencies within Amazon (It was a fun side project for them). The issue they faced was that there were just too many services and an attempt to display all the services, even on a large monitor just resulted in a large black mass (or white mass on a black background, don&#x27;t really remember) that conveyed zero useful information.
评论 #10725942 未加载
edoceo超过 9 年前
I&#x27;ve tried this one once or twice: <a href="https:&#x2F;&#x2F;jujucharms.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jujucharms.com&#x2F;</a>
tylerFowler超过 9 年前
I use Terraform, which allows me to visualize my infrastructure as it stands. Though I must admit it&#x27;s not too pretty.