This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
BatchReplayer should generate part of the dataset during deployment #384
Labels
data generator
Components used for generating data
enhancement
New feature or request
top priority
Top priority features to implement
BatchReplayer is currently replaying the dataset from scratch. Sometimes we just need data to be in the target and we don't want to wait for each batch/micro-batch to generate new data.
We should add a parameter to the construct to write a percentage of the dataset during the provisioning step of the construct. A part of the data will already be in the target when the CDK application is provisioned.
The text was updated successfully, but these errors were encountered: