{"id":37095547,"url":"https://github.com/marsolab/servekit","last_synced_at":"2026-02-25T00:07:27.761Z","repository":{"id":248144675,"uuid":"827879625","full_name":"marsolab/servekit","owner":"marsolab","description":"A set of reusable components to speedup day-to-day development of HTTP and gRPC APIs.","archived":false,"fork":false,"pushed_at":"2026-02-10T16:43:36.000Z","size":348,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-10T20:44:02.926Z","etag":null,"topics":["go","golang","library","microservices","retry"],"latest_commit_sha":null,"homepage":"","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/marsolab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-07-12T15:21:20.000Z","updated_at":"2026-02-10T16:42:05.000Z","dependencies_parsed_at":"2024-08-28T16:09:00.492Z","dependency_job_id":"56beebb8-ebf8-4a1f-9216-8cd24a116f51","html_url":"https://github.com/marsolab/servekit","commit_stats":null,"previous_names":["plainq/servekit","marsolab/servekit"],"tags_count":50,"template":false,"template_full_name":null,"purl":"pkg:github/marsolab/servekit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marsolab%2Fservekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marsolab%2Fservekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marsolab%2Fservekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marsolab%2Fservekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marsolab","download_url":"https://codeload.github.com/marsolab/servekit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marsolab%2Fservekit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29806145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"ssl_error","status_checked_at":"2026-02-24T22:43:18.536Z","response_time":75,"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":["go","golang","library","microservices","retry"],"created_at":"2026-01-14T11:46:34.168Z","updated_at":"2026-02-25T00:07:27.745Z","avatar_url":"https://github.com/marsolab.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The `servkit` helps to build APIs\n\nIs a set of well-tested (or not well 🤭) reusable components to speedup day-to-day development of HTTP and gRPC APIs.\n\n**⚠️ Under Construction:** There could be breaking changes until v1.0.0.\n\n## Docs\n\nThe code should be very straightforward to read, but you always can check the [go docs](https://pkg.go.dev/github.com/marsolab/servekit).\n\n## Packages\n\n- `authkit` - Authentication and authorization utilities for securing your API endpoints\n- `ctxkit` - Context management utilities and helpers for request context handling\n- `dbkit` - Database utilities and helpers for working with various databases (PostgreSQL, SQLite)\n- `errkit` - Error handling utilities and custom error types for better error management\n- `grpckit` - gRPC server utilities and middleware for building gRPC services\n- `httpkit` - HTTP server utilities, middleware, and helpers for building HTTP APIs\n- `idkit` - ID generation utilities using ULID for unique identifier generation\n- `logkit` - Logging utilities and structured logging helpers\n- `mailkit` - Email sending utilities and templates for handling email communications\n- `respond` - Response formatting utilities for consistent API responses\n- `retry` - Retry mechanisms and backoff strategies for handling transient failures\n- `slackkit` - Slack integration utilities for sending notifications and messages\n- `tern` - Ternary operator\n\n## On the shoulders of giants\n\n- [github.com/VictoriaMetrics/metric](https://github.com/VictoriaMetrics/metrics)\n- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)\n- [github.com/benbjohnson/litestream](https://github.com/benbjohnson/litestream)\n- [github.com/go-chi/chi](https://github.com/go-chi/chi)\n- [github.com/jackc/pgx/v5](https://github.com/jackc/pgx/v5)\n- [github.com/jackc/tern/v2](https://github.com/jackc/tern/v2)\n- [github.com/maxatome/go-testdeep](https://github.com/maxatome/go-testdeep)\n- [github.com/oklog/ulid/v2](https://github.com/oklog/ulid/v2)\n- [github.com/redis/go-redis/v9](https://github.com/redis/go-redis/v9)\n\n## Contributing guidelines\n\nYou can find [our guidelines here](CONTRIBUTING.md).\n\n## License\n\n[MIT License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarsolab%2Fservekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarsolab%2Fservekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarsolab%2Fservekit/lists"}