{"id":15350469,"url":"https://github.com/myui/digdag-plugin-ecs","last_synced_at":"2025-07-13T13:41:33.594Z","repository":{"id":70841830,"uuid":"169700731","full_name":"myui/digdag-plugin-ecs","owner":"myui","description":"Amazon ECS plugin for Digdag","archived":false,"fork":false,"pushed_at":"2019-04-03T11:02:02.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T00:44:01.536Z","etag":null,"topics":["digdag","ecs"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myui.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":"2019-02-08T07:46:17.000Z","updated_at":"2019-05-03T23:42:25.000Z","dependencies_parsed_at":"2023-04-20T02:24:13.805Z","dependency_job_id":null,"html_url":"https://github.com/myui/digdag-plugin-ecs","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"bdc39ec25d287c2d1c10f2a647d4b071ad026742"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myui/digdag-plugin-ecs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myui%2Fdigdag-plugin-ecs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myui%2Fdigdag-plugin-ecs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myui%2Fdigdag-plugin-ecs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myui%2Fdigdag-plugin-ecs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myui","download_url":"https://codeload.github.com/myui/digdag-plugin-ecs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myui%2Fdigdag-plugin-ecs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265151855,"owners_count":23719123,"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","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":["digdag","ecs"],"created_at":"2024-10-01T11:58:29.658Z","updated_at":"2025-07-13T13:41:33.566Z","avatar_url":"https://github.com/myui.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# digdag-plugin-ecs\n[![Jitpack](https://jitpack.io/v/myui/digdag-plugin-ecs.svg)](https://jitpack.io/#myui/digdag-plugin-ecs) [![Digdag](https://img.shields.io/badge/digdag-v0.9.28-brightgreen.svg)](https://github.com/treasure-data/digdag/releases/tag/v0.9.28)\n\n# Task execution using local repository\n\n## 1) build\n\n```sh\n./gradlew clean publish\n```\n\nArtifacts are build on local repos: `./build/repo`.\n\naws --profile engineering logs create-log-group --log-group-name /myui/digdag-ecs-plugin-test --region us-east-1\n\n## 2) run an example\n\n```sh\ndigdag selfupdate\n\ndigdag secrets --local --set aws.profile\ndigdag secrets --local --set aws.access_key_id\ndigdag secrets --local --set aws.secret_access_key\ndigdag secrets --local --set aws.region\n\ndigdag secrets --local --set aws.execution_role_arn\ndigdag secrets --local --set aws.vpc.subnets\ndigdag secrets --local --set aws.vpc.security_groups\n\nrm -rf .digdag/plugins\ndigdag run --project sample plugin.dig -p repos=`pwd`/build/repo --rerun\n\nexport execution_role_arn=xxx\nexport subnets=xxx\nexport security_groups=xxx\ndigdag run --project sample plugin.dig --rerun \\\n\t-p repos=`pwd`/build/repo \\\n\t-p aws.execution_role_arn=$execution_role_arn \\\n\t-p aws.vpc.subnets=$subnets \\\n\t-p aws.vpc.security_groups=$security_groups\n```\n\n# Publishing your plugin using Github and Jitpack\n\n[Jitpack](https://jitpack.io/) is useful for publishing your github repository as a maven repository.\n\n```sh\ngit tag v0.1.3\ngit push origin v0.1.3\n```\n\nhttps://jitpack.io/#myui/digdag-plugin-example/v0.1.3\n\nNow, you can load the artifact from a github repository in [a dig file](https://github.com/myui/digdag-plugin-example/blob/master/sample/plugin.dig) as follows:\n\n```\n_export:\n  plugin:\n    repositories:\n      # - file://${repos}\n      - https://jitpack.io\n    dependencies:\n      # - io.digdag.plugin:digdag-plugin-ecs:0.1.3\n      - com.github.myui:digdag-plugin-ecs:v0.1.3\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyui%2Fdigdag-plugin-ecs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyui%2Fdigdag-plugin-ecs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyui%2Fdigdag-plugin-ecs/lists"}