Rename and relocate CDC Python examples

Moved the CDC example scripts into the protocol directory and added the .py
suffix. Fixed all references to these scripts.
This commit is contained in:
Markus Makela
2016-09-05 07:06:51 +03:00
parent 741ba5e444
commit 4e3de4c56d
11 changed files with 24 additions and 19 deletions

View File

@ -0,0 +1,5 @@
install(PROGRAMS cdc.py DESTINATION ${MAXSCALE_BINDIR})
install(PROGRAMS cdc_users.py DESTINATION ${MAXSCALE_BINDIR})
install(PROGRAMS cdc_last_transaction.py DESTINATION ${MAXSCALE_BINDIR})
install(PROGRAMS cdc_kafka_producer.py DESTINATION ${MAXSCALE_BINDIR})
install(FILES cdc_schema.go DESTINATION ${MAXSCALE_SHAREDIR})