Validating a Data Product - satyamsingh1004/Data-Products GitHub Wiki

  • The data product must specify which domain it belongs to and who owns it.
  • The data product must have a clear value proposition, linked to a specific business case if possible.
  • A data product that reads from external sources should not also read from other data products. If this is not the case, it should be evaluated whether it is possible to divide the proposed data product into source-aligned products that only read from source systems and consumer-aligned data products that only read from other data products.
  • A source-aligned product should not apply business logic to the data it reads. It should only redistribute it, applying, at most, syntactic transformations.