A demonstration for event sourcing using Go and Kafka.
To run this project:
- Install Go
- Install Kafka
- Install govendor
- Run
govendor sync
- Run
go build && ./banku --act=consumer
to run the program as consumer - Run
go build && ./banku
to run the program as producer
To run testing:
docker-compose run app ginkgo
Or, you may as well follow the tutorial here:
Cheers, Adam!