To build a Test Data Generation platform, we will need to provide a way to:
broker sample data in real-time from the data source (Kafka)
sample data
analyze the data and update the profiles (AKA algorithms)
stand up a eb service that will use the profiles to generate test data on demand
Provisioning logic will be forever changing, so we need to ...
ensure that process is not brittle
the workflow is self-guided
data records are not bundled
To simply the development of our Test Data Generation platform, we will be using the Test Data Generationarrow-up-right library, PbD arrow-up-rightand DaaS arrow-up-rightSDKs.
Last updated 5 years ago