Greenplum System Catalog Reference
View the generated content:
This code can be used to generate HTML docs and diagrams of the Greenplum system catalog tables. The content is generated based on the catalog JSON files found here:
- graphviz (specificlly "dot" package)
- git clone https://github.com/stephendotcarter/greenplum-syscat-ref.git
- pip install -r requirements.txt
- mkdir -p html/img
- python generate_content.py data/5.0.json
- cd html
- python -m SimpleHTTPServer 8000
- Connect to http://localhost:8000