SeelabFhdo / lemma

Home of the Language Ecosystem for Modeling Microservice Architecture (LEMMA)
MIT License
33 stars 8 forks source link

Enable generation of LEMMA models from OpenAPI files #33

Closed josor001 closed 1 year ago

josor001 commented 3 years ago

Many teams in practice use OpenAPI to document their RESTful interfaces. Hence, it would be great to add a new button/menu item and provide a mechanism for OpenAPI-2-LEMMA. OpenAPI descs probably contain domain data (schemas in openapi) and service information (api desc in openapi).

frademacher commented 2 years ago

cf. https://github.com/SeelabFhdo/lemma/pull/55#issuecomment-1211640356

frademacher commented 1 year ago

With the merge of the OpenAPI transformation (cf. PR https://github.com/SeelabFhdo/lemma/pull/65), we can now derive LEMMA models from OpenAPI. Would be nice to turn this feature into a bidirectional transformation that also supports LEMMA-to-OpenAPI in the future.