Medium article: https://medium.com/@mike_polo/structuring-a-golang-project-hexagonal-architecture-43b4de480c14
How to run the service:
- start mongoDB, kafka and zookeeper
docker-compose -f docker-compose.infra.yaml up
- start the service
make start
URL Analysis Service that calculate the number of meta tags in a given URL.