Skip to content

Inx51/Lab-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lab - Golang

Introduction

Learning some Golang.

Prerequisite

TBD

Tech used

Abstract

Question to be answered

Not applicable

Why?

  • Frequently used when creating APIs and very.
  • Commonly used for building Microservices.
  • Commonly used in the "cloud space".
  • Popular language.
  • Fast execution.
  • Rapid development.

When?

Not applicable

Instructions

TBD

Result

Not applicable

Discussion

Pubsub using Dapr allows us to focus more on the main concernes of the bussiness logic and less on the technicalities regarding the infrastructure of our application when runnings a distrubuted system. This benefits the developers greatly. The way Dapr de-couples the broker from our application also makes it very felxible for us to replace the broker if needed (for instance if the domain we are running our distrubuted system prefers to use a different broker then RabbitMQ, we can very easily adapt to that without having to rewrite any code of our "core system")

References

TBD

About

Learning some Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published