HGustavs / LenaSYS

Code Viewer and Course Organization System used in some courses at University of Skövde
57 stars 31 forks source link

Model standard for modeling micro services architecture #13036

Open HGustavs opened 1 year ago

HGustavs commented 1 year ago

Suggested model design patterns / naming conventions in a microservice example model.

c21alest commented 1 year ago

To the person investigating this think of how functions in a service file can be separated (isolated and independent) and this will then be a micro service. Should all micro services have their own file or should they be grouped together (still independent) or what architecture?