mongodoc

Creates a uml-like diagram for a nested mongodb document
Download

mongodoc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Craig Swank
  • Publisher web site:
  • https://github.com/cswank/

mongodoc Tags


mongodoc Description

Creates a uml-like diagram for a nested mongodb document mongodoc is a Python module that creates a UML-like diagram for a nested mongodb document.If you have a mongodb database that you wish to document, a good starting point might be to install mongodoc and use the doc-db command:doc-db testAfter answering a few questions, you will get an output file that will look something like this: _____________________________________________________________________________| people ||_____________________________________________________________________________|| last: < type 'unicode' > ________________________________|| mood: < type 'unicode' > | address ||| age: < type 'int' > |________________________________||| location: < type 'unicode' > | state: < type 'unicode' > ||| address: < type 'dict' > | street: < type 'unicode' > ||| _id: < class 'bson.objectid.ObjectId' > | number: < type 'int' > ||| first: < type 'unicode' > | zip: < type 'int' > ||| |________________________________|||_____________________________________________________________________________|This document has a sub-document for the value of the address field, so it appears as a box within the people diagram. You will get one of these diagrams for each collection in the db.The doc-db command has a few options for connecting to the db:% doc-db -husage: doc-db nameDocument a mongo dbpositional arguments: name The name of the mongo db to documentoptional arguments: -h, --help show this help message and exit --port PORT The db port number --host HOST The db host --username USERNAME The username for authenticating to the db --password PASSWORD The password for authenticating to the db --file FILE The name of the output file Requirements: · Python What's New in This Release: · Fixed a bug in counting similar docs · When the user keeps saying no to the 'use this doc' prompt


mongodoc Related Software