{"id":20331191,"url":"https://github.com/comcast/priority-operation-processing","last_synced_at":"2025-08-21T00:09:23.596Z","repository":{"id":47771751,"uuid":"253595061","full_name":"Comcast/Priority-Operation-Processing","owner":"Comcast","description":"A workflow orchestration system where the workflow is scheduled as a unit giving resource priority once selected.  Priority queuing and customizable scheduling algorithms.  Customer aware for multi-tenant. A JSON DAG based blueprint defines the execution flow.  Executes operations within a workflow by spinning up on-demand Kubernetes Pods (dynamic resource allocation)","archived":false,"fork":false,"pushed_at":"2022-11-16T00:57:17.000Z","size":7495,"stargazers_count":14,"open_issues_count":6,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-21T01:39:04.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Comcast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-06T19:24:22.000Z","updated_at":"2024-06-05T06:58:05.000Z","dependencies_parsed_at":"2022-08-28T03:11:52.345Z","dependency_job_id":null,"html_url":"https://github.com/Comcast/Priority-Operation-Processing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Comcast/Priority-Operation-Processing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2FPriority-Operation-Processing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2FPriority-Operation-Processing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2FPriority-Operation-Processing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2FPriority-Operation-Processing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Comcast","download_url":"https://codeload.github.com/Comcast/Priority-Operation-Processing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comcast%2FPriority-Operation-Processing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271405572,"owners_count":24753799,"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-08-20T02:00:09.606Z","response_time":69,"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-14T20:19:11.840Z","updated_at":"2025-08-21T00:09:23.561Z","avatar_url":"https://github.com/Comcast.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Priority Operation Processing (POP)\n======================================\nWhat is Priority Operation Processing?\n--------------------------------------\n\n*   A workflow orchestration system where the workflow is scheduled as a unit giving resource priority once selected\n\n*   Priority queuing and customizable scheduling algorithms\n\n*   Customer aware for multi-tenant\n\n*   Authentication via AWS Authorizer\n\n*   Data object visibility for allowed customers\n\n*   A JSON DAG based blueprint defines the execution flow\n\n*   **Executes** operations within a workflow by spinning up on-demand Kubernetes Pods (dynamic resource allocation)\n\n![images/pop-design.png](https://github.com/Comcast/Priority-Operation-Processing/wiki/images/pop-design.png)\n\nTechnologies\n------------\n\n*   API Gateway\n\n*   AWS Authorizer\n\n*   Lambda\n\n*   SQS\n\n*   Dynamo\n\n*   CloudFormation\n\n*   CloudWatch\n\n*   Kubernetes\n\n*   Kubernetes Annotations\n\n*   Docker\n\n*   Graphite\n\n\n\nComponents\n==================\n\n*Step 1: Submission*\n-----------------\nWorkflow (Agenda)\nPOP's workflow data model is called an [Agenda](https://github.com/Comcast/Priority-Operation-Processing/wiki/AgendaAPI).\n\n### Features\n\n*   Simple list of operations\n\n*   Node Graph / DAG model\n\n*   Variable referencing between operations\n\n*   Non-strict API for inputs / outputs of each operation\n\n*   Agenda decoupling from underlying execution technologies / APIs. Each operation has a JSON payload that adheres to the API of the POP Handler that will perform the op.\n\n*   The Agenda [Executor](Executor) will immediately run an operation as long as dependency variables are met\n\n*   The Agenda Executor will look up Docker image by operation type and spin up a new Kubernetes Pod for the operation\n\n\n*Step 2: Scheduling*\n----------\n[Scheduling](https://github.com/Comcast/Priority-Operation-Processing/wiki/Scheduling)\n\n*Step 3: Execution*\n-------------------------\n\n[Execution](https://github.com/Comcast/Priority-Operation-Processing/wiki/Execution)\n\nTechnology Solutions\n=======================\n\nScheduling\n----------\n\n*   Supports different scheduling algorithms for work queues (FIFO, Fairness, Priority)\n\n*   Queues are scheduled asynchronously, no more heavy calculations at the time work is requested\n\n*   Queues are defined by Insights (key words / identifiers / key-value pairs)\n\n*   Queue sizes are configurable\n\n\nPluggable support for new technologies\n--------------------------------------------------------------\n\n*   Dynamic spinning up of Pods with Docker Images\n\n*   No strict schema registration for new POP Handlers\n\n*   No zoning hassles\n\n*   No account permissions per handler\n\n*   Simple Docker image configuration for new Handlers\n\n\nScalability / Cloud / Bare-metal\n--------------------------------\n\n*   Kubernetes\n\n*   Each POP Handler does one job\n\n*   Handlers are spun up dynamically and control their CPU requirements for dependent Pods\n\n\nMultiple centers for processing content\n---------------------------------------\n\n*   Support for centers behind firewalls to have their own Kubernetes cluster do the content processing\n\n*   Namespace segregation for customers wanting isolated resources within the same cluster\n\n\nParallel processing\n-------------------\n\n*   Able to parallel process operations with no waiting dependencies.\n\n\nFor more information visit the [wiki](https://github.com/Comcast/Priority-Operation-Processing/wiki).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomcast%2Fpriority-operation-processing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomcast%2Fpriority-operation-processing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomcast%2Fpriority-operation-processing/lists"}