Book description
Understand the principles of software architecture with coverage on SOA, distributed and messaging systems, and database modeling
Key Features
- Gain knowledge of architectural approaches on SOA and microservices for architectural decisions
- Explore different architectural patterns for building distributed applications
- Migrate applications written in Java or Python to the Go language
Book Description
Building software requires careful planning and architectural considerations; Golang was developed with a fresh perspective on building next-generation applications on the cloud with distributed and concurrent computing concerns.
Hands-On Software Architecture with Golang starts with a brief introduction to architectural elements, Go, and a case study to demonstrate architectural principles. You'll then move on to look at code-level aspects such as modularity, class design, and constructs specific to Golang and implementation of design patterns. As you make your way through the chapters, you'll explore the core objectives of architecture such as effectively managing complexity, scalability, and reliability of software systems. You'll also work through creating distributed systems and their communication before moving on to modeling and scaling of data. In the concluding chapters, you'll learn to deploy architectures and plan the migration of applications from other languages.
By the end of this book, you will have gained insight into various design and architectural patterns, which will enable you to create robust, scalable architecture using Golang.
What you will learn
- Understand architectural paradigms and deep dive into Microservices
- Design parallelism/concurrency patterns and learn object-oriented design patterns in Go
- Explore API-driven systems architecture with introduction to REST and GraphQL standards
- Build event-driven architectures and make your architectures anti-fragile
- Engineer scalability and learn how to migrate to Go from other languages
- Get to grips with deployment considerations with CICD pipeline, cloud deployments, and so on
- Build an end-to-end e-commerce (travel) application backend in Go
Who this book is for
Hands-On Software Architecture with Golang is for software developers, architects, and CTOs looking to use Go in their software architecture to build enterprise-grade applications. Programming knowledge of Golang is assumed.
Table of contents
- Title Page
- Copyright and Credits
- About Packt
- Contributors
- Preface
- Building Big with Go
- Packaging Code
- Design Patterns
- Scaling Applications
- Going Distributed
- Messaging
- Building APIs
-
Modeling Data
- Entities and relationships
- Consistency guarantees
- Relational model
- Key/value stores
- Wide column stores
- Column family stores
- Patterns for scaling data performance
- Summary
- Anti-Fragile Systems
- Case Study – Travel Website
- Planning for Deployment
- Migrating Applications
- Other Books You May Enjoy
Product information
- Title: Hands-On Software Architecture with Golang
- Author(s):
- Release date: December 2018
- Publisher(s): Packt Publishing
- ISBN: 9781788622592
You might also like
book
Event-Driven Architecture in Golang
Begin building event-driven microservices, including patterns to handle data consistency and resiliency Key Features Explore the …
book
Hands-On Software Engineering with Golang
Explore software engineering methodologies, techniques, and best practices in Go programming to build easy-to-maintain software that …
video
Up and Running with Concurrency in Go (Golang)
According to the most recent developer surveys, Go(lang) is one of the world’s most desired and …
book
Domain-Driven Design with Golang
Understand the concept of Domain-driven design and build two DDD systems from scratch that can be …