We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
如果您正在寻找一种方法来创建数据模型来传达您的设计,那么没有专门为 json 结构数据建模而创建的工具。
但是,您可以使用 UML 工具或 XML 设计工具来创建模型。我对这两种方法都不太满意,但这就是我所拥有的一切,直到一些出色的开发人员构建了一个基于 json 的数据建模工具。
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.
正如 @Rex M 在对你的问题的评论中所说,Mongo 中没有模式。
不过,有一些工具,例如 MongoVUE 可能有用。
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.
这看起来很有希望(还没有尝试过):
http://3t.io/schema-explorer/
http://3t.io/
这里有更多 Mongo 工具:
http://mongodb-tools.com/
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,您可以使用任何数据库建模工具。
http://www.mongodb.org/display/DOCS/Schema+Design
AFAIK, you can use any database modeling tool.
http://www.mongodb.org/display/DOCS/Schema+Design