{"id":22039440,"url":"https://github.com/mpolinowski/ray-deployments","last_synced_at":"2025-03-23T13:14:35.906Z","repository":{"id":111484117,"uuid":"594683453","full_name":"mpolinowski/ray-deployments","owner":"mpolinowski","description":"Use Ray to deploy your remote services.","archived":false,"fork":false,"pushed_at":"2023-01-29T10:15:03.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T19:17:33.644Z","etag":null,"topics":["deployment","python","ray","ray-serve"],"latest_commit_sha":null,"homepage":"https://mpolinowski.github.io/docs/IoT-and-Machine-Learning/AIOps/2023-01-29-python-ray-deployments/2023-01-29","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/mpolinowski.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}},"created_at":"2023-01-29T10:15:00.000Z","updated_at":"2023-01-29T10:36:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"327c247d-c643-4886-b47e-6354a747968a","html_url":"https://github.com/mpolinowski/ray-deployments","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/mpolinowski%2Fray-deployments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Fray-deployments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Fray-deployments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpolinowski%2Fray-deployments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpolinowski","download_url":"https://codeload.github.com/mpolinowski/ray-deployments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245104529,"owners_count":20561380,"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":["deployment","python","ray","ray-serve"],"created_at":"2024-11-30T11:10:51.751Z","updated_at":"2025-03-23T13:14:35.499Z","avatar_url":"https://github.com/mpolinowski.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Deployments with Ray\n\nUse Ray to deploy your remote services.\n\n\n\u003e Source: [Scaling Python with Ray](https://github.com/scalingpythonml/scaling-python-with-ray)\n\n\nUse __Ray Serve__ for implementing a general-purpose microservice framework and how to use this framework for model serving. __Ray Serve__ is implemented on top of Ray with Ray actors. Three kinds of actors are created to make up a Serve instance:\n\n\n| Ray Actor | Description |\n| -- | -- |\n| __Controller__ | The controller is responsible for creating, updating, and destroying other actors. All of the __Serve API__ calls (e.g., creating or getting a deployment) use the controller for their execution. |\n| __Router__ | There is one router per node. Each router is a HTTP server that accepts incoming requests, forwards them to replicas, and responds after they are completed. |\n| __Worker Replica__ | Worker replicas execute the user-defined code in response to a request. |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpolinowski%2Fray-deployments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpolinowski%2Fray-deployments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpolinowski%2Fray-deployments/lists"}