-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverse Engineer #11
Comments
I have been planning to build such a capability. Specifically UML2ES would include a tool that generates a UML model by inferring the model's structure based on data in your MarkLogic database. You instruct the tool to look at specific collections, URIs/directories, or even documents that match a specific CTS query. You can then import that model into your UML tool and play with it. Of course, later you can deploy that model, with your changes, back to MarkLogic using UML2ES. Does that sound like it fits your requirement? What is your timeframe? |
It absolutely does. Would be good if the reverse engineering process can extract all the indexes, PII and other properties so this is helpful while generating artifacts such as search options. As far as the timeline, we’re performing this manually and an accelerator sooner than later would help. Thanks again. |
For the reverse engineering exercise, would you advise using JSONSchema to UML tool like the one given below and then apply your uml2es tool atop it? |
Hari, that looks promising, I agree. In UML2ES case, the desired mapping is ES-to-UML, but ES and JSONSchema have a lot of similarities. |
Thanks.. there are two cases at my end.
To accomplish the above, I’m thinking of following until you help me with the reverse engineering capability in umltoes,
It’s round above way but I wonder if there is an easier approach. Thanks again |
Hi Mike,
My ODH comprises of several JSON payloads grouped by collections. I want to reverse engineer and build out entity services model so I can generate artifacts like query options, TDEs etc.,
Is it possible to reverse engineer and build UML profile model from JSON payloads and later apply your toolkit?
The text was updated successfully, but these errors were encountered: