{"id":16401550,"url":"https://github.com/plugfox/cloud_run","last_synced_at":"2026-02-14T18:01:42.662Z","repository":{"id":131286064,"uuid":"346819575","full_name":"PlugFox/cloud_run","owner":"PlugFox","description":"Dart cloud run low level framework","archived":false,"fork":false,"pushed_at":"2021-03-12T10:03:09.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-13T05:52:25.346Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/PlugFox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-03-11T19:50:03.000Z","updated_at":"2021-03-15T14:16:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"a208525c-f8ca-4d97-b5f6-97960aa678a9","html_url":"https://github.com/PlugFox/cloud_run","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.07692307692307687,"last_synced_commit":"1ccca1ef973b50394d51e7eefd5fcec41f8d70f1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PlugFox/cloud_run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugFox%2Fcloud_run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugFox%2Fcloud_run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugFox%2Fcloud_run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugFox%2Fcloud_run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlugFox","download_url":"https://codeload.github.com/PlugFox/cloud_run/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugFox%2Fcloud_run/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29451908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-11T05:43:24.549Z","updated_at":"2026-02-14T18:01:42.645Z","avatar_url":"https://github.com/PlugFox.png","language":"Dart","readme":"# cloud_run\nDart cloud run low level framework\n\n### Hot to run a local instance:\n\n```shell\ndart run .\\bin\\server.dart --port 8080 --concurrency=5\n```\n\n### Config Google Cloud Run:\n\n[Installing Google Cloud SDK](https://cloud.google.com/sdk/docs/install)  \n```shell\ngcloud auth login\ngcloud config set core/project PROJECT-NAME\ngcloud config set run/platform managed\ngcloud config set run/region europe-west4\n```\n\n### Deploy:\n\n[gcloud beta run deploy](https://cloud.google.com/sdk/gcloud/reference/beta/run/deploy)  \n```shell\ngcloud beta run deploy CONTAINER-NAME \\\n    --source=. \\                            # can use $PWD or . for current dir\n    --project=PROJECT-NAME \\                # the Google Cloud project ID\n    --port=8080 \\                           # Container port to receive requests at. Also sets the $PORT environment variable.\n    --args='--port 8080,--concurrency=5' \\  #\n    --set-env-vars \\                        #\n    --concurrency=5 \\                       #\n    --max-instances=3 \\                     #\n    --region=europe-west4 \\                 # ex: us-central1\n    --platform managed \\                    # for Cloud Run\n    --timeout=25s \\                         # Set the maximum request execution time (timeout).\n    --cpu=1 \\                               # Set a CPU limit in Kubernetes cpu units.\n    --memory=64Mi \\                         # \n    --no-use-http2 \\                        # \n    --connectivity=external \\               #\n    --allow-unauthenticated                 # for public access\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplugfox%2Fcloud_run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplugfox%2Fcloud_run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplugfox%2Fcloud_run/lists"}