项目作者: adamnoto

项目描述 :
Go event sourcing with Kafka, example project
高级语言: Go
项目地址: git://github.com/adamnoto/banku.git
创建时间: 2017-03-28T04:02:17Z
项目社区:https://github.com/adamnoto/banku

开源协议:

下载


Banku

A demonstration for event sourcing using Go and Kafka.

To run this project:

  1. Install Go
  2. Install Kafka
  3. Install govendor
  4. Run govendor sync
  5. Run go build && ./banku --act=consumer to run the program as consumer
  6. Run go build && ./banku to run the program as producer

To run testing:

  1. docker-compose run app ginkgo

Or, you may as well follow the tutorial here:

Cheers, Adam!