Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

design graph (diagram) for erlang system

Tags:

erlang

I have been already reading 4 erlang's open source system for 3 months, and they are rabbitmq, couchdb, gproc, jobs.

They are totally different from my previous c# system because there are many processes and not object-oriented.

It will be better to express these systems by design graphs(diagram) rather than just source code.

Could you tell me which design graph(diagram) and tools are better for this job?

If there are some samples URL link for processes design graph(diagram), it will be better.

like image 374
Chen Yu Avatar asked Nov 18 '25 04:11

Chen Yu


1 Answers

for what I know a visual programming aid for Erlang has not been yet developed.

If you wanna use the graph abstraction to understand dependencies in your software you can use XRef Tool. This tool in conjuction with Erlang Digraph library can also visualize graphs of these dependencies, AFAIK.

Hope this helps!

Edit: This article refers to a methodology to create graphs for visualize processes, message passing and program flow in Erlang. In the end, you can also use UML Sequence Diagram

like image 168
Vincenzo Maggio Avatar answered Nov 21 '25 08:11

Vincenzo Maggio



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!