Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 911 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 911 Bytes

greenplum-syscat-ref

Greenplum System Catalog Reference

View the generated content:

Introduction

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:

Example Diagram

Example Diagram

Requirements

Instructions

  1. git clone https://github.com/stephendotcarter/greenplum-syscat-ref.git
  2. pip install -r requirements.txt
  3. mkdir -p html/img
  4. python generate_content.py data/5.0.json
  5. cd html
  6. python -m SimpleHTTPServer 8000
  7. Connect to http://localhost:8000