Been poking around at the web interface, reviewed the wiki module to see if it's callable from outside code, doesn't look like it so added a website wishlist item.
Poked around bugzilla database to see how tables are laid out and what we could read for a summary page. Probably just need to keep projects=products, don't see where users are located in db.
Checked postgres docs to see if they support file types for rows, this could be a way to keep our data in files and just reference the relational structure from web. Doesn't look like this comes out of the box, at least not in the d

