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
MongoDB Diagram Design Tool
提问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
回答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/