Archives for Application Architecture
Use Case Mix of Transactional and reporting data – slow running queries
Queries are running slowly. Must be able to speed it up - without moving data to a data warehouse or changing the existing schema Overview - Two methods of storing…
Types of Load Balancers – GCP
Also read Unmanaged and Managed Instance Groups in GCP GLOBAL Load Balancers 1. HTTPs load balancing Service in GCP AnyCast IP Address (Can be used anywhere), It is a proxy-based Layer…
gRPC vs REST
gRPC vs REST gRPC is very similar to REST (Resources, methods and GET/POST representation) gRPC uses Protocol Buffers. Protocol Buffers uses binary encoding - as opposed to the JSON used…