Git Product home page Git Product logo

microservices-platform's Introduction

Microservices March Demo Architecture Platform (WIP)

Shared infrastructure for the Microservices March demo architecture.

Overview

The aim of this demo architecture is to set up a microservices architecture as manually as possible without involving something heavy like Kubernetes. Future iterations might have examples of more advanced setups.

Running Only Shared Infrastructure

If you are working on one of the services, such as messenger, that depends on a piece of shared infrastructure to function, you can run docker-compose up from this repository to provide that infrastructure. This does not set up the NGINX ingress.

Setting Up the Demo Architecture

Starting up the entire system including the applications is not part of the role of this repository. However, instructions are included here for simplicity.

We provide two methods to set things up:

  1. Manual Setup: Follow this guide if you want to manually go through most steps. Recommended for learning.
  2. Quick Setup: Follow this guide if you want to get started quickly. Automates mosts steps covered in the Manual Setup guide.

Components

NGINX (Ingress)

NGINX is used in front of the entire archtecture to provide load balancing to all the services. Currently only the messenger service accepts HTTP requests, so it simply routes to that.

RabbitMQ (Message Queue)

Message queues are an important tool in microservices architectures to allow us to further decouple services from each other.

Development

Read the CONTRIBUTING.md file for instructions on how to best contribute to this repository.

License

Apache License, Version 2.0

© F5 Networks, Inc. 2023

microservices-platform's People

Contributors

4141done avatar alessfg avatar technoveltyco avatar qdzlug 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.