Skip to content

hasanhakkaev/grpc-demo-go

Repository files navigation

Task Application

Getting started

Starting database and monitoring stack

make start/services

Stopping database and monitoring stack

make stop/services

Code generation

make generate

Database migration

make migrations/up

Database downgrade

task migrations/down

Running consumer

make run/consumer

Running producer

make run/producer

Deploying as docker compose

make deploy

  • Builds both the producer and consumer
  • Starts the whole stack together with db and monitoring

Configuration

Local

  • Can be found in ./configuration/ directory

Docker

  • Can be found in ./deployment/docker/configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published