{"id":29822306,"url":"https://github.com/apache/incubator-yunikorn-core","last_synced_at":"2025-07-29T01:02:55.133Z","repository":{"id":37679053,"uuid":"191787065","full_name":"apache/yunikorn-core","owner":"apache","description":"Apache YuniKorn Core","archived":false,"fork":false,"pushed_at":"2025-07-21T11:30:34.000Z","size":14410,"stargazers_count":949,"open_issues_count":6,"forks_count":251,"subscribers_count":47,"default_branch":"master","last_synced_at":"2025-07-21T13:21:10.475Z","etag":null,"topics":["apache-yarn","go","kubernetes","universal-resource-scheduler","yunikorn"],"latest_commit_sha":null,"homepage":"https://yunikorn.apache.org/","language":"Go","has_issues":false,"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/apache.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,"zenodo":null}},"created_at":"2019-06-13T15:18:08.000Z","updated_at":"2025-07-21T02:00:42.000Z","dependencies_parsed_at":"2023-11-19T05:22:55.337Z","dependency_job_id":"a066c2bf-a519-449a-b02b-b46cde432b60","html_url":"https://github.com/apache/yunikorn-core","commit_stats":{"total_commits":941,"total_committers":106,"mean_commits":8.877358490566039,"dds":0.8862911795961743,"last_synced_commit":"de77408168efc0123d2c4b43465c042619f6a87b"},"previous_names":["cloudera/yunikorn-core","apache/incubator-yunikorn-core"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/apache/yunikorn-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fyunikorn-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fyunikorn-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fyunikorn-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fyunikorn-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/yunikorn-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fyunikorn-core/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267612616,"owners_count":24115494,"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-28T02:00:09.689Z","response_time":68,"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":["apache-yarn","go","kubernetes","universal-resource-scheduler","yunikorn"],"created_at":"2025-07-29T01:01:15.413Z","updated_at":"2025-07-29T01:02:55.121Z","avatar_url":"https://github.com/apache.png","language":"Go","funding_links":[],"categories":["Tools and Libraries","Scheduler"],"sub_categories":["Data Processing and Machine Learning"],"readme":"\u003c!--\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements.  See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership.  The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License.  You may obtain a copy of the License at\n *\n *     http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n --\u003e\n# Apache YuniKorn - A Universal Scheduler\n\n[![Build Status](https://github.com/apache/yunikorn-core/actions/workflows/push-master.yml/badge.svg)](https://github.com/apache/yunikorn-core/actions)\n[![codecov](https://codecov.io/gh/apache/yunikorn-core/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/yunikorn-core)\n[![Go Report Card](https://goreportcard.com/badge/github.com/apache/yunikorn-core)](https://goreportcard.com/report/github.com/apache/yunikorn-core)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Repo Size](https://img.shields.io/github/repo-size/apache/yunikorn-core)](https://img.shields.io/github/repo-size/apache/yunikorn-core)\n\nApache YuniKorn is a light-weight, universal resource scheduler for container orchestrator systems.\nIt is created to achieve fine-grained resource sharing for various workloads efficiently on a large scale, multi-tenant,\nand cloud-native environment. YuniKorn brings a unified, cross-platform, scheduling experience for mixed workloads that consist\nof stateless batch workloads and stateful services. \n\nYuniKorn now supports K8s and can be deployed as a custom K8s scheduler. YuniKorn's architecture design also allows adding different\nshim layer and adopt to different ResourceManager implementation including Apache Hadoop YARN, or any other systems.\n\n## Get Started\n\nSee how to get started with running YuniKorn on Kubernetes, please read the documentation on [yunikorn.apache.org](http://yunikorn.apache.org/docs/).\n\nWant to know more about the value of the YuniKorn project, and what YuniKorn can do? Here are some\n[session recordings and demos](https://yunikorn.apache.org/community/events#past-conference--meetup-recordings).\n\n## Get Involved\n\nPlease read [get involved](http://yunikorn.apache.org/community/get_involved) document if you want to discuss issues,\ncontribute your ideas, explore use cases, or participate the development.\n\nIf you want to contribute code to this repo, please read the [developer doc](http://yunikorn.apache.org/docs/next/developer_guide/build).\nAll the design docs are available [here](http://yunikorn.apache.org/docs/next/design/architecture).\n\n## Code Structure\n\nApache YuniKorn project has the following git repositories:\n\n- [yunikorn-core](https://github.com/apache/yunikorn-core/) : the scheduler brain :round_pushpin: \n- [yunikorn-k8shim](https://github.com/apache/yunikorn-k8shim) : the adaptor to Kubernetes\n- [yunikorn-scheduler-interface](https://github.com/apache/yunikorn-scheduler-interface) : the common scheduling interface\n- [yunikorn-web](https://github.com/apache/yunikorn-web) : the web UI\n- [yunikorn-release](https://github.com/apache/yunikorn-release/): the repo manages yunikorn releases, including the helm charts\n- [yunikorn-site](https://github.com/apache/yunikorn-site/): the source code for [yunikorn website](http://yunikorn.apache.org/)\n\nThe `yunikorn-core` is the brain of the scheduler, which makes placement decisions (allocate container X on node Y) according\nto the builtin rich scheduling policies. Scheduler core implementation is agnostic to the underneath resource manager system.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-yunikorn-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fincubator-yunikorn-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-yunikorn-core/lists"}