{"id":51127564,"url":"https://github.com/groundsgg/service-config","last_synced_at":"2026-06-25T09:00:52.561Z","repository":{"id":352458666,"uuid":"1152938020","full_name":"groundsgg/service-config","owner":"groundsgg","description":" Quarkus gRPC service for storing, versioning, and serving configuration documents from Postgres, with NATS-based change notifications.","archived":false,"fork":false,"pushed_at":"2026-05-27T14:08:27.000Z","size":152,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T16:07:52.974Z","etag":null,"topics":["config-service","configuration-management","flyway","grpc","kotlin","nats","postresql","quarkus"],"latest_commit_sha":null,"homepage":"https://docs.grounds.gg/plugins/config-system","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/groundsgg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-08T16:59:29.000Z","updated_at":"2026-05-27T14:07:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/groundsgg/service-config","commit_stats":null,"previous_names":["groundsgg/service-config"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/groundsgg/service-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundsgg%2Fservice-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundsgg%2Fservice-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundsgg%2Fservice-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundsgg%2Fservice-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/groundsgg","download_url":"https://codeload.github.com/groundsgg/service-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundsgg%2Fservice-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34767548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["config-service","configuration-management","flyway","grpc","kotlin","nats","postresql","quarkus"],"created_at":"2026-06-25T09:00:51.780Z","updated_at":"2026-06-25T09:00:52.552Z","avatar_url":"https://github.com/groundsgg.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# service-config\n\ngRPC service for reading and mutating configuration documents stored in Postgres.\n\n## Change Delivery\n\n`service-config` stores the authoritative config state in Postgres. NATS change notifications are a\nbest-effort latency optimization, not a durable source of truth.\n\n- Writes commit the database transaction before attempting to publish `config.\u003capp\u003e.\u003cenv\u003e.changed`.\n- If the pod crashes after the commit or NATS is unavailable, the database state is still correct\n  and the change event can be missed.\n- Consumers must treat the NATS payload as a refresh trigger only and fetch state through\n  `GetSnapshotIfNewer` before applying changes locally.\n- Config consumers must treat `GetSnapshotIfNewer` snapshot polling as the reconciliation path and\n  source of truth for cache correctness.\n\n## Security\n\nThe admin gRPC API does not enforce application-level authentication or authorization in this\nservice today. That is currently expected to be handled by deployment controls such as private\nnetworking or mTLS.\n\nThis is a deliberate gap to track, not an implicit guarantee. Admin API auth is still required and\nmust be treated as a follow-up item rather than part of the current PR scope.\n\n## Operations\n\n`quarkus.flyway.migrate-at-start=true` is enabled today for convenience, but it is not the preferred\ndeployment model for multi-replica rollouts. Flyway locking reduces migration races, yet the\ncleaner setup is a dedicated migration job or release step that runs before application pods start.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroundsgg%2Fservice-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroundsgg%2Fservice-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroundsgg%2Fservice-config/lists"}