Skip to content

mechanicles/espn_cricinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cricket Live Score Example using RabbitMQ. [Publisher/Producer Microservice]

In this microservice, we (admin) actually adds live match record (score) into the database and immediately we also publish that score to another microservice https://github.com/mechanicles/espn_cricinfo_frontend.

This microservice https://github.com/mechanicles/espn_cricinfo_frontend acts as a subscriber to our system. Users will use this microservice to get the real time match updates on their browser.

Setup

  • Install RabbitMQ and run it in background.
  • Install Web-Stomp by enabling it using rabbitmq-plugins enable rabbitmq_web_stomp
  • Create & migrate database using Rails commands.

Demo

About

Cricket Live Score Example using RabbitMQ. [Publisher/Producer Microservice]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published