Example of sourcing, parsing and persisting data with go

Get products data from three different sources, parse it to single format and persist it in kafka.

Setup

docker-compose up -d

Open kafka-ui on http://localhost:9091/

Usage

#build
make build

#run from go files
make run-dev

#run binary
make run