DiegoSepuSoto / lotr-character-publisher

Script that publishes information to a Kafka Topic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Script that publishes information to a Kafka Topic


Languages

Language:Go 83.3%Language:Makefile 16.7%