Skip to content

🐇 Serviço de mensageria para classificação de tweets em tópicos utilizando o RabbitMQ.

Notifications You must be signed in to change notification settings

jhonatancunha/rabbitmq-sd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Como executar o servidor?

Siga os comandos abaixo:

cd server
docker-compose up -d
yarn
yarn start

Como executar o cliente?

Siga os comandos abaixo:

cd client
pip install pipenv
pipenv install -r requirements.txt
pipenv shell
python client.py

Como acessar GUI RabbitMQ

Acesso a URL http://localhost:15672/ e informe as credenciais:

  • Username: utfpr
  • Password: sistemas_distribuidos

About

🐇 Serviço de mensageria para classificação de tweets em tópicos utilizando o RabbitMQ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published