This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push: new 4e9307d blog entry for plantuml diagramming Camel routes 4e9307d is described below commit 4e9307dd42e6e5d6409d286be7f736e96d9d982d Author: ncasaux <nicolas....@gmail.com> AuthorDate: Fri May 14 19:40:18 2021 +0200 blog entry for plantuml diagramming Camel routes --- content/blog/2021/05/plantuml-diagram/featured.png | Bin 0 -> 41247 bytes content/blog/2021/05/plantuml-diagram/index.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/content/blog/2021/05/plantuml-diagram/featured.png b/content/blog/2021/05/plantuml-diagram/featured.png new file mode 100644 index 0000000..43d6145 Binary files /dev/null and b/content/blog/2021/05/plantuml-diagram/featured.png differ diff --git a/content/blog/2021/05/plantuml-diagram/index.md b/content/blog/2021/05/plantuml-diagram/index.md new file mode 100644 index 0000000..1e0a6a3 --- /dev/null +++ b/content/blog/2021/05/plantuml-diagram/index.md @@ -0,0 +1,21 @@ +--- +title: "Diagramming Camel routes with PlantUML" +date: 2021-05-14 +draft: false +authors: [ncasaux] +categories: ["Tooling"] +preview: "Diagramming Camel routes and endpoints interactions with PlantUML" +--- + +Hello Camel riders! + +I created a tool which allows to draw a PlantUML activity diagram from a **running** Camel context (not at design time). + +The above image shows what kind of diagram you can expect. + +I find it useful when I need to have a overall view of interactions between all the routes and endpoints, +or to have a visual representation for better understanding and documentation. + +You can find all the details on the public [GitHub repository](https://github.com/ncasaux/camel-plantuml). + +Maybe some of you could find it useful too! Do not hesitate to provide your feedback! \ No newline at end of file