This directory is responsible for building the data pipeline image.
The goal is:
- Build the code into a jar file with all dependencies
- Build the image and publish on Artifact Registry
See ../../README.md for requirements.
Run the following command at the root of this repository.
PROJECT=$(gcloud config get-value project)
REGION=us-central1
gcloud builds submit --tag=$REGION-docker.pkg.dev/$PROJECT/simulator/simulator