{"id":13564152,"url":"https://github.com/foomo/keel","last_synced_at":"2025-06-14T13:02:41.342Z","repository":{"id":37236623,"uuid":"368409663","full_name":"foomo/keel","owner":"foomo","description":"Opinionated k8s service framework.","archived":false,"fork":false,"pushed_at":"2025-04-16T23:24:02.000Z","size":2168,"stargazers_count":8,"open_issues_count":3,"forks_count":3,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-04T22:37:38.541Z","etag":null,"topics":["foomo","foomo-keel","go","golang","microservice","microservices"],"latest_commit_sha":null,"homepage":"https://www.foomo.org","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foomo.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-18T05:21:17.000Z","updated_at":"2025-03-10T07:26:13.000Z","dependencies_parsed_at":"2023-12-07T15:26:04.635Z","dependency_job_id":"91b0645f-703e-4ce6-be7d-6f57de3adfc9","html_url":"https://github.com/foomo/keel","commit_stats":null,"previous_names":[],"tags_count":117,"template":false,"template_full_name":null,"purl":"pkg:github/foomo/keel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foomo%2Fkeel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foomo%2Fkeel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foomo%2Fkeel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foomo%2Fkeel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foomo","download_url":"https://codeload.github.com/foomo/keel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foomo%2Fkeel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259820791,"owners_count":22916544,"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":["foomo","foomo-keel","go","golang","microservice","microservices"],"created_at":"2024-08-01T13:01:27.245Z","updated_at":"2025-06-14T13:02:41.176Z","avatar_url":"https://github.com/foomo.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"[![Build Status](https://github.com/foomo/keel/actions/workflows/test.yml/badge.svg?branch=main\u0026event=push)](https://github.com/foomo/keel/actions/workflows/test.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/foomo/keel)](https://goreportcard.com/report/github.com/foomo/keel)\n[![Coverage Status](https://coveralls.io/repos/github/foomo/keel/badge.svg?branch=main\u0026)](https://coveralls.io/github/foomo/keel?branch=main)\n[![GoDoc](https://godoc.org/github.com/foomo/keel?status.svg)](https://godoc.org/github.com/foomo/keel)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"sesamy\" src=\".github/assets/keel.png\"/\u003e\n\u003c/p\u003e\n\n# keel\n\n\u003e Opinionated way to run services on Kubernetes\n\n## Stack\n\n- Zap\n- Nats\n- Viper\n- GoTSRPC\n- Temporal\n- OpenTelemetry\n\n## Examples\n\nSee the examples folder for usages\n\n```go\npackage main\n\nimport (\n  \"net/http\"\n\n  \"github.com/foomo/keel\"\n  \"github.com/foomo/keel/service\"\n)\n\nfunc main() {\n  svr := keel.NewServer(\n    keel.WithHTTPZapService(true),\n    keel.WithHTTPViperService(true),\n    keel.WithHTTPPrometheusService(true),\n  )\n\n  l := svr.Logger()\n\n  svs := newService()\n\n  svr.AddService(\n    service.NewHTTP(l, \"demo\", \"localhost:8080\", svs),\n  )\n\n  svr.Run()\n}\n\nfunc newService() *http.ServeMux {\n  s := http.NewServeMux()\n  s.HandleFunc(\"/\", func(w http.ResponseWriter, r *http.Request) {\n    w.WriteHeader(http.StatusOK)\n    _, _ = w.Write([]byte(\"OK\"))\n  })\n  return s\n}\n```\n\n## How to Contribute\n\nPlease refer to the [CONTRIBUTING](.gihub/CONTRIBUTING.md) details and follow the [CODE_OF_CONDUCT](.gihub/CODE_OF_CONDUCT.md) and [SECURITY](.github/SECURITY.md) guidelines.\n\n## License\n\nDistributed under MIT License, please see license file within the code for more details.\n\n_Made with ♥ [foomo](https://www.foomo.org) by [bestbytes](https://www.bestbytes.com)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoomo%2Fkeel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoomo%2Fkeel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoomo%2Fkeel/lists"}