Archi Forum

Archi => General Archi Discussion => Topic started by: TEK on December 21, 2019, 08:16:24 AM

Title: Dataflow visualization in Archi
Post by: TEK on December 21, 2019, 08:16:24 AM
Hi
I'm trying to create a integration overview for a several integrated applications.
My current plan (I'm all open for input) is to create a data flow view that will just focus on how data flow between applications.

However, I'm running into issues with Archi on this. It might be because I do not use Archimate as intented, or it might be that it is due to a weekness in Archi visualizing the models.
This is a overview, so there will be a lot of integrations - but to simplify and give a clear example of the issue, let say that I want to visualize the following;
- Vessel voyage information flows from the Vessel system to the Financial system
- Crew information flows from the Vessel system to the Financial system
- Billing information flows from the Financial system to the Vessel system

My idea is to use a "Flow relation" and add name to each relation that tells what data is flowing.
This should be a easy overview with a lot of information regarding data flow and be really valuable for the team to see all integrations.

This is the flow of data: See integration1.png
However, the result in Archi is not possible to read: See integration2.png

So, does anyone have a good idea about how to make a integration overview that shows this flow of data between systems?
(we have like 20-30 systems and a lot of integrations that I really would like to visualize in one view, and right now I'm wondering if I will need to change tool to something else to make it)
Title: Re: Dataflow visualization in Archi
Post by: Jean-Baptiste Sarrodie on December 21, 2019, 20:06:33 PM
Hi,

You can change the position of relationship by adding bendpoints and/or by changing the label's position to target or source (this is described in Archi user manual that you can access from within Archi of find as a PDF on Archi's website).

But creating such single view containing dozens of relationship is not the best way to do it as whatever you do you'll end up with something that nobody can understand. It is usually better to do it in two steps: an overview of the whole (information) system with few relationships expressing some kind of logical grouping (e.g. in you case one single relationship from Vessel to Financial system with a label such as "Voyage, crew and billing info."), and then provide per-system views with more details.

Regards,

JB
Title: Re: Dataflow visualization in Archi
Post by: TEK on December 23, 2019, 06:00:43 AM
Hi

Thanks for the input!
My computer locked up - so I'm not getting to test this right now, but I will as soon as I get it fixed. I'll get back on how it went then.
Title: Re: Dataflow visualization in Archi
Post by: rchevallier on December 23, 2019, 09:15:18 AM
if the flow (link) is important to show, I would then reify it:
I'll use passive structure (either data object or application event -- depends on the semantic to pass) to express them, and use associated relation "access" (reps. trigger) to link them to the function or as an derived relation to the service/component
Title: Re: Dataflow visualization in Archi
Post by: TEK on December 23, 2019, 19:54:50 PM
The situation is that we're to moving or dublicating all applications from one company to another (actually one domain to a new domain) and we're moving one-by-one.
It's important to know what applications is dependent on what applications to understand what would be affected if we move or dublicate an application.

The usage is:
- getting a overview of what is connected to what (to make a common understanding on a non-technical level
- knowing what applications is accessing other (so that we know what will be broken when one application is moved)
- know what integrations to test, by knowing what data that flows from one application to another

Any example of tried visualizations is very appriciated!
If the application is accessed by other applications we
Title: Re: Dataflow visualization in Archi
Post by: rchevallier on December 30, 2019, 09:27:24 AM
Using passive structures, the schema below
Otherwise, if the goal is mostly dependency management, interfaces are also very nice to represent flows

See example attached
Title: Re: Dataflow visualization in Archi
Post by: Jean-Baptiste Sarrodie on December 30, 2019, 13:21:01 PM
Hi,

Quote from: rchevallier on December 30, 2019, 09:27:24 AM
Using passive structures, the schema below
Otherwise, if the goal is mostly dependency management, interfaces are also very nice to represent flows
See example attached

Some remarks:

Quote from: TEK on December 23, 2019, 19:54:50 PM
The situation is that we're to moving or dublicating all applications from one company to another (actually one domain to a new domain) and we're moving one-by-one.
It's important to know what applications is dependent on what applications to understand what would be affected if we move or dublicate an application.

The usage is:
- getting a overview of what is connected to what (to make a common understanding on a non-technical level
- knowing what applications is accessing other (so that we know what will be broken when one application is moved)

For this you have to limit yourself to one Flow per couple of applications and use "generic" labels (e.g. in you case one single relationship from Vessel to Financial system with a label such as "Voyage, crew and billing info.").Such flows can be the basis of different kind of views depending of your need:

Quote
- know what integrations to test, by knowing what data that flows from one application to another

For such need I would link data objects to flows. Depending on your exact goal, this could be done by simple attributes on Flows, or by modelling each Data Object and creating an association between these data objects and Flows.

Regards,

JB