Giter Site home page Giter Site logo

chosky / microservice-app-devops-training Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bortizf/microservice-app-example

0.0 0.0 0.0 2.69 MB

Polyglot Microservice App - PRFT Devops Hub

License: MIT License

JavaScript 43.87% Python 2.90% Java 11.53% Go 9.59% HTML 0.25% Vue 16.04% Dockerfile 1.77% HCL 14.05%

microservice-app-devops-training's Introduction

Microservice App - PRFT Devops Training

This is the application you are going to use through the whole traninig. This, hopefully, will teach you the fundamentals you need in a real project. You will find a basic TODO application designed with a microservice architecture. Although is a TODO application, it is interesting because the microservices that compose it are written in different programming language or frameworks (Go, Python, Vue, Java, and NodeJS). With this design you will experiment with multiple build tools and environments.

Components

In each folder you can find a more in-depth explanation of each component:

  1. Users API is a Spring Boot application. Provides user profiles. At the moment, does not provide full CRUD, just getting a single user and all users.
  2. Auth API is a Go application, and provides authorization functionality. Generates JWT tokens to be used with other APIs.
  3. TODOs API is a NodeJS application, provides CRUD functionality over user's TODO records. Also, it logs "create" and "delete" operations to Redis queue.
  4. Log Message Processor is a queue processor written in Python. Its purpose is to read messages from a Redis queue and print them to standard output.
  5. Frontend Vue application, provides UI.

Architecture

Take a look at the components diagram that describes them and their interactions. microservice-app-example

microservice-app-devops-training's People

Contributors

elgris avatar bortizf avatar orasik avatar ilyeshammadi avatar madnax1337 avatar opchaves 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.