{"id":25524793,"url":"https://github.com/paulja/go-arch","last_synced_at":"2026-05-07T08:32:32.938Z","repository":{"id":278427594,"uuid":"935565047","full_name":"paulja/go-arch","owner":"paulja","description":"An architecture of a web server which uses a micoservice written in Go.","archived":false,"fork":false,"pushed_at":"2025-02-19T17:37:01.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T18:34:04.401Z","etag":null,"topics":["go","grpc","http","microservice","nginx"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-19T16:46:18.000Z","updated_at":"2025-02-19T17:37:05.000Z","dependencies_parsed_at":"2025-02-19T18:45:57.305Z","dependency_job_id":null,"html_url":"https://github.com/paulja/go-arch","commit_stats":null,"previous_names":["paulja/go-arch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulja%2Fgo-arch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulja%2Fgo-arch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulja%2Fgo-arch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulja%2Fgo-arch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulja","download_url":"https://codeload.github.com/paulja/go-arch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239727055,"owners_count":19687099,"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":["go","grpc","http","microservice","nginx"],"created_at":"2025-02-19T20:16:17.716Z","updated_at":"2026-01-02T03:30:15.224Z","avatar_url":"https://github.com/paulja.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-arch\n\nA sample go project that demonstrates a basic load balanced website over SSL with a private microservice on the backend.\n\n```mermaid\nflowchart TD\n\tc[\\consumer\\]\n\tlb[load balancer]\n\tsubgraph private\n\t\tws1[web site instance 1]\n\t\tws2[web site instance 2]\n\t\tms{microservice}\n\tend\n\n\tc -- TLS (HTTPS) --\u003e lb\n\tlb -- HTTP --\u003e ws1\n\tlb -- HTTP --\u003e ws2\n\tws1 -- gRPC --\u003e ms\n\tws2 -- gRPC --\u003e ms\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulja%2Fgo-arch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulja%2Fgo-arch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulja%2Fgo-arch/lists"}