Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MongoDB Diagram Design Tool [closed]

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

like image 800
Hutch Avatar asked Jan 17 '11 15:01

Hutch


2 Answers

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.

like image 128
Data Monk Avatar answered Oct 21 '22 02:10

Data Monk


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.

like image 28
Rich Avatar answered Oct 21 '22 02:10

Rich