Step 1 : Design Services
First of all, you have to design the service flow and its function. So, the main goal of our service as stated in the previous section is to retrieve the information from the database.
Service: retrieve data from database and show the information
After you know that you have to create the service. You can fully concentrate on designing how your service functions including.
- Service description
- Interface structure
- Service flow and external systems integration
See more details at Step 1: Design Services
Design service
This part will design the service that includes what the function is and describe the details.
Design Database Selection Service
Service Description
Service name : testdatabase
Description : retrieve data from database and show the information
Project : testservices
Interface Structure
Field Name | Data Type | |
Input | number | Integer |
Field Name | Promote to Front-end | |
Output | number | Yes |
type | Yes | |
teaname | Yes | |
process | Yes | |
location | Yes |
Service flow and external systems integration
Database MySQL Database
Database Name test_apig
Database Table tea
Design Service Flow
This part will design the function of the service into the flow diagram.
Service Flow