Skip to content

JacekKorta/go.message-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go.message-tagger

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

This service is a part of the repo: microservices-training-ground
This service reads messages (stackoverflow questions) from the queue, checks the tags and looks for phrases in the question body. Depending on the results, the service adds its own tags (in the “reasons” list) and requeues enrichment messages.

How to run?

You should run this service via docker compose in main repo microservices-training-ground

Create env file:

cp .env.example .env

Additional info about env variables:

BARE_TAG - eg. “laravel” - service will mark the messages if they don't have the bare tag. Eg. if you subscribe “laravel-8” tag via go-stack-questions and someone asks a question with the tag “laravel-8” then you will receive an info if this message has no bare_tag:”laravel”
DESIRABLE_TAG - you will receive info for each question with this tag.
WARNING_STRINGS - you will receive info for each question with the string configured here. If you want to receive messages for more than one string then you must put more phrases and split them by pipe “|” eg.: “first string|second string|third string”

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published