Code Monkey home page Code Monkey logo

microservice-frameworks's Introduction

microservice-frameworks

Test service with several frameworks/stacks.

Test case

Application starts REST server and maps it to PricingController, so that it exposes methods:

  • Find price for an article reference.

PricingController calls PricingService, which:

  1. calls CatalogueClient to get article info from remote service,
  2. calls DiscountPolicyClient to get appropriate discount from remote service,
  3. applies discount to article

Configuration includes:

  • Configuration of REST service (binding port, etc.)
  • Base URLs used to contact other services

service-restexpress

Custom stack, including:

  • RestExpress for REST capabilities
  • Dagger for injection
  • Metrics for monitoring
  • Hystrix for fault-tolerance
  • Jersey client for calls other REST services
  • Apache commons CLI for command line parsing

All configuration (but for Hystrix) is set in the command line. Default values are set for all properties.

How to run

service-springboot

Spring Boot, with modules:

  • Actuator for monitoring
  • Swagger2 for REST interface documentation
  • Hystrix for fault-tolerance

All configuration (but for Hystrix) is set in application.properties file.

How to run

microservice-frameworks's People

Contributors

dependabot[bot] avatar sylvaindecout 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.