Document schemas ================ This document contains descriptions for various document schemas stored in database. In MongoDB documents are stored in groupings of documents called collections which are roughly equivalent to tables in relational databases. Project Grumpy currently uses two collections: - packages - ebuilds Package collection ------------------ Meant for storing metadata about packages, developer relations, upstream information, bugs, etc Ebuild collection ----------------- Package's version specific information - QA issues, depend, use flags...