šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

github.com/clemenspeters/go-mircorservices

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/clemenspeters/go-mircorservices

v0.0.0-20200606152148-58ca496edf34
Source
Go
Version published
Created
Source

go-mircorservices

This repo is just following the articles

  • Microservices in Golang part1
  • Microservices in Golang part2

It will pretty much be copy and pasting from EwanValentine/shippy-service-consignment.

Build and run server containers

cd shippy-serice-consigment
docker build -t shippy-service-consignment .
docker run -p 50051:50051 shippy-service-consignment

Run cli client

cd shippy-cli-consignment
go run main.go

FAQs

Package last updated on 06 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts