Exporter is a go project for exporting the psql table into clickhouse
go mog tidy
go run cmd/main.go
- All env file examples can be found in config/config.go file
- Please tune the docker-compose.yaml file based on the needs, because the followings
- PSQL might have been isntalled locally - configure with external IP address if you want to reach to locally installed psql
- Clickhouse might have been installed locally - configure with external IP address if you want to reach the locally installed psql
- Go through Makefile for building images and pushing them into some repository