Using Data Stores
A data store references, in a process or an application system, persistent data defined in a data area.
Introduction to the data store concept
If you describe a logical application system, only logical data stores can be used.
If you describe an application system, only physical data stores can be used.
If you describe scenario of sequences or a scenario of flows, only application data stores can be used.
Last but not least, you can also distinguish data stores local to a system from external data stores that are positioned on the border of diagrams.
Usage contexts
The table below presents the list of diagrams that use the different types of data stores.
Data store type | Diagrams |
|---|---|
Logical data store | Logical application system structure diagrams |
Physical data store | Structure diagrams - of application, - of application system, - IT service, - microservices. |
Application data stores | Scenario sequence diagrams - of application, - of application system, - IT service, - microservices, Scenario of flows diagrams - of application, - of application system, - IT service, - microservices. |
Creating a local data store
To create, for example, a local physical data store from an application system structure diagram:
1. Open the diagram that interests you.
2. In the diagram objects toolbar, click Local physical Data Store and select the Object Type that supports the data store you describe.
3. Click in the frame of the described application system.
4. Depending on the Object type, select then the object that interests you.
5. Click OK.
The local physical data store appears in the diagram with the name of the associated object.
Creating a external data store
To create, for example, an external physical data store from an application system structure diagram:
1. Open the diagram that interests you.
2. In the diagram objects toolbar, click external physical Data Store and select the Object Type that supports the data store you describe.
3. Click at the edge of the frame of the described application system.
4. Depending on the Object type, select then the object that interests you.
5. Click OK.
The local physical data store appears in the diagram with the name of the associated object.
Describing access to a data store
To create a read access to the data store:
1. In the diagram insert toolbar, click Link.
2. Draw a link between the data store and the entity that reads the data (component or application system use).
A Read-only access to data storage is automatically created with the link from the data store to the entity.