{"id":27233096,"url":"https://github.com/yukigeshiki/rocket-webservice-test-rust","last_synced_at":"2026-04-19T13:32:40.277Z","repository":{"id":96924365,"uuid":"561664891","full_name":"Yukigeshiki/rocket-webservice-test-rust","owner":"Yukigeshiki","description":"Experimenting with the Rocket framework and GCP Cloud Run. Includes a GraphQL implementation and a MongoDB integrations branch.","archived":false,"fork":false,"pushed_at":"2024-04-08T08:41:55.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T14:33:00.035Z","etag":null,"topics":["cloudrun","gcp","graphql","mongodb","rocket","rust","serverless","webservice"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Yukigeshiki.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":"2022-11-04T07:53:14.000Z","updated_at":"2023-07-20T14:50:40.000Z","dependencies_parsed_at":"2024-04-08T09:53:32.041Z","dependency_job_id":null,"html_url":"https://github.com/Yukigeshiki/rocket-webservice-test-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Yukigeshiki/rocket-webservice-test-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukigeshiki%2Frocket-webservice-test-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukigeshiki%2Frocket-webservice-test-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukigeshiki%2Frocket-webservice-test-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukigeshiki%2Frocket-webservice-test-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yukigeshiki","download_url":"https://codeload.github.com/Yukigeshiki/rocket-webservice-test-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yukigeshiki%2Frocket-webservice-test-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["cloudrun","gcp","graphql","mongodb","rocket","rust","serverless","webservice"],"created_at":"2025-04-10T14:11:34.368Z","updated_at":"2026-04-19T13:32:40.209Z","avatar_url":"https://github.com/Yukigeshiki.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rocket-webservice-test-rust\nA basic web service template for Rust using the Rocket framework and tested with GCP Cloud Run.\n\nFor a GraphQL implementation, checkout the `feat/graphql` branch.\n\nFor a MongoDB integrations example, checkout the `feat/db-integrations` branch. I'll be adding more database integration\nexamples to this branch at a later stage as well.\n\n#### To deploy to Cloud Run:\n\nExport variables\n\n```bash\nexport PROJECT_ID=\u003cproject-id\u003e\nexport SERVICE_NAME=\u003cservice-name\u003e\nexport SERVICE_ACC=\u003cservice-acc\u003e\nexport REGION=\u003cregion\u003e\n```\n\nSubstitute values and run Cloud Build file\n\n```bash\n cp ./cloudbuild.yaml ./cloudbuild_copy.yaml \u0026\u0026 \\\n sed -i '' -e \"s/\u003cproject-id\u003e/${PROJECT_ID}/\" \\\n           -e \"s/\u003cservice-name\u003e/${SERVICE_NAME}/\" \\\n           -e \"s/\u003cservice-acc\u003e/${SERVICE_ACC}/\" \\\n           -e \"s/\u003cregion\u003e/${REGION}/\" ./cloudbuild_copy.yaml \u0026\u0026 \\\ngcloud builds submit --config ./cloudbuild_copy.yaml \u0026\u0026 \\\nrm ./cloudbuild_copy.yaml\n```\n\nThe permissions needed for the Cloud Build and Cloud Run service accounts can be found in the README of [this](https://github.com/Yukigeshiki/gcp-cloud-run-deploy-rust)\nrepo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukigeshiki%2Frocket-webservice-test-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukigeshiki%2Frocket-webservice-test-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukigeshiki%2Frocket-webservice-test-rust/lists"}