{"id":18950822,"url":"https://github.com/whywaita/techbookfest7-app","last_synced_at":"2025-07-30T01:05:56.940Z","repository":{"id":74409377,"uuid":"209922299","full_name":"whywaita/techbookfest7-app","owner":"whywaita","description":"技術書典7 「PR-based Preview Env in Kubernetes」 サンプルアプリケーションリポジトリ","archived":false,"fork":false,"pushed_at":"2019-09-21T20:30:53.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-25T15:49:17.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/whywaita.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":"2019-09-21T04:04:46.000Z","updated_at":"2019-09-22T00:47:39.000Z","dependencies_parsed_at":"2023-04-23T04:46:46.825Z","dependency_job_id":null,"html_url":"https://github.com/whywaita/techbookfest7-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whywaita/techbookfest7-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whywaita%2Ftechbookfest7-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whywaita%2Ftechbookfest7-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whywaita%2Ftechbookfest7-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whywaita%2Ftechbookfest7-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whywaita","download_url":"https://codeload.github.com/whywaita/techbookfest7-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whywaita%2Ftechbookfest7-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267790709,"owners_count":24144889,"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-07-29T02:00:12.549Z","response_time":2574,"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":"2024-11-08T13:24:47.848Z","updated_at":"2025-07-30T01:05:56.913Z","avatar_url":"https://github.com/whywaita.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# techbookfest7-app\n\n## ディレクトリ構成\n\n```\ntechbookfest7-app\n├── README.md\n├── sample-app\n│   ├── terraform\n|   |   ├── README.md\n|   |   ├── seeds.yaml\n|   |   ├── modules\n|   |   |   └── provider\n|   |   |       └── main.tf\n|   |   ├── resources\n|   |   |   ├── common\n|   |   |   |   └── api\n|   |   |   |       └── main.tf\n|   |   |   ├── prd\n|   |   |   |   ├── init.tf\n|   |   |   |   ├── routers.tf\n|   |   |   |   ├── service_account.tf\n|   |   |   |   ├── vpc.tf\n|   |   |   |   ├── variables.tf\n|   |   |   |   ├── provider.tf\n|   |   |   |   └── gke.tf\n|   |   |   └── dev\n|   |   └── .terraform-version\n│   ├── kustomize\n|   |   ├── README.md\n|   |   ├── seeds.yaml\n│   │   ├── base\n│   │   │   ├── kustomization.yaml\n│   │   │   └── service.yaml\n│   │   └── overlays\n│   │       ├── prd\n│   │       │   ├── kustomization.yaml\n│   │       │   └── service.yaml\n│   │       └── dev\n│   │           ├── kustomization.yaml\n│   │           └── service.yaml\n└── cluster-generator\n    ├── terraform\n    |   ├── README.md\n    │   └── dir\n    ├── kustomize\n    |   ├── README.md\n    │   ├── base\n    │   │   ├── kustomization.yaml\n    │   │   └── service.yaml\n    │   └── overlays\n    │       └── prd\n    │           ├── kustomization.yaml\n    │           └── service.yaml\n    └── apps\n        ├── README.md\n        ├── gateway-app\n        |   ├── README.md\n        │   ├── Dockerfile\n        │   └── dir\n        ├── kustomization-app\n        |   ├── README.md\n        │   ├── Dockerfile\n        │   └── dir\n        └── terraforming-app\n            ├── README.md\n            ├── Dockerfile\n            └── dir\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhywaita%2Ftechbookfest7-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhywaita%2Ftechbookfest7-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhywaita%2Ftechbookfest7-app/lists"}