Git Product home page Git Product logo

distributed-spring's Introduction

Distributed Spring

An example of a distributed microservices architecture with Spring Boot and Netflix OSS.

Getting started

These modules rely on RabbitMQ for passing messages between each node. The easiest way to get rabbit up and running for the demo is to use Docker. If your docker install is running on a host other than (boot2docker's) 192.168.59.103, specify a DOCKER_IP environment variable. Then you can just spin up the default RabbitMQ install using: docker run -d -e RABBITMQ_NODENAME=demoappRabbit --name demoappRabbit -p 5672:5672 -p 7000:15672 rabbitmq:3-management

Tip: You can connecto to the rabbit web console at http://${DOCKER_IP}:7000/ with username/password guest/guest and watch the connections tab to see your apps get registered.

Things of note:

  • Sending custom events from the web project's DummyController to the config-server's CustomEventListener

distributed-spring's People

Contributors

dwelch2344 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

slachiewicz

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.