{"id":25868418,"url":"https://github.com/daniel-covelli/learn-go","last_synced_at":"2025-03-02T04:38:16.309Z","repository":{"id":46763001,"uuid":"396545137","full_name":"daniel-covelli/learn-go","owner":"daniel-covelli","description":"Learning microservices in Go","archived":false,"fork":false,"pushed_at":"2021-09-27T15:50:01.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T07:44:40.606Z","etag":null,"topics":["cors","go","gorilla","grpc","microservices","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daniel-covelli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-16T00:18:34.000Z","updated_at":"2021-09-27T15:50:04.000Z","dependencies_parsed_at":"2022-09-02T11:01:32.253Z","dependency_job_id":null,"html_url":"https://github.com/daniel-covelli/learn-go","commit_stats":null,"previous_names":["daniel-covelli/go-micro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-covelli%2Flearn-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-covelli%2Flearn-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-covelli%2Flearn-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daniel-covelli%2Flearn-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daniel-covelli","download_url":"https://codeload.github.com/daniel-covelli/learn-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241460064,"owners_count":19966511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cors","go","gorilla","grpc","microservices","rest-api"],"created_at":"2025-03-02T04:38:15.852Z","updated_at":"2025-03-02T04:38:16.294Z","avatar_url":"https://github.com/daniel-covelli.png","language":"Go","readme":"# learn-go\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/daniel-covelli/learn-go)](https://goreportcard.com/report/github.com/daniel-covelli/learn-go) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nThis is a playground for learning microservices in GO.\n\n```shell\n# GET\ncurl http://localhost:9090 | jq # ping server and display formatted json\n\n# POST\ncurl http://localhost:9090 -d \"{...}\" | jq\n\n# PUT\ncurl -v http://localhost:9090/1 -XPUT -d '{...}' | jq\n```\n\n## Contents\n\nThe contents of this repo come from [Nic Jackson](https://github.com/nicholasjackson)'s [Building Microservices in Go](https://www.youtube.com/playlist?list=PLmD8u-IFdreyh6EUfevBcbiuCKzFk0EW_) YouTube series. The concepts below are covered in the full 21 part series.\n\n- Introduction to microservices\n- RESTFul microservices\n- gRPC microservices\n- Packaging applications with Docker\n- Testing microservice\n- Continuous Delivery\n- Observability\n- Using Kubernetes\n- Debugging\n- Security\n- Asynchronous microservices\n- Caching\n- Microservice reliability using a Service Mesh\n\n## Tech\n\nBelow are the tools and technologies covered in the course.\n\n| Tag                                                             | Description                                                                                                                |\n| --------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |\n| [net/http](https://pkg.go.dev/net/http@go1.17.1)                | Package http provides HTTP client and server implementations.                                                              |\n| [Gorilla](https://github.com/gorilla/mux)                       | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. |\n| [Package Validator](https://github.com/go-playground/validator) | Package validator implements value validations for structs and individual fields based on tags.                            |\n| [goswagger](https://goswagger.io/)                              | Goswagger autogenerates documentation for Go APIs.                                                                         |\n| [Redoc](https://github.com/Redocly/redoc)                       | Redoc is a OpenAPI/Swagger-generated API Reference.                                                                        |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-covelli%2Flearn-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel-covelli%2Flearn-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-covelli%2Flearn-go/lists"}