Giter Club home page Giter Club logo

geev-rabbitmq-workshop's Introduction

Geev RabbitMQ Workshop

This workshop is open to everybody (even if you are not a developer)

Follow this step-by-step guide to install and run the tools needed for the workshop, if you are not confident or do not want to install software that you will not reuse, team up with a developer.

Useful links

VS Code Install Link : VS Code

Node Js Download Link : Node Js

Docker Install Guide : Docker

Rabbit MQ Tutorials : RabbitMQ

Setup environment

  • Install VS Code, Node Js and Docker (see useful links)

  • Install Git

    • Open a terminal
    • Run
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    (this will install Brew)

    • Run brew install git
  • Open a terminal and run

docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management

(this will run RabbitMQ in a Docker container More informations)

1.Direct exchange

  • Switch to branch direct git checkout direct

  • Run npm install in each sub-directory

2.PubSub exchange

  • Switch to branch pubsub git checkout pubsub

3.Routing exchange

  • Switch to branch routing git checkout routing

  • Run npm install in each new sub-directories

geev-rabbitmq-workshop's People

Contributors

m1roh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.