无论如何,我可以从数据表自动生成架构图吗

发布于 2024-08-14 06:56:41 字数 328 浏览 3 评论 0 原文

我有一个文本文件中的应用程序、服务和数据库列表。该列表包括哪些应用程序是哪些服务的使用者以及哪些服务使用哪些数据库。我想知道是否有一个工具可以获取这些数据并生成架构图。我希望输出是动态的,因此当文本文件更新时,图表会自动更新

类似于此工具的内容(该工具似乎不适用于网络)

http://research.microsoft.com/en-us/projects/msagl/default.aspx

i have a list of applications, services and databases in a text file. the list includes which applications are consumers of which services and which services use which databases. I would like to know if there is a tool that can take this data and generate an architecture diagram. i would like to output to be dynamic so when the text file is updated the diagram automatically updates

something similar to this tool (which doesn't seem available for the web)

http://research.microsoft.com/en-us/projects/msagl/default.aspx

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风流物 2024-08-21 06:56:41

我见过的最接近的等效项是 Graphviz

Graphviz 是开源图形可视化软件。
它有几个主要的图形布局程序。请参阅图库了解一些示例布局。
它还具有 Web 和交互式图形界面以及辅助工具、库和语言绑定。

http://www.graphviz.org/Gallery/directed/cluster.png

它也有多个查看者,但没有一个据我所知,在 C# 中。

The closest equivalent I have seen is Graphviz

Graphviz is open source graph visualization software.
It has several main graph layout programs. See the gallery for some sample layouts.
It also has web and interactive graphical interfaces, and auxiliary tools, libraries, and language bindings.

http://www.graphviz.org/Gallery/directed/cluster.png

It has also several viewers, but not one in C#, as far as I know.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文