Skip to content

A tool to extract an Entity Relationship (ER) diagram from Makumba Data Definition (MDD) files.

Notifications You must be signed in to change notification settings

samupino/mdd-to-er

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makumba Data Definition to Entity-Relationship diagram

A tool to extract an Entity-Relationship (ER) diagram from Makumba Data Definition (MDD) files.

Example image

(See the example for the details)

Setup

Requirements

  • Unix operative system
  • Python 3
  • Virtualenv package

Steps

  1. Create a virtual environment:

python3 -m venv env

  1. Source the virtual environment:

source env/bin/activate

  1. Install grapviz:

pip install graphviz

Run

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)]

About

A tool to extract an Entity Relationship (ER) diagram from Makumba Data Definition (MDD) files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages