{"id":16327284,"url":"https://github.com/bryopsida/go-background-svc-template","last_synced_at":"2025-04-23T10:43:43.261Z","repository":{"id":253589710,"uuid":"843897152","full_name":"bryopsida/go-background-svc-template","owner":"bryopsida","description":"A template repository for a standalone background service.","archived":false,"fork":false,"pushed_at":"2025-04-07T17:58:42.000Z","size":67,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T18:45:12.156Z","etag":null,"topics":["background-service","badger","go","golang","starter-template"],"latest_commit_sha":null,"homepage":"","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/bryopsida.png","metadata":{"files":{"readme":"README.md","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":"2024-08-17T18:45:18.000Z","updated_at":"2025-03-27T00:48:24.000Z","dependencies_parsed_at":"2024-08-18T00:23:47.313Z","dependency_job_id":"575efa42-6a2f-4858-82c2-42b12dbe469c","html_url":"https://github.com/bryopsida/go-background-svc-template","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":"0.33333333333333337","last_synced_commit":"c705d43b1bd985a77bf8bde0a59a040137856abc"},"previous_names":["bryopsida/go-background-svc-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2Fgo-background-svc-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2Fgo-background-svc-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2Fgo-background-svc-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryopsida%2Fgo-background-svc-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryopsida","download_url":"https://codeload.github.com/bryopsida/go-background-svc-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250419340,"owners_count":21427585,"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":["background-service","badger","go","golang","starter-template"],"created_at":"2024-10-10T23:10:58.566Z","updated_at":"2025-04-23T10:43:43.243Z","avatar_url":"https://github.com/bryopsida.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GO Background SVC Starter Template\n\n## What is this?\n\nThis is a starter template intended for kick starting a simple background service.\n\nIt provides\n\n1) A top level main that listens for SIGINT and SIGTERM and gracefully closes its database connection and signals to sub routines to exit\n2) Has 2 go routines [increment](./incrementor/increment.go) and [print](./incrementor/print.go), that accept cancellation contexts\n3) Has a simple embedded data store [badger](https://dgraph.io/docs/badger)\n4) Has a starting point for configuration with a [interface wrapper](./config//config.go) around [viper](https://github.com/spf13/viper)\n5) Has a [github workflow](https://github.com/curium-rocks/flows/blob/main/.github/workflows/golang.yml)\n6) Has a [dev container](./.devcontainer/devcontainer.json)\n7) Has a [Dockerfile](./Dockerfile)\n8) Has a [Makefile](./Makefile) for common tasks such as building, testing, linting\n9) Is automatically updated with renovate [renovate.json](./renovate.json)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryopsida%2Fgo-background-svc-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryopsida%2Fgo-background-svc-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryopsida%2Fgo-background-svc-template/lists"}