Giter VIP home page Giter VIP logo

gmdb's Introduction

Building a Robust Microservice Architecture

Background

Last week we took a look at the basics that are necessary to get a Spring Boot based service up and running.

This week we'll turn our attention to building a up a Microservice Chassis that considers the various cross cutting concerns that are important to ensuring that the applications non-functional requirements are managed as well.

The Chassis Architecture

Initializr Screen Cap

As you can see above, the chassis in this repo contains support for the following concerns:

  • Support for restful web services.
  • Support for Spring Security
  • Support for persistance with JPA and PostGresQL
  • Support for Spring Actuator
  • Support for Asynchronous Calls using RabbitMQ
  • Support for Code Migration with Flyway
  • Support for Scalability using Eureka Name Service and Ribbon
  • Support for Gateway Security using Zuul

Please be sure you have PostGresQL installed locally and that you have run create database gmdb

The Specifications

This application will be referenced through out the week as we explore the above tools in detail. Please fork and clone before you begin working (as usual), commit after each passing test, and push at least once a day (or when you switch stations).

The initial stories can be found in \src\test\GMDBApplicationTests.java. Your initial assignment is to implement them using the best practices we discussed over the last two weeks.

gmdb's People

Contributors

jeff-lent 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.