{"id":20753518,"url":"https://github.com/unexist/showcase-microservices-golang","last_synced_at":"2026-04-20T18:01:25.648Z","repository":{"id":196474348,"uuid":"696122767","full_name":"unexist/showcase-microservices-golang","owner":"unexist","description":"Showcase for Microservices based on Golang [MIRROR]","archived":false,"fork":false,"pushed_at":"2025-01-28T07:21:47.000Z","size":1381,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T14:59:13.764Z","etag":null,"topics":["gin-gonic","golang","mux","showcase","testify"],"latest_commit_sha":null,"homepage":"https://hg.unexist.dev/showcase-microservices-golang","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unexist.png","metadata":{"files":{"readme":"README.adoc","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-25T06:14:25.000Z","updated_at":"2025-01-28T07:21:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"725142f6-525d-4088-a4fe-a6cff40dea1d","html_url":"https://github.com/unexist/showcase-microservices-golang","commit_stats":null,"previous_names":["unexist/showcase-mux-go","unexist/showcase-microservices-golang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unexist/showcase-microservices-golang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unexist%2Fshowcase-microservices-golang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unexist%2Fshowcase-microservices-golang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unexist%2Fshowcase-microservices-golang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unexist%2Fshowcase-microservices-golang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unexist","download_url":"https://codeload.github.com/unexist/showcase-microservices-golang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unexist%2Fshowcase-microservices-golang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32059139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gin-gonic","golang","mux","showcase","testify"],"created_at":"2024-11-17T09:13:48.784Z","updated_at":"2026-04-20T18:01:25.619Z","avatar_url":"https://github.com/unexist.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Showcase for microservices on Golang\n\nThis project holds a showcase for Golang related things.\n\n== Modules\n\n[cols=\"1,3\"]\n|===\n| todo-service-gin\n| Small implementation based on Gin-Gonic, 3-Layer and DI (Dependency Inversion + Dependency Injection)\n\n| todo-service-metrics\n| Enhanced implementation with metrics (Prometheus)\n\n| todo-service-gin-middleware\n| Implementation revamped with authorization middleware and an application service\n\n| todo-service-gin-tracing\n| Enhanced implementation with distributed tracing (zipkin)\n\n| todo-service-gin-transaction\n| Enhanced implementation with multiple services and simple transactions\n\n| todo-service-gin-transactor\n| Enhanced implementation with multiple services and transactor\n\n| todo-service-mux\n| Old test with Mux\n|===\n\n== Links\n\n- https://github.com/gorilla/mux\n- https://github.com/gin-gonic/gin\n- https://github.com/swaggo/gin-swagger\n- https://github.com/swaggo/swag\n- https://github.com/cucumber/godog\n- https://github.com/google/wire\n- https://github.com/datosh/gau\n- https://github.com/IBM/sarama\n- https://github.com/bracesdev/errtrace\n- https://go.dev/blog/deadcode\n- https://github.com/appliedgocode/what\n- https://gorm.io/index.html\n\n== Tracing\n\n- https://uptrace.dev/get/instrument/opentelemetry-gin.html#gin-instrumentation\n- https://uptrace.dev/get/instrument/opentelemetry-gorm.html#usage\n- https://zipkin.io/\n- https://www.jaegertracing.io/\n- https://github.com/open-telemetry/opentelemetry-go/blob/main/example/zipkin/main.go\n- https://medium.com/devthoughts/instrumenting-a-go-application-with-zipkin-b79cc858ac3e\n- https://opentelemetry.io/docs/collector/\n\n== Metrics\n\n- https://prometheus.io/\n- https://github.com/penglongli/gin-metrics\n- https://medium.com/@yianwilson/custom-prometheus-metrics-468ea7c4d1d0\n\n== Testing\n\n- https://github.com/lucaspickering/slumber\n- https://hurl.dev/\n\n== Transactions\n\n- https://blog.thibaut-rousseau.com/blog/sql-transactions-in-go-the-good-way/\n- https://github.com/Thiht/transactor\n- https://github.com/jmoiron/sqlx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funexist%2Fshowcase-microservices-golang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funexist%2Fshowcase-microservices-golang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funexist%2Fshowcase-microservices-golang/lists"}