{"id":19772042,"url":"https://github.com/danieldacosta/etl-spark-parallel-stepfunctions","last_synced_at":"2026-06-08T18:32:47.556Z","repository":{"id":112641563,"uuid":"475562393","full_name":"DanielDaCosta/etl-spark-parallel-stepfunctions","owner":"DanielDaCosta","description":"Execute EMR Jobs in parallel","archived":false,"fork":false,"pushed_at":"2022-03-29T18:24:46.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T11:30:44.839Z","etag":null,"topics":["emr","spark","step-functions"],"latest_commit_sha":null,"homepage":"","language":null,"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/DanielDaCosta.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":"2022-03-29T18:05:18.000Z","updated_at":"2022-03-29T18:28:12.000Z","dependencies_parsed_at":"2023-06-02T06:15:27.166Z","dependency_job_id":null,"html_url":"https://github.com/DanielDaCosta/etl-spark-parallel-stepfunctions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DanielDaCosta/etl-spark-parallel-stepfunctions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielDaCosta%2Fetl-spark-parallel-stepfunctions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielDaCosta%2Fetl-spark-parallel-stepfunctions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielDaCosta%2Fetl-spark-parallel-stepfunctions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielDaCosta%2Fetl-spark-parallel-stepfunctions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielDaCosta","download_url":"https://codeload.github.com/DanielDaCosta/etl-spark-parallel-stepfunctions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielDaCosta%2Fetl-spark-parallel-stepfunctions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34075956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["emr","spark","step-functions"],"created_at":"2024-11-12T05:05:13.343Z","updated_at":"2026-06-08T18:32:47.537Z","avatar_url":"https://github.com/DanielDaCosta.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# etl-spark-parallel-stepfunctions\r\nExecute EMR Jobs in parallel\r\n\r\n\r\n# Architecture\r\n\r\n![StepFunctionsGraph](stepfunctions_graph.png)\r\n\r\n# Input\r\n\r\n## Create/Terminate Cluster and run all steps\r\n\r\n```json\r\n{\r\n    \"CreateCluster\": true,\r\n    \"TerminateCluster\": true\r\n}\r\n```\r\n\r\nOR \r\n\r\n```json\r\n{\r\n    \"CreateCluster\": true,\r\n    \"TerminateCluster\": true,\r\n    \"Steps_Staging\": {\r\n      \"StepOne\": true,\r\n      \"StepTwo\": true\r\n    }\r\n}\r\n```\r\n\r\n## Create/Terminate Cluster and run only step ONE\r\n\r\n```json\r\n{\r\n    \"CreateCluster\": true,\r\n    \"TerminateCluster\": true,\r\n    \"Steps_Staging\": {\r\n      \"StepOne\": true,\r\n      \"StepTwo\": false\r\n    }\r\n}\r\n```\r\n\r\n## Use current cluster and execute all steps\r\n```json\r\n{\r\n    \"CreateCluster\": false,\r\n    \"TerminateCluster\": false,\r\n    \"ClusterId\": \"YOUR CLUSTER ID\"\r\n}\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldacosta%2Fetl-spark-parallel-stepfunctions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieldacosta%2Fetl-spark-parallel-stepfunctions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldacosta%2Fetl-spark-parallel-stepfunctions/lists"}