Exporting structure/metadata for modelling/architecture

0
Hi everyone,  I’m currently working with our data team to start getting information out of our Mendix and just wanted to get some thoughts on the ‘best’ way to get metadata out of the app, including the structure and definitions for the data. So far, I’ve exported the documentation from studio pro which generates the HTML  file with all entities, attributes, documentation and associations. I’ve also modified the Mx Reflection to output a list of everything but this excludes the associations and structure.  What would like to do is have something we can import into data modelling and architecture tool? – does anyone have any thoughts? Thanks in advance
asked
1 answers
0

Did you check out the Mendix sdk? This enables you to inspect the domain model.

https://docs.mendix.com/apidocs-mxsdk/mxsdk/ 

answered