{"id":20452274,"url":"https://github.com/zakharb/celeryapi","last_synced_at":"2025-10-17T08:16:22.305Z","repository":{"id":196002709,"uuid":"618567998","full_name":"zakharb/CeleryAPI","owner":"zakharb","description":"Service to work with Celery, Redis, FastAPI","archived":false,"fork":false,"pushed_at":"2023-09-20T11:52:37.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-15T22:43:45.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zakharb.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}},"created_at":"2023-03-24T18:54:17.000Z","updated_at":"2023-04-25T11:26:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"83400030-8c9e-4a1e-87e6-61b49985453c","html_url":"https://github.com/zakharb/CeleryAPI","commit_stats":null,"previous_names":["zakharb/celeryapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FCeleryAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FCeleryAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FCeleryAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FCeleryAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakharb","download_url":"https://codeload.github.com/zakharb/CeleryAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005402,"owners_count":20056428,"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":[],"created_at":"2024-11-15T11:08:50.119Z","updated_at":"2025-10-17T08:16:17.286Z","avatar_url":"https://github.com/zakharb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/zakharb/CeleryAPI\"\u003e\n  \u003cimg src=\"img/logo.png\" alt=\"Lush Font \" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\n\u003ca href=\"https://git.io/typing-svg\"\u003e\n  \u003cimg src=\"https://readme-typing-svg.herokuapp.com?font=Fira+Code\u0026weight=600\u0026pause=1000\u0026color=75CC20\u0026center=true\u0026width=435\u0026lines=Scrape+Links;Scrape+fast+with+Celery\" alt=\"description\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-1.0-green\" height=\"20\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/python-3.11-green\" height=\"20\"/\u003e\n\u003c/p\u003e\n\n\n## :green_square: Getting Started\n\n[CeleryAPI](https://github.com/zakharb/celeryapi) is the Service that parse website for Links and get additional infos from urls using Celery.  \n\n### Requirements\n\n![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge\u0026logo=fastapi)\n![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n\n### Installing\n\nClone the project\n\n```\ngit clone git@github.com:zakharb/celeryapi.git\ncd celeryapi\n```\n\nStart docker-compose\n\n```\ndocker-compose up -d\n```\n\n## :green_square: Usage  \n\n\n## :green_square: Configuration  \nTo solve problem with performance each Service run in container  \n[Uvicorn]((https://www.uvicorn.org/)) work as ASGI server \nMain configuration is `docker-compose.yml`  \n\n- every service located in separate directory `name-service`  \n- use `Dockerfile` to change docker installation settings  \n- folder `app` contain FastAPI application  \n- all services connected to one piece in `docker-compose.yml`  \n- example of service + DB containers (change `--workers XX` to increase multiprocessing)  \n\n### Examples  \n`Customer` service\n```\nservices:\n  web:\n    build: ./backend\n    command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload\n    volumes:\n      - ./backend/:/app/\n    ports:\n      - \"8000:8000\"\n    env_file:\n      - .env\n    depends_on:\n      - db\n      - redis\n      - worker\n\n```\n\n\n## :green_square: Deployment\n\nEdit `Dockerfile` for each Microservice and deploy container\n\n## :green_square: Versioning\n\nUsing [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/zakharb/celeryapi/tags). \n\n## :green_square: Authors\n\n* **Zakhar Bengart** - *Initial work* - [Ze](https://github.com/zakharb)\n\nSee also the list of [contributors](https://github.com/zakharb/celeryapi/contributors) who participated in this project.\n\n## :green_square: License\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakharb%2Fceleryapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakharb%2Fceleryapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakharb%2Fceleryapi/lists"}