Data Modeling tools

Hi Everyone,

May I know any good data model tools to draw Entity diagram for Mongo? Thanks in advance.

Foon Lui

1 Like

Hi
tools which are very light and completely text based (so you can check them in with your code in /doc) are Mermaid and Plantuml. Both have plugins in vscode. Personally I use them depending on the usecase, Mermaid is very light and pure javascript, planuml is supported in a wide range of tools but requires java and graphviz

Mermaid

plantuml

Regards,
Michael

4 Likes

Thank you for your advice.

2 Likes

I just discovered this and then wen to see if theere was a MogoDB plugin for Mermaid (I’d been writing something similat but now I might do a plugin)

1 Like

Hi John,
would love to see this plugin. Any support I can provide, I’ll.
best, Michael

You can give a try to Mongo Modeler (free + open source)