{"id":49880122,"url":"https://github.com/ynnckth/windfarms","last_synced_at":"2026-05-15T13:40:50.722Z","repository":{"id":52167281,"uuid":"238509951","full_name":"ynnckth/windfarms","owner":"ynnckth","description":"Microservices playground based on a wind farm example","archived":false,"fork":false,"pushed_at":"2022-12-12T01:39:41.000Z","size":492,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-01T04:15:35.219Z","etag":null,"topics":["azure-resource-manager","docker","docker-compose","iot","nodejs","rabbitmq","react","terraform","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ynnckth.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":"2020-02-05T17:35:41.000Z","updated_at":"2020-02-27T11:10:13.000Z","dependencies_parsed_at":"2023-01-27T09:46:24.576Z","dependency_job_id":null,"html_url":"https://github.com/ynnckth/windfarms","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/ynnckth/windfarms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynnckth%2Fwindfarms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynnckth%2Fwindfarms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynnckth%2Fwindfarms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynnckth%2Fwindfarms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ynnckth","download_url":"https://codeload.github.com/ynnckth/windfarms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ynnckth%2Fwindfarms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["azure-resource-manager","docker","docker-compose","iot","nodejs","rabbitmq","react","terraform","typescript"],"created_at":"2026-05-15T13:40:50.530Z","updated_at":"2026-05-15T13:40:50.714Z","avatar_url":"https://github.com/ynnckth.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Windfarms\n\n*Microservices playground based on a wind farm example*\n\nStart all services:\n\u003e `$ docker-compose up`\n\n### Development\n\nInstall all three projects:\n- WindfarmDashboard\n- WindfarmInventory\n- WindfarmTelemetry\n\nCheck each project's README for how to proceed.\n\n\n## Deployment\n\nGet the windfarm Azure container registry parameters from the Azure portal.\n\n```shell script\nexport WINDFARM_ACR_USERNAME=...\nexport WINDFARM_ACR_URL=...\n```\n\n```shell script\n# Login to windfarm Azure container registry\n$ docker login -u $WINDFARM_ACR_USERNAME $WINDFARM_ACR_URL\n\n# Build and push the docker images for each component\n$ docker build -t $WINDFARM_ACR_URL/windfarm/\u003cdashboard | inventory | telemetry\u003e:latest \u003cWindfarmDashboard | WindfarmInventory | WindfarmTelemetry\u003e/\n\n# Example: \n$ docker build -t $WINDFARM_ACR_URL/windfarm/dashboard:latest WindfarmDashboard\n\n# Push to container registry:\n$ docker push $WINDFARM_ACR_URL/windfarm/\u003cdashboard | inventory | telemetry\u003e:latest\n\n# Tag and push RabbitMQ broker\n$ docker tag rabbitmq:3-management $WINDFARM_ACR_URL/windfarm/broker:latest\n$ docker push $WINDFARM_ACR_URL/windfarm/broker:latest \n\n\n\n# Example: \n$ docker push $WINDFARM_ACR_URL/windfarm/dashboard:latest\n```\n\n### Static website hosting for Dashboard SPA\n\nEnable static website hosting on the storage account.\nThis will create a storage container called *$web*.\n\nUpload your static frontend files (output of build task and a config file) into the storage container and access it through the configured endpoint of the storage account.\n\n```\n$ cd WindfarmDashboard/client\n\n$ npm run build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynnckth%2Fwindfarms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fynnckth%2Fwindfarms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fynnckth%2Fwindfarms/lists"}