{"id":37829999,"url":"https://github.com/therenotomorrow/gotes","last_synced_at":"2026-04-01T18:30:29.145Z","repository":{"id":331972792,"uuid":"1124162753","full_name":"therenotomorrow/gotes","owner":"therenotomorrow","description":"Complete project for gRPC production course by easyp team.","archived":false,"fork":false,"pushed_at":"2026-03-19T07:14:41.000Z","size":2682,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-20T00:33:57.569Z","etag":null,"topics":["go","golang","grpc","grpc-go"],"latest_commit_sha":null,"homepage":"https://easyp.tech","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/therenotomorrow.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-28T13:23:13.000Z","updated_at":"2026-03-19T07:26:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/therenotomorrow/gotes","commit_stats":null,"previous_names":["therenotomorrow/gotes"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/therenotomorrow/gotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therenotomorrow%2Fgotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therenotomorrow%2Fgotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therenotomorrow%2Fgotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therenotomorrow%2Fgotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/therenotomorrow","download_url":"https://codeload.github.com/therenotomorrow/gotes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/therenotomorrow%2Fgotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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","grpc","grpc-go"],"created_at":"2026-01-16T15:48:18.996Z","updated_at":"2026-04-01T18:30:29.139Z","avatar_url":"https://github.com/therenotomorrow.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gotes\n\n**gotes** is the homework for gRPC production course, you could find more here: [link](https://education.easyp.tech).\n\n## Development\n\n### System Requirements\n\n```shell\ngo version\n# go version go1.25.0 or higher\n\ntask --version\n# 3.46.3 or higher (https://taskfile.dev)\n\npsql --version\n# psql (PostgreSQL) 18.1\n\nredis-server --version\n# Redis server v=8.4.0\n```\n\n### Download sources\n\n```shell\nPROJECT_ROOT=gotes\ngit clone https://github.com/therenotomorrow/gotes.git \"$PROJECT_ROOT\"\ncd \"$PROJECT_ROOT\"\n```\n\n### Setup dependencies\n\n```shell\n# install dependencies\ngo mod tidy\n\n# check code integrity\ntask tools:install qa # see other recipes by calling `task`\n\n# apply migrations\ntask services:postgres\ntask services:goose -- up\ntask services:redis\n\n# setup safe development (optional)\ngit config --local core.hooksPath .githooks\n```\n\n### Testing\n\n```shell\n# run quick checks\ntask test:smoke\n\n# run with coverage\ntask test:cover\n```\n\n## License\n\nMIT License. See the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherenotomorrow%2Fgotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherenotomorrow%2Fgotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherenotomorrow%2Fgotes/lists"}