Code Monkey home page Code Monkey logo

microservices-course's Introduction

microservices-course

As self notes:

Udemy course: https://www.udemy.com/course/microservicios-con-spring-boot-y-spring-cloud

Summary of contents:

  • Microservices creation with Spring Boot and spring-starters using Maven.
    • For IntelliJ, remember using EditStarters plugin for convenience. After that you can modify the Spring starters using the "Generate..." action in pom.xml.
    • Using JPA with embedded default H2 database.
    • Basic architecture (controller, service, repository) concepts.
    • Load balancing using Ribbon library.
  • Registry and discovery of services using Spring Eureka.
    • Register existing services in eureka, and communicate all of them.
    • Overview of Hystrix library for failure and latency tolerance.
    • Configuration and usage of Zuul as API gateway.
  • Centralizing microservices configuration using Spring Cloud Config. Setup several configurations per environment and refresh on demand.
  • CRUD APIs and client using Feign clients and RestTemplate.
  • Extract and reuse common code in libraries, removing unnecessary dependencies.
  • Implementing authentication and authorization through Spring Cloud security: using OAuth and JWT tokens.
    • JWT and OAuth 2 main features.
    • Spring Security basics.
    • Implementing OAuth2 filtering + protecting specific application resources.
  • External relational database usage (MySQL, PostgreSQL)
  • Implementing distributed logging using Sleuth + Zipkin server for statistics and analysis of logs.
    • Sleuth setup and logging features (grouping of requests, latency analysis)
    • Zipkin setup (server and microservices needed configuration)
    • Zipkin events persistence in relational database (MySQL)
    • Events queuing using RabbitMQ.
  • Using docker for distributing and deploying microservices.
    • Usage of docker for creating images and containers of each microservices with Dockerfile.
    • Usage of existing docker containers for providing services (MySQL, RabbitMQ)

microservices-course's People

Contributors

mariomgal 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.