Skip to content

bearddan2000/java-web-api-bloop-sbt-spring-jaeger-name-service

Repository files navigation

java-web-api-bloop-sbt-spring-jaeger-name-service

Description

Calls remote services and benchmarks the response.

STEP 1

Once the project is done building, make some api calls http://localhost:81/api/v1/names/random.

To see a coverage of response times:

Compiled and ran from build server bloop.

Build note

Dependencies must be compatable with jdk8 or less.

Tech stack

  • bloop
  • java
  • bloop-sbt
    • opentracing

Docker stack

  • openjdk:8-jdk-alpine
  • jaegertracing/all-in-one:1.17

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits