{"id":36584434,"url":"https://github.com/zenithar/go-spotigraph","last_synced_at":"2026-01-12T08:01:42.463Z","repository":{"id":43177901,"uuid":"174018731","full_name":"Zenithar/go-spotigraph","owner":"Zenithar","description":"Spotify Agile model mapping microservice","archived":false,"fork":false,"pushed_at":"2022-03-15T19:15:15.000Z","size":1586,"stargazers_count":22,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-06-21T09:35:02.856Z","etag":null,"topics":["agile","chapter","clean-architecture","decorators","golang","graph","guild","magefile","microservice","monorepo","rethinkdb","spotify","squad","test-driven-development","tribe","wire"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zenithar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-05T20:51:13.000Z","updated_at":"2024-02-26T13:19:37.000Z","dependencies_parsed_at":"2022-08-26T05:41:21.433Z","dependency_job_id":null,"html_url":"https://github.com/Zenithar/go-spotigraph","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Zenithar/go-spotigraph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenithar%2Fgo-spotigraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenithar%2Fgo-spotigraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenithar%2Fgo-spotigraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenithar%2Fgo-spotigraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zenithar","download_url":"https://codeload.github.com/Zenithar/go-spotigraph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zenithar%2Fgo-spotigraph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["agile","chapter","clean-architecture","decorators","golang","graph","guild","magefile","microservice","monorepo","rethinkdb","spotify","squad","test-driven-development","tribe","wire"],"created_at":"2026-01-12T08:00:44.307Z","updated_at":"2026-01-12T08:01:42.451Z","avatar_url":"https://github.com/Zenithar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-spotigraph\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/Zenithar/go-spotigraph)](https://goreportcard.com/report/github.com/Zenithar/go-spotigraph)\n[![CircleCI](https://circleci.com/gh/Zenithar/go-spotigraph.svg?style=svg)](https://circleci.com/gh/Zenithar/go-spotigraph)\n[![LICENSE](https://img.shields.io/github/license/Zenithar/go-spotigraph.svg)](https://github.com/Zenithar/go-spotigraph/blob/master/LICENSE)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FZenithar%2Fgo-spotigraph.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FZenithar%2Fgo-spotigraph?ref=badge_shield)\n\nSpotify Agile model mapping microservice\n\n## Build\n\n```sh\n\u003e go run .circleci/mage.go\n```\n\n## Todo\n\n### Project\n\n- [x] Golang project best practice\n- [x] Go modules\n- [x] Go tools vendoring\n- [x] Magefile migration\n- [x] Feature flags support\n- [x] Wire code generation\n- [x] CircleCI integration\n- [ ] Documentation\n\n### Services\n\n- [x] Identity management\n- [x] Squad management\n- [x] Chapter management\n- [x] Guild management\n- [x] Tribe management\n- [ ] Graph query\n- [ ] External identity resolver (LDAP, etc.)\n\n### Code generation\n\n- [x] Protocol Validator generation\n- [x] gRpc Client code generation\n- [x] Decorator generation\n- [x] CLI command generation from protobuf\n- [x] Local or Remote service abstraction (direct vs gRPC call)\n\n### Database\n\n- [x] RethinkDB support\n- [x] MongoDB support\n- [x] PostgreSQL support\n- [x] PostgreSQL json column support\n- [ ] BoltDB backend study\n- [ ] DGraph backend study\n- [ ] DynamoDB backend study\n\n### Dispatchers\n\n- [x] gRPC Server\n- [x] GraphQL Server\n- [x] REST Api\n\n### Decorators\n\n- [x] Code generation\n- [x] Cache support\n- [x] Logger support\n- [x] Tracing support\n- [x] Metric support\n- [x] OpenCensus support\n- [x] Instrumented service providers for wire\n- [x] Circuit breaker\n- [ ] Authorization\n\n### Tests\n\n- [x] Unit tests template\n- [ ] Integration tests\n- [ ] E2E tests\n\n### Deployment\n\n- [x] Multi Stage Build for Docker\n- [ ] Kubernetes manifest\n- [ ] Test on K3S\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenithar%2Fgo-spotigraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenithar%2Fgo-spotigraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenithar%2Fgo-spotigraph/lists"}