{"id":18052963,"url":"https://github.com/izumisy/go-cleanarchitecture","last_synced_at":"2025-04-10T19:41:58.274Z","repository":{"id":40622768,"uuid":"145946430","full_name":"IzumiSy/go-cleanarchitecture","owner":"IzumiSy","description":"Clean Architecture exploration in Golang","archived":false,"fork":false,"pushed_at":"2022-10-14T07:50:32.000Z","size":135,"stargazers_count":12,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T17:21:16.374Z","etag":null,"topics":["architecture","clean-architecture","golang","object-oriented-programming"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"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/IzumiSy.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}},"created_at":"2018-08-24T05:30:23.000Z","updated_at":"2024-08-30T04:19:58.000Z","dependencies_parsed_at":"2022-09-23T18:50:31.799Z","dependency_job_id":null,"html_url":"https://github.com/IzumiSy/go-cleanarchitecture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IzumiSy%2Fgo-cleanarchitecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IzumiSy%2Fgo-cleanarchitecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IzumiSy%2Fgo-cleanarchitecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IzumiSy%2Fgo-cleanarchitecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IzumiSy","download_url":"https://codeload.github.com/IzumiSy/go-cleanarchitecture/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281415,"owners_count":21077423,"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":["architecture","clean-architecture","golang","object-oriented-programming"],"created_at":"2024-10-30T23:13:52.619Z","updated_at":"2025-04-10T19:41:58.228Z","avatar_url":"https://github.com/IzumiSy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-cleanarchitecture\n\n[![CircleCI](https://circleci.com/gh/IzumiSy/go-cleanarchitecture/tree/master.svg?style=svg)](https://circleci.com/gh/IzumiSy/go-cleanarchitecture/tree/master)\n\nThis exploration project includes:\n\n- Authorization flow\n- Transaction\n- Logging\n- Asynchronous Pub/Sub (Redis, goroutine)\n- Type-safety (No `interface{}` as much as possible)\n- Multiple drivers (migration, web, CLI)\n- Testing (unit-testing, integration-testing with dredd)\n- CI integration (CircleCI)\n- Uses [earthly](https://github.com/earthly/earthly) for repeatable build\n\n## Build\n```sh\n# Builds a binary\n$ earthly +build\n\n# Builds an image\n$ earthly +image\n```\n\n## Run with middlewares\n```sh\n# Runs an application with middlewares up\n$ earthly +middlewares-up\n$ earthly +db-migrate\n$ earthly +run\n\n# Shuts down middlewares\n$ earthly +middlewares-down\n```\n\n## Tests\n```sh\n# Unit testing\n$ earthly +unit-test\n\n# Integration testing\n$ earthly +integration-test\n```\n\n## Architecture\nWIP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizumisy%2Fgo-cleanarchitecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizumisy%2Fgo-cleanarchitecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizumisy%2Fgo-cleanarchitecture/lists"}