3,035
edits
| Line 10: | Line 10: | ||
= Proposed Solution = | = Proposed Solution = | ||
'''Referential integrity in data source''' | '''Referential integrity in data source''' | ||
Add an RDBMS - MySQL likely - that uses a schema designed to store the data required for business rules and update metadata -- including data points we may not even track currently (these need to be defined). | * Add an RDBMS - MySQL likely - that uses a schema designed to store the data required for business rules and update metadata -- including data points we may not even track currently (these need to be defined). | ||
'''No duplication of data''' | '''No duplication of data''' | ||
Basic normalization (without OVER normalizing) should quite easily take care of this. | * Basic normalization (without OVER normalizing) should quite easily take care of this. | ||
'''Ability to automate releases (minimal human work)''' | '''Ability to automate releases (minimal human work)''' | ||
edits