/lotr-character-publisher

Script that publishes information to a Kafka Topic

Primary LanguageGo

Lord of the Rings Characters Publisher

This script will publish the information gathered by the project scrapper to a Kafka topic

Configuration

Install dependencies

foo@bar:~$ go mod vendor

Run

foo@bar:~$ go run main.go

Linter

foo@bar:~$ make lint

Next steps

  • Add Tests