DISYS-exercise-1

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2021 License: MIT Imports: 9 Imported by: 0

README

DISYS-Exercise-1

  • Let us create an RPC / REST service
    • Define service endpoints - student, course, teacher using the Swagger editor
    • Discuss what operations should be using GET, PUT, POST, DELETE
    • Implement an RPC / REST service in Golang, that exposes your course endpoint
    • Consume the RPC / REST course service endpoint by creating a client in Golang
  1. Let us examine the if our service is a micro service

    • Discuss which endpoints of your web service could have a different lifecycle / supporting team.
    • Discuss which operations could be asynchronous
    • Redesign your API to a set of microservices, and discuss your architectural choices.
    • Explain what is the difference between a RESTful API and a set of microservices.
  2. Let us go from HTTP REST to AVRO gRPC

    • Create an IDL for your course endpoint
    • Generate a gRPC client based on your IDL
    • Discuss, when gRPC should be favored, and when REST should be favored

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL