Skip to content

PiyushXCoder/simple_transaction_service

Repository files navigation

Simple Transaction Service


Image

Api Documentatin

Design Documentation

How to run??

  1. Prerequisite

    • docker
  2. Start Docker

    docker-compose up
  3. Migrate database

    docker-compose exec -it app ./cli -m
  4. Add API Key

    docker-compose exec -it app ./cli -a

After running it open Api Documentatin and check how to use

Open Telemetry

Open Telemetry is included! to check for stats run following command to start jaeger

docker run -d --name jaeger \
  -e COLLECTOR_ZIPKIN_HOST_PORT=:9411 \
  -e COLLECTOR_OTLP_ENABLED=true \
  -p 6831:6831/udp \
  -p 6832:6832/udp \
  -p 5778:5778 \
  -p 16686:16686 \
  -p 4317:4317 \
  -p 4318:4318 \
  -p 14250:14250 \
  -p 14268:14268 \
  -p 14269:14269 \
  -p 9411:9411 \
  jaegertracing/all-in-one:latest

Then visit http://localhost:16686/

Releases

No releases published

Packages

No packages published

Languages