A tool to extract an Entity-Relationship (ER) diagram from Makumba Data Definition (MDD) files.
(See the example for the details)
- Unix operative system
- Python 3
- Virtualenv package
- Create a virtual environment:
python3 -m venv env
- Source the virtual environment:
source env/bin/activate
- Install grapviz:
pip install graphviz
Source the virual environment (if not done already):
source env/bin/activate
Run the script to generate the drawing code:
python mdd2er.py <path-to-mdds-directory> [depth-limit (default=10)]