MongoDB 图设计工具

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4714950/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 11:56:11  来源:igfitidea点击:

MongoDB Diagram Design Tool

mongodbdatabase-designdatabase-schema

提问by Hutch

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

使用 MongoDB 规划一个项目并寻找一种工具来映射数据库。

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

任何类似于http://ondras.zarovi.cz/sql/demo/专门支持 MongoDB的数据库设计工具的建议?

Thanks

谢谢

回答by Data Monk

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.

如果您正在寻找一种方法来创建数据模型来传达您的设计,那么没有专门为 json 结构化数据建模的工具。

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.

但是,您可以使用 UML 工具或 XML 设计工具来创建模型。我对这两种方法都不太满意,但直到某个出色的开发人员构建了基于 json 的数据建模工具之前,我才拥有这一切。

回答by Rich

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

正如@Rex M 在对您的问题的评论中所说,Mongo 中没有模式。

There are tools such as MongoVUEwhich might be of use however.

但是,有些工具(例如MongoVUE)可能有用。

回答by Samphan

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

AFAIK,您可以使用任何数据库建模工具。 http://www.mongodb.org/display/DOCS/Schema+Design

回答by Mikael Lirbank

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

这看起来很有希望(还没有尝试过):http: //3t.io/schema-explorer/ http://3t.io/

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

这里有更多 Mongo 工具:http: //mongodb-tools.com/