Skip to content

A collection of microservice frameworks implementing a very simple web app with tests.

Notifications You must be signed in to change notification settings

dansiviter/microservices-frameworks

Repository files navigation

GitHub Workflow Status

Microservices Frameworks

This project demonstrates some very simple microservices that conform to the same specification:

Config:

  • Entrypoint: uk.dansiviter.microservices.{framework}.Main
  • Port: 8080
  • URIs:
    • GET /hello/{name}: Respond with Hello {name}!.
    • GET /hello/error: Throw a CustomException which should map to a 400 Oh no!.

To build:

mvn clean package jib:dockerBuild "-Dquarkus.container-image.build=true"

To Run benchmarks

docker run -p 8080:8080 -it --rm {module}:latest
docker run --rm -it benchmark:latest

About

A collection of microservice frameworks implementing a very simple web app with tests.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages