Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanmanuel-tirado/savetheworldwithgo
Build systems with Go examples
https://github.com/juanmanuel-tirado/savetheworldwithgo
book cobra concurrency free go gocql golang grpc-go kafka learning programming-exercises programming-language protobuf sql
Last synced: 12 days ago
JSON representation
Build systems with Go examples
- Host: GitHub
- URL: https://github.com/juanmanuel-tirado/savetheworldwithgo
- Owner: juanmanuel-tirado
- License: apache-2.0
- Created: 2021-03-10T17:42:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T08:04:05.000Z (over 2 years ago)
- Last Synced: 2024-10-28T13:12:41.436Z (16 days ago)
- Topics: book, cobra, concurrency, free, go, gocql, golang, grpc-go, kafka, learning, programming-exercises, programming-language, protobuf, sql
- Language: Go
- Homepage:
- Size: 1.61 MB
- Stars: 140
- Watchers: 6
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Build systems with GO](img/buildsystems.png)
# What is this?
This is a repository containing all the examples from the book **BUILD SYSTEMS
with GO (and save the world)**. This book is written to help GO early
and not-so-early developers with all the necessary examples to
build real systems. The book is organized into two different parts.
The first part, explains the language from the basics to more
advanced topics using the standard library. The second part, offers
the developer a condensed summary of several tools any real system
is made of: gRPC, SQL and NoSQL databases, streaming with Kafka,
loggers, CLIs (Command Line Interfaces), restful APIs, etc.The examples are made available at this repository for everybody
under the Apache License. Feel free to fork this repo or to take
a look to any specific topic you may find relevant. The examples are
not explained in the code basically because all the explanations are
given in the book. If you are interested in the book you can purchase
it in [Amazon](https://www.amazon.com/dp/B091FX4CZX).# Organization
The repository is organized following the book structure. Every
folder corresponds to a chapter, and subfolders correspond to the
sections of the chapter. The examples are easy to find following
the book.Most of the code examples are self-contained and can be directly
executed with `go run main.go`.If additional steps are required to
run any example, these are given in the corresponding folder and
explained in the book.# Acknowledgements
The amazing "Gotham Gophers" image was created by Egon Elbre
([@egonelbre](https://www.twitter.com/egonelbre)) under
Creative Commons. Check out his [repository](https://github.com/egonelbre/gophers)
for more high quality illustrations.# Issues
If you have found any code issue please report it using GitHub.# License
This work is released under the Apache License.