开发者

MongoDB Diagram Design Tool [closed]

Closed. This question does not meet Stack Ov开发者_如何学Goerflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

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


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.


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.


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/


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜