{"id":29481884,"url":"https://github.com/evteevakb/online-cinema","last_synced_at":"2026-04-10T11:31:32.681Z","repository":{"id":293233458,"uuid":"978036460","full_name":"evteevakb/online-cinema","owner":"evteevakb","description":"Microservice-based backend for an online cinema platform with user authentication, admin panel, API gateway, and ETL pipeline to Elasticsearch","archived":false,"fork":false,"pushed_at":"2025-06-06T15:46:21.000Z","size":2424,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-09-10T23:13:23.065Z","etag":null,"topics":["django","docker","elasticsearch","fastapi","jaeger","postgresql","python","redis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evteevakb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-05-05T11:23:37.000Z","updated_at":"2025-06-06T15:45:21.000Z","dependencies_parsed_at":"2025-05-14T11:04:44.297Z","dependency_job_id":null,"html_url":"https://github.com/evteevakb/online-cinema","commit_stats":null,"previous_names":["evteevakb/online-cinema"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evteevakb/online-cinema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evteevakb%2Fonline-cinema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evteevakb%2Fonline-cinema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evteevakb%2Fonline-cinema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evteevakb%2Fonline-cinema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evteevakb","download_url":"https://codeload.github.com/evteevakb/online-cinema/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evteevakb%2Fonline-cinema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["django","docker","elasticsearch","fastapi","jaeger","postgresql","python","redis"],"created_at":"2025-07-15T01:01:41.012Z","updated_at":"2026-04-10T11:31:32.676Z","avatar_url":"https://github.com/evteevakb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online Cinema\n\nThis is a repository for the online cinema platform.\n\n## Repository Structure\n\nThe repository is organized as follows:\n\n```python\n├── backup  # backup files\n│ ├── admin  # DB dumps\n│ └── elastic  # Elasticsearch dumps\n│\n├── deploy\n│ ├── init  # shared infrastructure configs and entrypoints\n│ └── admin, api, auth, etl, events_api, events_etl  # service deployment files\n│\n├── docs  # documentation-related files\n│ └── diagrams  # diagrams used for documentation\n│   ├── out  # diagrams in PNG format (rendered output)\n│   └── src  # diagrams in PlantUML format (source files)\n│\n├── services  # core backend services\n│ ├── admin  # admin panel\n│ ├── api  # API gateway \n│ ├── auth  # authentication and authorization service\n│ ├── etl  # ETL pipeline from PostgreSQL to Elasticsearch\n│ ├── events_api  # service for collecting user events\n│ └── events_etl  # ETL pipeline from Kafka to ClickHouse\n│\n├── .gitignore\n├── pyproject.toml  # shared dev tools configuration (linters, type checkers)\n└── README.md\n```\n\n## Running Services for the Current Sprint\n\nTo run the services for the current sprint, follow the instructions in the [`deploy/events_etl/README.md`](./deploy/events_etl/README.md)\n\n## Development Setup\n\nUse [`uv`](https://github.com/astral-sh/uv) for dependency and virtual environment management.\n\n**Create and activate a virtual environment:**\n\n```bash\nuv venv\n.venv\\Scripts\\activate  # Windows\nsource .venv/bin/activate  # Linux/macOS\n```\n\n**Install development tools:**\n\n```bash\nuv sync --group lint\n```\n\n**Sort imports:**\n\n```bash\nuv run isort .\n```\n\n**Format code:**\n\n```bash\nuv run ruff format .\n```\n\n**Check typing:**\n\n```bash\nuv run mypy .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevteevakb%2Fonline-cinema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevteevakb%2Fonline-cinema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevteevakb%2Fonline-cinema/lists"}