文件名称:mongodb-schema:推断MongoDB集合的概率模式
文件大小:199KB
文件格式:ZIP
更新时间:2024-02-25 11:01:11
schema mongodb mongodb-cli compass-tools MongoDBJavaScript
mongodb-schema
推断MongoDB集合的概率模式。
用法
mongodb-schema可以用作命令行工具,也可以在应用程序中以编程方式用作节点模块。
命令行
要安装mongodb-schema以供命令行使用,请运行npm install -g mongodb-schema 。 这将添加一个新的Shell脚本,您可以直接从命令行运行它。
命令行工具需要一个MongoDB连接URI和一个
【文件预览】:
mongodb-schema-master
----.coveralls.yml(46B)
----.eslintrc(351B)
----.zuul.yml(206B)
----.jsfmtrc(5KB)
----lib()
--------stats.js(2KB)
--------semantic-types()
--------stream.js(10KB)
--------index.js(2KB)
----.npmignore(128B)
----examples()
--------parse-schema.js(527B)
--------fanclub.json(43KB)
--------parse-from-file.js(718B)
----.travis.yml(326B)
----LICENSE(11KB)
----test()
--------basic-unique.test.js(3KB)
--------mixed-type-nested.test.js(2KB)
--------basic.test.js(2KB)
--------stream.test.js(808B)
--------regression-strings-have-same-probability.test.js(756B)
--------semantic-types.test.js(5KB)
--------mixed-type-evolving-schema.test.js(2KB)
--------wrapper.test.js(892B)
--------array-object-types.test.js(2KB)
--------basic-probability.test.js(955B)
--------basic-embedded-array.test.js(1KB)
--------field-order.test.js(904B)
--------mixed-type-probability.test.js(2KB)
--------nested-document-path.test.js(842B)
--------basic-embedded-documents.test.js(2KB)
--------stats.test.js(4KB)
--------mixed-type-order.test.js(1KB)
--------mocha.opts(8B)
----README.md(10KB)
----docs()
--------mongodb-schema_diagram.graffle(3KB)
--------mongodb-schema_diagram.png(89KB)
----.gitignore(560B)
----index.js(35B)
----bin()
--------mongodb-schema(6KB)
----package-lock.json(328KB)
----package.json(2KB)