MongoDB Diagram Design Tool

65,243

Solution 1

If you are looking for a way to create a data model to communicate your design, there are no tools out there specifically created to model json-structured data.

However, you could use UML tools or XML design tools to create your models. I've been less than satisfied with both methods, but it's all I have until some awesome developer builds a json-based data modeling tool.

Solution 2

As @Rex M says in a comment to your question, there are no schemas in Mongo.

There are tools such as MongoVUE which might be of use however.

Solution 3

This looks promising (have not tried it yet): http://3t.io/schema-explorer/ http://3t.io/

Here are more Mongo tools: http://mongodb-tools.com/

Solution 4

AFAIK, you can use any database modeling tool. http://www.mongodb.org/display/DOCS/Schema+Design

Share:
65,243
Hutch
Author by

Hutch

Updated on March 02, 2020

Comments

  • Hutch
    Hutch about 4 years

    Planning a project using MongoDB and looking for a tool to map out the database.

    Any suggestions of a database design tool similar to http://ondras.zarovi.cz/sql/demo/ that specifically supports MongoDB?

    Thanks

  • Hutch
    Hutch over 13 years
    Agreed. Looking for a MongoDB version of ondras.zarovi.cz/sql/demo