Skip to content

stephendotcarter/greenplum-syscat-ref

Repository files navigation

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

About

Greenplum System Catalog Reference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published