├── README.md ├── cdc.py ├── config.yaml ├── functions.py ├── images └── CDC.png └── synthetic-cdc-data-generator.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avensolutions/cdc-at-scale-using-spark/HEAD/README.md -------------------------------------------------------------------------------- /cdc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avensolutions/cdc-at-scale-using-spark/HEAD/cdc.py -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avensolutions/cdc-at-scale-using-spark/HEAD/config.yaml -------------------------------------------------------------------------------- /functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avensolutions/cdc-at-scale-using-spark/HEAD/functions.py -------------------------------------------------------------------------------- /images/CDC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avensolutions/cdc-at-scale-using-spark/HEAD/images/CDC.png -------------------------------------------------------------------------------- /synthetic-cdc-data-generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avensolutions/cdc-at-scale-using-spark/HEAD/synthetic-cdc-data-generator.py --------------------------------------------------------------------------------