Scaling Go Applications: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Created page with "=Introduction= ==Resources== When we look at scaling we must consider the following resources. *Network Bandwidth *Processing Power *Available Memory *Data Storage For this p..."
 
Line 8: Line 8:


For this page we will be looking a the challenges around breaking an application in to several servers and following an architecture such as below
For this page we will be looking a the challenges around breaking an application in to several servers and following an architecture such as below
[[File:Go Scale overview.png|800px]]
[[File:Go Scale overview.png|700px]]

Revision as of 11:45, 28 January 2021

Introduction

Resources

When we look at scaling we must consider the following resources.

  • Network Bandwidth
  • Processing Power
  • Available Memory
  • Data Storage

For this page we will be looking a the challenges around breaking an application in to several servers and following an architecture such as below