{"id":24824336,"url":"https://github.com/gusarow4321/tinychat","last_synced_at":"2026-04-20T05:32:12.214Z","repository":{"id":57696240,"uuid":"487519750","full_name":"gusarow4321/TinyChat","owner":"gusarow4321","description":"Training project for study microservices","archived":false,"fork":false,"pushed_at":"2022-07-18T15:53:25.000Z","size":506,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T23:18:33.834Z","etag":null,"topics":["golang","grpc","kafka","kubernetes","metrics","microservices","training"],"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/gusarow4321.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}},"created_at":"2022-05-01T11:30:44.000Z","updated_at":"2024-06-30T09:57:02.000Z","dependencies_parsed_at":"2022-09-10T15:01:09.746Z","dependency_job_id":null,"html_url":"https://github.com/gusarow4321/TinyChat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gusarow4321%2FTinyChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gusarow4321%2FTinyChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gusarow4321%2FTinyChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gusarow4321%2FTinyChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gusarow4321","download_url":"https://codeload.github.com/gusarow4321/TinyChat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556980,"owners_count":20634896,"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":["golang","grpc","kafka","kubernetes","metrics","microservices","training"],"created_at":"2025-01-30T20:29:24.890Z","updated_at":"2026-04-20T05:32:12.175Z","avatar_url":"https://github.com/gusarow4321.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyChat\n\n![CI/CD](https://github.com/gusarow4321/TinyChat/workflows/CI/CD/badge.svg)\n[![Codecov](https://img.shields.io/codecov/c/github/gusarow4321/TinyChat)](https://codecov.io/gh/gusarow4321/TinyChat)\n\n- [x] Microservices framework: [go-kratos](https://github.com/go-kratos/kratos)\n- [x] Api Gateway: [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway)\n- [x] OpenAPI descriptions with [protoc-gen-openapi](https://github.com/google/gnostic/tree/main/cmd/protoc-gen-openapi)\n- [x] PostgreSQL database\n- [x] Unit tests with [testify](https://github.com/stretchr/testify)\n- [x] Tracing: [Jaeger](https://www.jaegertracing.io/)\n- [x] Metrics: [Prometheus](https://prometheus.io/) \u0026 [Grafana](https://grafana.com/) dashboards\n- [x] Messages Broker: Kafka\n- [x] Orchestration: [K8s](https://kubernetes.io/)\n- [ ] File storage\n- [ ] Deploying to GKE\n- [ ] Integration tests\n\n## Build\nBuild docker images of all services:\n```shell\nmake all-imgs\n```\n\n## Docker\nDeploy services locally with docker:\n```shell\ndocker compose up -d\n```\n\n## Kubernetes\nDeploy services on [minikube](https://minikube.sigs.k8s.io/docs/start/) using [helm](https://helm.sh/)\n```shell\nminikube start --feature-gates=GRPCContainerProbe=true\n\nkubectl create namespace tiny-chat\nkubectl config set-context --current --namespace=tiny-chat\n\nkubectl create secret generic grafana-auth \\\n  --from-literal=admin-user=admin \\\n  --from-literal=admin-password=admin\n\nmake load-imgs\n\nhelm dependency update\nhelm install tiny-chat tiny-chat-chart\n```\n\nTo forward pod's port to localhost:\n```shell\nkubectl port-forward POD_NAME LOCALHOST_PORT:POD_PORT\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgusarow4321%2Ftinychat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgusarow4321%2Ftinychat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgusarow4321%2Ftinychat/lists"}