mechanicles / espn_cricinfo

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

Home Page:https://espn-cricinfo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

https://espn-cricinfo.herokuapp.com/


Languages

Language:Ruby 80.7%Language:HTML 13.6%Language:CSS 3.9%Language:JavaScript 1.4%Language:CoffeeScript 0.4%