{"id":32460307,"url":"https://github.com/kumarvikas1/deploy-service","last_synced_at":"2025-10-26T11:54:02.479Z","repository":{"id":41104357,"uuid":"508343472","full_name":"kumarvikas1/deploy-service","owner":"kumarvikas1","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-02T14:29:10.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T01:35:32.906Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kumarvikas1.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}},"created_at":"2022-06-28T14:55:03.000Z","updated_at":"2022-06-28T15:06:42.000Z","dependencies_parsed_at":"2022-09-02T03:20:22.888Z","dependency_job_id":null,"html_url":"https://github.com/kumarvikas1/deploy-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kumarvikas1/deploy-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumarvikas1%2Fdeploy-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumarvikas1%2Fdeploy-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumarvikas1%2Fdeploy-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumarvikas1%2Fdeploy-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kumarvikas1","download_url":"https://codeload.github.com/kumarvikas1/deploy-service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumarvikas1%2Fdeploy-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281099972,"owners_count":26443537,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-26T11:53:59.397Z","updated_at":"2025-10-26T11:54:02.473Z","avatar_url":"https://github.com/kumarvikas1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deploy-service\n\nThe service fetches the model artifact from model artifactory service[https://github.com/kumarvikas1/model-artifactory] \n\nRun Locally\n\n```\nminikube start\n\neval $(minikube docker-env)\n\ndocker build -t deploy-service:1 .\n\ncd kubernetes\n\nkubectl apply -f rbac.yaml\n\nkubectl apply -f deployment.yaml\n```\n\nTest-\nYou will need to update your hosts file for below host name\n\n```\nhttp://dev.xgboostdemo.com/deploy-service/xgboost-demo\n```\n\nYou should have your model ready to be served using a random feature values\n\n```\ncurl http://dev.xgboostdemo.com/sampling-service/xgboost-demo/predict\n```\n\nYou can also send model input feature values\n\n```\ncurl --location --request POST 'http://dev.xgboostdemo.com/sampling-service/xgboost-demo/predict' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n    \"features\": [[0.4886530794542341, 0.9931183497579041, 0.5521141503801427]]\n}'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumarvikas1%2Fdeploy-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkumarvikas1%2Fdeploy-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumarvikas1%2Fdeploy-service/lists"}