{"id":15985608,"url":"https://github.com/ernado/oss-estimator","last_synced_at":"2026-03-04T09:31:12.302Z","repository":{"id":126887499,"uuid":"610784405","full_name":"ernado/oss-estimator","owner":"ernado","description":"oss-estimator","archived":false,"fork":false,"pushed_at":"2025-12-08T10:31:41.000Z","size":19919,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-15T03:08:14.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ernado.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-07T13:30:28.000Z","updated_at":"2025-12-08T10:31:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"16de53f8-a31b-4cd2-8abc-687904c7f04a","html_url":"https://github.com/ernado/oss-estimator","commit_stats":{"total_commits":272,"total_committers":3,"mean_commits":90.66666666666667,"dds":0.4522058823529411,"last_synced_commit":"b1e5ba4a2598cee909f8fb27d00b688f677cd52e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ernado/oss-estimator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernado%2Foss-estimator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernado%2Foss-estimator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernado%2Foss-estimator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernado%2Foss-estimator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ernado","download_url":"https://codeload.github.com/ernado/oss-estimator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernado%2Foss-estimator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30077066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"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":[],"created_at":"2024-10-08T02:23:17.405Z","updated_at":"2026-03-04T09:31:12.248Z","avatar_url":"https://github.com/ernado.png","language":"Go","readme":"# oss-estimator\n\nSet of tools to get info about GitHub project that is needed to estimate the cost of running it.\n\n## Tools\n\n| Tool                                                     | Description                                                                                               |\n|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|\n| [estimator-dl](./cmd/estimator-dl/main.go)               | Download from [gharchive.org](https://gharchive.org) and save to zstd-compressed clickhouse native format |\n| [estimator-sloc](./cmd/estimator-sloc/main.go)           | SLOC count using [scc](https://github.com/boyter/scc/) (should be in $PATH)                               |\n| [estimator-list](./cmd/estimator-list/main.go)           | Concurrently fetch popular oss repos and stat for them                                                    |\n| [estimator-aggregate](./cmd/estimator-aggregate/main.go) | Aggregate stats                                                                                           |\n| [estimator-gen](./cmd/estimator-gen/main.go)             | Generate README.md                                                                                        |\n\n\n## Data used\n- [gharchive.org](https://gharchive.org), GitHub events archive from 2014 until now\n- Direct clone of GitHub repos (~140GB of data)\n- [cncf/gitdm](https://github.com/cncf/gitdm/tree/master), CNCF affiliation of developers\n\n## Example\n\n```console\n$ go run ./cmd/estimator-sloc open-telemetry/opentelemetry-ebpf\n+-------------------+\n| open-telemetry/op |\n| entelemetry-ebpf  |\n+---------+---------+\n| SLOC    | 4295    |\n| Commits | 267     |\n| PR      | 110     |\n| HEAD    | df4e6e6 |\n+---------+---------+\n```\n\n```console\n$ du -hs _work/\n137G\t_work\n```\n\n## Stats\n\nLanguages: BASH, Bazel, C, C Header, C#, C++, Cython, Dart, Erlang, Go, Go Template, Haskell, Java, JavaScript, Kotlin, Lua, Objective C, Objective C++, PHP, Perl, Protocol Buffers, Python, Ruby, Rust, Scala, Swift, TypeScript, Zig.\n\n### Effort\n\nEffort is **rough estimate** how much developer-years it would take to write some project from scratch in proprietary,\nenterprise environment (i.e. in a big company).\n\nCurrent model is very simple: we estimate that average developer writes 12k SLOC per year.\n\nTODO:\n- Take into account COCOMO (not suitable for FOSS?)\n- Estimate on commits and PRs (can vary a lot)\n    - Average developer makes 3 commits per year\n    - Exclude robot commits and PRs, like dependabot\n- Research papers on FOSS effort estimation if proposed model is applicable\n\n### Aggregates\n\nSome organizations are highlighted in bold, they represent additional aggregated statistics.\n\n#### CNCF\n\nOrganizations that are CNCF projects (graduated, incubating, sandbox).\n\n#### K8s\n\nRepositories in kubernetes and kuberentes-sigs organizations.\n\n### Organizations\n| Organization | SLOC | Commits | PRs | Stars | Language | Effort |\n|--------------|------|---------|-----|-------|----------|--------|\n| [**CNCF**](https://www.cncf.io/)  | 53.8M | 3.6M | 2.1M | 2.3M | Go | 4.5k |\n| [torvalds](https://github.com/torvalds)  | 19.1M | 1.4M | 1.3k | 209.9k | C | 1.6k |\n| [apache](https://github.com/apache)  | 15.7M | 656.7k | 74.3k | 104.7k | Java | 1.3k |\n| [ydb-platform](https://github.com/ydb-platform)  | 7.3M | 83.7k | 35.8k | 5.9k | C++ | 611.1 |\n| [**K8s**](https://kubernetes.io/)  | 5.5M | 690.6k | 381.3k | 443.9k | Go | 462.3 |\n| [kubernetes](https://github.com/kubernetes)  | 3.4M | 496.7k | 252.0k | 304.0k | Go | 286.8 |\n| [ytsaurus](https://github.com/ytsaurus)  | 3.3M | 96.6k | 2.7k | 2.2k | C++ | 272.2 |\n| [tensorflow](https://github.com/tensorflow)  | 3.3M | 187.9k | 62.7k | 192.7k | C++ | 271.4 |\n| [elastic](https://github.com/elastic)  | 3.1M | 122.9k | 144.6k | 102.9k | Java | 260.9 |\n| [envoyproxy](https://github.com/envoyproxy)  | 2.8M | 102.5k | 48.4k | 38.0k | JavaScript | 236.9 |\n| [open-telemetry](https://github.com/open-telemetry)  | 2.3M | 135.0k | 146.1k | 62.8k | Go | 191.5 |\n| [kubernetes-sigs](https://github.com/kubernetes-sigs)  | 2.1M | 193.9k | 129.3k | 139.9k | Go | 175.5 |\n| [godotengine](https://github.com/godotengine)  | 2.1M | 95.5k | 60.5k | 121.3k | C++ | 171.0 |\n| [cockroachdb](https://github.com/cockroachdb)  | 2.0M | 140.8k | 97.3k | 42.1k | Go | 163.1 |\n| [grpc](https://github.com/grpc)  | 1.7M | 87.5k | 52.9k | 105.2k | C++ | 144.3 |\n| [grafana](https://github.com/grafana)  | 1.7M | 122.3k | 107.8k | 144.8k | Go | 142.1 |\n| [konveyor](https://github.com/konveyor)  | 1.7M | 15.1k | 15.3k | 1.2k | JavaScript | 140.3 |\n| [ClickHouse](https://github.com/ClickHouse)  | 1.7M | 217.2k | 69.6k | 54.3k | C++ | 137.6 |\n| [inclavare-containers](https://github.com/inclavare-containers)  | 1.6M | 25.7k | 1.3k | 760 | C++ | 131.5 |\n| [rust-lang](https://github.com/rust-lang)  | 1.5M | 312.7k | 88.7k | 108.3k | Rust | 126.9 |\n| [openkruise](https://github.com/openkruise)  | 1.4M | 2.3k | 2.6k | 6.6k | JavaScript | 113.3 |\n| [docker](https://github.com/docker)  | 1.3M | 199.1k | 46.1k | 197.4k | Go | 111.1 |\n| [python](https://github.com/python)  | 1.3M | 129.4k | 66.9k | 70.2k | Python | 107.2 |\n| [netdata](https://github.com/netdata)  | 1.2M | 36.4k | 19.9k | 78.0k | JavaScript | 103.5 |\n| [prestodb](https://github.com/prestodb)  | 1.2M | 26.0k | 15.3k | 15.7k | Java | 97.0 |\n| [kubewarden](https://github.com/kubewarden)  | 1.1M | 35.7k | 16.9k | 832 | JavaScript | 94.3 |\n| [golang](https://github.com/golang)  | 1.1M | 65.0k | 4.8k | 131.3k | Go | 88.3 |\n| [nodejs](https://github.com/nodejs)  | 965.2k | 45.6k | 38.7k | 114.6k | JavaScript | 80.4 |\n| [kubeflow](https://github.com/kubeflow)  | 939.5k | 27.5k | 33.1k | 34.0k | Go | 78.3 |\n| [tarantool](https://github.com/tarantool)  | 906.0k | 31.1k | 7.8k | 5.5k | Lua | 75.5 |\n| [ziglang](https://github.com/ziglang)  | 900.3k | 36.1k | 12.3k | 42.6k | Zig | 75.0 |\n| [brigadecore](https://github.com/brigadecore)  | 872.9k | 6.3k | 2.8k | 3.0k | JavaScript | 72.8 |\n| [tikv](https://github.com/tikv)  | 862.5k | 20.3k | 27.0k | 30.4k | Rust | 71.9 |\n| [nats-io](https://github.com/nats-io)  | 858.6k | 50.9k | 21.3k | 45.6k | Go | 71.5 |\n| [keycloak](https://github.com/keycloak)  | 849.8k | 45.3k | 32.6k | 39.7k | Java | 70.8 |\n| [cdk8s-team](https://github.com/cdk8s-team)  | 807.5k | 38.5k | 39.9k | 5.3k | Go | 67.3 |\n| [m3db](https://github.com/m3db)  | 736.7k | 10.5k | 5.2k | 5.2k | Go | 61.4 |\n| [cilium](https://github.com/cilium)  | 732.9k | 63.6k | 48.0k | 44.5k | Go | 61.1 |\n| [falcosecurity](https://github.com/falcosecurity)  | 705.2k | 33.7k | 15.3k | 11.3k | C Header | 58.8 |\n| [kubevirt](https://github.com/kubevirt)  | 695.9k | 126.2k | 39.9k | 9.0k | Go | 58.0 |\n| [vitessio](https://github.com/vitessio)  | 675.9k | 42.2k | 17.0k | 20.8k | Go | 56.3 |\n| [moby](https://github.com/moby)  | 663.3k | 89.8k | 38.1k | 93.4k | Go | 55.3 |\n| [fluent](https://github.com/fluent)  | 660.0k | 48.7k | 18.3k | 30.1k | C | 55.0 |\n| [cubefs](https://github.com/cubefs)  | 657.0k | 7.1k | 3.2k | 6.1k | Go | 54.8 |\n| [istio](https://github.com/istio)  | 583.7k | 62.3k | 85.2k | 45.0k | Go | 48.6 |\n| [openebs](https://github.com/openebs)  | 559.6k | 22.1k | 13.2k | 13.0k | Go | 46.6 |\n| [argoproj](https://github.com/argoproj)  | 508.7k | 30.3k | 31.9k | 52.3k | Go | 42.4 |\n| [open-policy-agent](https://github.com/open-policy-agent)  | 505.6k | 18.7k | 15.9k | 22.5k | Go | 42.1 |\n| [cncf](https://github.com/cncf)  | 501.3k | 79.0k | 23.9k | 36.7k | JavaScript | 41.8 |\n| [opengemini](https://github.com/opengemini)  | 500.2k | 1.2k | 1.3k | 1.3k | Go | 41.7 |\n| [denoland](https://github.com/denoland)  | 497.7k | 14.6k | 16.5k | 105.5k | JavaScript | 41.5 |\n| [googlecontainertools](https://github.com/googlecontainertools)  | 493.2k | 21.6k | 34.6k | 66.7k | Go | 41.1 |\n| [metrico](https://github.com/metrico)  | 491.8k | 23.6k | 1.6k | 2.7k | Rust | 41.0 |\n| [backstage](https://github.com/backstage)  | 490.8k | 83.5k | 31.6k | 33.8k | TypeScript | 40.9 |\n| [pravega](https://github.com/pravega)  | 471.3k | 6.7k | 6.0k | 2.8k | Java | 39.3 |\n| [kubevela](https://github.com/kubevela)  | 450.0k | 9.3k | 8.1k | 8.6k | Go | 37.5 |\n| [werf](https://github.com/werf)  | 435.0k | 20.5k | 8.3k | 6.9k | JavaScript | 36.2 |\n| [athenz](https://github.com/athenz)  | 433.2k | 5.1k | 3.6k | 1.0k | Java | 36.1 |\n| [knative](https://github.com/knative)  | 432.7k | 41.1k | 41.6k | 15.3k | Go | 36.1 |\n| [go-faster](https://github.com/go-faster)  | 430.9k | 37.6k | 3.5k | 545 | Go | 35.9 |\n| [awslabs](https://github.com/awslabs)  | 427.5k | 11.1k | 4.5k | 45.6k | Java | 35.6 |\n| [opencurve](https://github.com/opencurve)  | 419.2k | 6.4k | 2.7k | 2.6k | C++ | 34.9 |\n| [AthenZ](https://github.com/AthenZ)  | 405.6k | 3.5k | 2.0k | 762 | Java | 33.8 |\n| [koordinator-sh](https://github.com/koordinator-sh)  | 399.1k | 2.0k | 2.5k | 1.7k | Go | 33.2 |\n| [VictoriaMetrics](https://github.com/VictoriaMetrics)  | 390.9k | 41.4k | 9.1k | 21.7k | Go | 32.6 |\n| [thanos-io](https://github.com/thanos-io)  | 384.1k | 21.6k | 6.4k | 14.8k | Go | 32.0 |\n| [prometheus](https://github.com/prometheus)  | 381.2k | 45.5k | 31.1k | 123.7k | Go | 31.8 |\n| [kubeovn](https://github.com/kubeovn)  | 378.2k | 24.3k | 5.0k | 2.3k | Go | 31.5 |\n| [pixie-io](https://github.com/pixie-io)  | 377.1k | 13.7k | 2.5k | 6.6k | C++ | 31.4 |\n| [vectordotdev](https://github.com/vectordotdev)  | 374.4k | 29.0k | 16.3k | 22.7k | Rust | 31.2 |\n| [chaosblade-io](https://github.com/chaosblade-io)  | 369.1k | 1.8k | 1.4k | 7.8k | JavaScript | 30.8 |\n| [containerd](https://github.com/containerd)  | 368.4k | 36.6k | 20.2k | 38.7k | Go | 30.7 |\n| [dapr](https://github.com/dapr)  | 360.6k | 28.7k | 18.0k | 32.8k | Go | 30.1 |\n| [facebook](https://github.com/facebook)  | 358.3k | 21.2k | 18.7k | 241.4k | JavaScript | 29.9 |\n| [dragonflyoss](https://github.com/dragonflyoss)  | 347.2k | 19.5k | 15.6k | 20.3k | Go | 28.9 |\n| [longhorn](https://github.com/longhorn)  | 345.2k | 19.6k | 18.0k | 8.5k | C | 28.8 |\n| [django](https://github.com/django)  | 340.5k | 34.1k | 20.3k | 86.1k | Python | 28.4 |\n| [operator-framework](https://github.com/operator-framework)  | 339.7k | 26.9k | 22.1k | 16.4k | Go | 28.3 |\n| [radius-project](https://github.com/radius-project)  | 315.3k | 10.3k | 7.2k | 1.8k | C# | 26.3 |\n| [kyverno](https://github.com/kyverno)  | 312.5k | 19.8k | 19.0k | 8.8k | Go | 26.1 |\n| [LINBIT](https://github.com/LINBIT)  | 310.8k | 5.4k | 18 | 1.2k | Java | 25.9 |\n| [open-cluster-management-io](https://github.com/open-cluster-management-io)  | 303.3k | 10.5k | 7.2k | 2.6k | Go | 25.3 |\n| [parallaxsecond](https://github.com/parallaxsecond)  | 292.3k | 4.7k | 2.0k | 822 | Rust | 24.4 |\n| [gravity-ui](https://github.com/gravity-ui)  | 289.8k | 12.0k | 10.1k | 2.2k | TypeScript | 24.1 |\n| [confidential-containers](https://github.com/confidential-containers)  | 283.0k | 29.8k | 5.8k | 1.2k | Go | 23.6 |\n| [antrea-io](https://github.com/antrea-io)  | 264.7k | 7.0k | 8.6k | 1.8k | Go | 22.1 |\n| [inspektor-gadget](https://github.com/inspektor-gadget)  | 263.5k | 17.0k | 4.6k | 2.7k | C Header | 22.0 |\n| [keptn](https://github.com/keptn)  | 255.1k | 14.0k | 11.0k | 2.3k | Go | 21.3 |\n| [siderolabs](https://github.com/siderolabs)  | 253.4k | 12.4k | 15.6k | 12.3k | Go | 21.1 |\n| [kusionstack](https://github.com/kusionstack)  | 252.8k | 3.5k | 3.1k | 3.2k | Go | 21.1 |\n| [uber](https://github.com/uber)  | 251.7k | 1.7k | 394 | 7.3k | Go | 21.0 |\n| [strimzi](https://github.com/strimzi)  | 250.7k | 9.8k | 9.1k | 6.6k | Java | 20.9 |\n| [jaegertracing](https://github.com/jaegertracing)  | 250.0k | 12.8k | 13.3k | 29.7k | Go | 20.8 |\n| [goharbor](https://github.com/goharbor)  | 245.9k | 19.3k | 13.8k | 29.6k | Go | 20.5 |\n| [kumahq](https://github.com/kumahq)  | 241.2k | 16.9k | 19.4k | 4.2k | Go | 20.1 |\n| [linkerd](https://github.com/linkerd)  | 237.5k | 19.0k | 20.9k | 20.3k | Rust | 19.8 |\n| [kata-containers](https://github.com/kata-containers)  | 229.2k | 42.4k | 13.9k | 11.0k | Go | 19.1 |\n| [buildpacks](https://github.com/buildpacks)  | 225.1k | 34.2k | 5.5k | 3.9k | Go | 18.8 |\n| [spiffe](https://github.com/spiffe)  | 220.8k | 22.1k | 9.3k | 4.8k | Go | 18.4 |\n| [litmuschaos](https://github.com/litmuschaos)  | 211.6k | 8.9k | 9.4k | 5.8k | TypeScript | 17.6 |\n| [matplotlib](https://github.com/matplotlib)  | 208.2k | 53.4k | 19.7k | 22.1k | Python | 17.4 |\n| [Netflix](https://github.com/Netflix)  | 208.1k | 4.2k | 2.3k | 551 | Java | 17.3 |\n| [alibaba](https://github.com/alibaba)  | 205.2k | 4.1k | 859 | 27.2k | Java | 17.1 |\n| [kcl-lang](https://github.com/kcl-lang)  | 200.4k | 9.3k | 4.4k | 2.7k | Rust | 16.7 |\n| [fluxcd](https://github.com/fluxcd)  | 200.2k | 37.3k | 16.4k | 25.7k | Go | 16.7 |\n| [megaease](https://github.com/megaease)  | 199.7k | 4.5k | 1.9k | 11.5k | Go | 16.6 |\n| [pion](https://github.com/pion)  | 198.6k | 10.9k | 8.7k | 26.6k | Go | 16.6 |\n| [wasmcloud](https://github.com/wasmcloud)  | 196.7k | 19.6k | 10.1k | 3.6k | Rust | 16.4 |\n| [flatcar](https://github.com/flatcar)  | 192.3k | 55.0k | 7.2k | 1.9k | Go | 16.0 |\n| [kuadrant](https://github.com/kuadrant)  | 188.9k | 11.8k | 4.8k | 523 | Go | 15.7 |\n| [perses](https://github.com/perses)  | 188.7k | 6.1k | 4.8k | 2.0k | Go | 15.7 |\n| [tremor-rs](https://github.com/tremor-rs)  | 187.2k | 8.1k | 4.3k | 1.0k | Rust | 15.6 |\n| [etcd-io](https://github.com/etcd-io)  | 186.8k | 34.6k | 17.6k | 64.9k | Go | 15.6 |\n| [cloud-custodian](https://github.com/cloud-custodian)  | 182.0k | 5.6k | 6.0k | 6.2k | Python | 15.2 |\n| [carvel-dev](https://github.com/carvel-dev)  | 178.9k | 10.5k | 5.4k | 5.1k | Go | 14.9 |\n| [containers](https://github.com/containers)  | 173.9k | 26.4k | 15.1k | 29.9k | Go | 14.5 |\n| [cert-manager](https://github.com/cert-manager)  | 165.2k | 29.5k | 13.2k | 15.1k | Go | 13.8 |\n| [loxilb-io](https://github.com/loxilb-io)  | 162.6k | 9.2k | 1.2k | 2.1k | C | 13.6 |\n| [kubeslice](https://github.com/kubeslice)  | 157.9k | 7.8k | 1.7k | 510 | Go | 13.2 |\n| [meshery](https://github.com/meshery)  | 156.1k | 71.6k | 18.9k | 11.6k | JavaScript | 13.0 |\n| [crossplane](https://github.com/crossplane)  | 154.3k | 20.1k | 7.7k | 13.0k | Go | 12.9 |\n| [in-toto](https://github.com/in-toto)  | 153.3k | 13.7k | 4.2k | 2.5k | Python | 12.8 |\n| [networkservicemesh](https://github.com/networkservicemesh)  | 152.2k | 55.4k | 43.7k | 705 | Go | 12.7 |\n| [connectrpc](https://github.com/connectrpc)  | 149.4k | 5.2k | 8.4k | 7.4k | Go | 12.4 |\n| [kubeedge](https://github.com/kubeedge)  | 148.3k | 10.0k | 6.0k | 8.8k | Go | 12.4 |\n| [serverless-devs](https://github.com/serverless-devs)  | 147.8k | 5.4k | 799 | 1.9k | JavaScript | 12.3 |\n| [kube-vip](https://github.com/kube-vip)  | 145.0k | 2.2k | 1.1k | 2.9k | C Header | 12.1 |\n| [fluid-cloudnative](https://github.com/fluid-cloudnative)  | 144.2k | 3.9k | 4.1k | 1.9k | Go | 12.0 |\n| [drakkan](https://github.com/drakkan)  | 142.0k | 2.3k | 300 | 11.4k | Go | 11.8 |\n| [kcp-dev](https://github.com/kcp-dev)  | 140.0k | 9.3k | 3.5k | 2.8k | Go | 11.7 |\n| [getporter](https://github.com/getporter)  | 139.1k | 8.8k | 4.0k | 1.5k | Go | 11.6 |\n| [devfile](https://github.com/devfile)  | 138.3k | 6.8k | 4.5k | 624 | Go | 11.5 |\n| [kubescape](https://github.com/kubescape)  | 137.5k | 22.2k | 5.8k | 11.6k | Go | 11.5 |\n| [ovn-org](https://github.com/ovn-org)  | 136.7k | 24.8k | 997 | 915 | C | 11.4 |\n| [armadaproject](https://github.com/armadaproject)  | 136.5k | 8.0k | 4.1k | 585 | Go | 11.4 |\n| [wasmedge](https://github.com/wasmedge)  | 133.6k | 6.1k | 3.3k | 10.8k | Rust | 11.1 |\n| [rook](https://github.com/rook)  | 131.8k | 28.7k | 10.6k | 13.7k | Go | 11.0 |\n| [projectcontour](https://github.com/projectcontour)  | 130.8k | 7.3k | 5.8k | 4.7k | Go | 10.9 |\n| [sermant-io](https://github.com/sermant-io)  | 130.4k | 2.5k | 1.4k | 1.4k | Java | 10.9 |\n| [keylime](https://github.com/keylime)  | 125.8k | 3.5k | 2.5k | 689 | C | 10.5 |\n| [nocalhost](https://github.com/nocalhost)  | 122.8k | 6.3k | 2.2k | 2.0k | Go | 10.2 |\n| [artifacthub](https://github.com/artifacthub)  | 121.6k | 2.1k | 3.5k | 2.0k | TypeScript | 10.1 |\n| [cortexproject](https://github.com/cortexproject)  | 120.0k | 6.6k | 5.6k | 5.9k | Go | 10.0 |\n| [volcano-sh](https://github.com/volcano-sh)  | 116.6k | 8.1k | 4.0k | 5.8k | Go | 9.7 |\n| [pipe-cd](https://github.com/pipe-cd)  | 115.1k | 7.5k | 5.4k | 1.4k | Go | 9.6 |\n| [kptdev](https://github.com/kptdev)  | 113.7k | 4.4k | 4.7k | 2.0k | Go | 9.5 |\n| [paralus](https://github.com/paralus)  | 112.6k | 2.1k | 1.3k | 1.2k | Go | 9.4 |\n| [openelb](https://github.com/openelb)  | 111.1k | 695 | 397 | 1.8k | JavaScript | 9.3 |\n| [notaryproject](https://github.com/notaryproject)  | 107.7k | 6.8k | 5.7k | 4.5k | Go | 9.0 |\n| [chaos-mesh](https://github.com/chaos-mesh)  | 107.1k | 3.8k | 3.7k | 7.9k | Go | 8.9 |\n| [kedacore](https://github.com/kedacore)  | 105.5k | 6.0k | 7.4k | 11.0k | Go | 8.8 |\n| [emissary-ingress](https://github.com/emissary-ingress)  | 103.4k | 19.6k | 4.1k | 4.5k | Python | 8.6 |\n| [VKCOM](https://github.com/VKCOM)  | 101.5k | 15.4k | 8.8k | 1.4k | TypeScript | 8.5 |\n| [karmada-io](https://github.com/karmada-io)  | 100.5k | 9.3k | 6.1k | 5.4k | Go | 8.4 |\n| [kubeclipper](https://github.com/kubeclipper)  | 99.5k | 692 | 1.0k | 518 | Go | 8.3 |\n| [bfenetworks](https://github.com/bfenetworks)  | 99.4k | 1.5k | 881 | 6.4k | Go | 8.3 |\n| [openyurtio](https://github.com/openyurtio)  | 98.6k | 3.0k | 2.6k | 2.1k | Go | 8.2 |\n| [spidernet-io](https://github.com/spidernet-io)  | 92.1k | 7.4k | 6.8k | 933 | Go | 7.7 |\n| [v6d-io](https://github.com/v6d-io)  | 91.9k | 1.5k | 1.4k | 939 | C++ | 7.7 |\n| [serverlessworkflow](https://github.com/serverlessworkflow)  | 91.2k | 4.6k | 2.2k | 1.6k | C# | 7.6 |\n| [kairos-io](https://github.com/kairos-io)  | 89.2k | 14.6k | 10.2k | 1.8k | Go | 7.4 |\n| [fnproject](https://github.com/fnproject)  | 87.4k | 8.5k | 2.5k | 6.4k | Go | 7.3 |\n| [opencost](https://github.com/opencost)  | 82.3k | 7.0k | 3.8k | 6.4k | Go | 6.9 |\n| [openservicemesh](https://github.com/openservicemesh)  | 81.9k | 5.2k | 4.1k | 2.6k | Go | 6.8 |\n| [hwameistor](https://github.com/hwameistor)  | 80.4k | 3.5k | 1.6k | 653 | Go | 6.7 |\n| [easegress-io](https://github.com/easegress-io)  | 79.9k | 2.2k | 1.3k | 5.9k | Go | 6.7 |\n| [firecracker-microvm](https://github.com/firecracker-microvm)  | 79.7k | 7.6k | 4.0k | 31.3k | Rust | 6.6 |\n| [cloudevents](https://github.com/cloudevents)  | 79.0k | 4.9k | 3.4k | 8.4k | Go | 6.6 |\n| [opencontainers](https://github.com/opencontainers)  | 78.9k | 14.0k | 6.4k | 18.2k | Go | 6.6 |\n| [oras-project](https://github.com/oras-project)  | 76.9k | 5.9k | 3.6k | 2.7k | Go | 6.4 |\n| [coredns](https://github.com/coredns)  | 76.2k | 6.8k | 6.3k | 15.1k | Go | 6.3 |\n| [project-zot](https://github.com/project-zot)  | 75.9k | 1.9k | 3.3k | 1.6k | Go | 6.3 |\n| [devspace-sh](https://github.com/devspace-sh)  | 74.9k | 6.1k | 1.9k | 4.8k | Go | 6.2 |\n| [gotd](https://github.com/gotd)  | 74.5k | 9.6k | 4.4k | 2.2k | Go | 6.2 |\n| [cri-o](https://github.com/cri-o)  | 73.3k | 13.1k | 8.7k | 5.7k | Go | 6.1 |\n| [spectralops](https://github.com/spectralops)  | 73.0k | 359 | 63 | 1.2k | JavaScript | 6.1 |\n| [helm](https://github.com/helm)  | 71.5k | 32.8k | 29.8k | 57.0k | Go | 6.0 |\n| [tinkerbell](https://github.com/tinkerbell)  | 71.4k | 18.1k | 5.2k | 2.8k | Go | 6.0 |\n| [oscal-compass](https://github.com/oscal-compass)  | 71.0k | 2.5k | 1.7k | 391 | Python | 5.9 |\n| [ten-nancy](https://github.com/ten-nancy)  | 71.0k | 340 | 7 | 45 | C++ | 5.9 |\n| [metal3-io](https://github.com/metal3-io)  | 70.9k | 18.1k | 11.1k | 1.7k | Go | 5.9 |\n| [meilisearch](https://github.com/meilisearch)  | 70.7k | 13.0k | 2.7k | 54.8k | Rust | 5.9 |\n| [submariner-io](https://github.com/submariner-io)  | 69.8k | 14.1k | 17.1k | 3.0k | Go | 5.8 |\n| [microcks](https://github.com/microcks)  | 68.7k | 7.4k | 3.4k | 2.2k | Java | 5.7 |\n| [runatlantis](https://github.com/runatlantis)  | 68.5k | 5.0k | 21.4k | 8.9k | Go | 5.7 |\n| [open-feature](https://github.com/open-feature)  | 67.7k | 16.0k | 14.9k | 3.8k | Go | 5.6 |\n| [telepresenceio](https://github.com/telepresenceio)  | 67.5k | 11.1k | 2.4k | 7.1k | Go | 5.6 |\n| [openfga](https://github.com/openfga)  | 65.9k | 9.7k | 7.7k | 5.4k | Go | 5.5 |\n| [kaito-project](https://github.com/kaito-project)  | 64.5k | 6.3k | 2.3k | 1.4k | Go | 5.4 |\n| [kanisterio](https://github.com/kanisterio)  | 63.6k | 3.3k | 3.4k | 850 | Go | 5.3 |\n| [ent](https://github.com/ent)  | 63.2k | 2.3k | 2.5k | 16.7k | Go | 5.3 |\n| [containerssh](https://github.com/containerssh)  | 62.2k | 2.0k | 2.6k | 3.1k | Go | 5.2 |\n| [vuejs](https://github.com/vuejs)  | 60.3k | 3.6k | 2.6k | 209.7k | TypeScript | 5.0 |\n| [openfaas](https://github.com/openfaas)  | 59.0k | 9.0k | 4.1k | 31.9k | Go | 4.9 |\n| [projectriff](https://github.com/projectriff)  | 57.7k | 6.6k | 4.2k | 887 | Go | 4.8 |\n| [external-secrets](https://github.com/external-secrets)  | 57.3k | 4.7k | 4.1k | 8.9k | Go | 4.8 |\n| [cartography-cncf](https://github.com/cartography-cncf)  | 57.2k | 1.3k | 1.6k | 3.6k | Python | 4.8 |\n| [ariga](https://github.com/ariga)  | 55.7k | 2.7k | 2.8k | 7.7k | Go | 4.6 |\n| [kubestellar](https://github.com/kubestellar)  | 55.5k | 10.4k | 4.7k | 988 | Go | 4.6 |\n| [project-hami](https://github.com/project-hami)  | 53.3k | 2.0k | 1.2k | 3.2k | Go | 4.4 |\n| [rkt](https://github.com/rkt)  | 52.4k | 5.6k | 2.5k | 8.8k | Go | 4.4 |\n| [trickstercache](https://github.com/trickstercache)  | 52.1k | 1.3k | 650 | 2.1k | Go | 4.3 |\n| [cloud-bulldozer](https://github.com/cloud-bulldozer)  | 51.9k | 7.9k | 3.6k | 914 | Python | 4.3 |\n| [headlamp-k8s](https://github.com/headlamp-k8s)  | 51.4k | 6.1k | 2.2k | 2.8k | TypeScript | 4.3 |\n| [slimtoolkit](https://github.com/slimtoolkit)  | 49.7k | 1.4k | 477 | 22.7k | Go | 4.1 |\n| [shipwright-io](https://github.com/shipwright-io)  | 48.8k | 4.4k | 2.5k | 850 | Go | 4.1 |\n| [theupdateframework](https://github.com/theupdateframework)  | 48.8k | 11.9k | 4.9k | 3.2k | Python | 4.1 |\n| [superedge](https://github.com/superedge)  | 48.2k | 524 | 461 | 1.1k | Go | 4.0 |\n| [virtual-kubelet](https://github.com/virtual-kubelet)  | 48.1k | 3.0k | 1.8k | 5.2k | Go | 4.0 |\n| [kudobuilder](https://github.com/kudobuilder)  | 47.9k | 2.4k | 2.2k | 2.3k | Go | 4.0 |\n| [xline-kv](https://github.com/xline-kv)  | 47.6k | 1.6k | 1.0k | 721 | Rust | 4.0 |\n| [krkn-chaos](https://github.com/krkn-chaos)  | 46.6k | 2.4k | 1.8k | 534 | Python | 3.9 |\n| [distribution](https://github.com/distribution)  | 45.7k | 6.1k | 2.5k | 10.5k | Go | 3.8 |\n| [openfunction](https://github.com/openfunction)  | 44.5k | 1.8k | 1.2k | 1.8k | Go | 3.7 |\n| [k3s-io](https://github.com/k3s-io)  | 44.5k | 6.1k | 6.7k | 37.7k | Go | 3.7 |\n| [skooner-k8s](https://github.com/skooner-k8s)  | 44.1k | 543 | 259 | 1.4k | JavaScript | 3.7 |\n| [kubedl-io](https://github.com/kubedl-io)  | 44.0k | 1.4k | 409 | 619 | Go | 3.7 |\n| [tauri-apps](https://github.com/tauri-apps)  | 43.5k | 5.8k | 6.2k | 99.7k | Rust | 3.6 |\n| [kubearmor](https://github.com/kubearmor)  | 41.6k | 7.5k | 3.4k | 2.2k | Go | 3.5 |\n| [metallb](https://github.com/metallb)  | 40.9k | 3.5k | 2.5k | 8.1k | Go | 3.4 |\n| [vitalif](https://github.com/vitalif)  | 40.8k | 2.5k | 30 | 202 | C++ | 3.4 |\n| [capsule-rs](https://github.com/capsule-rs)  | 40.4k | 252 | 140 | 356 | Rust | 3.4 |\n| [devstream-io](https://github.com/devstream-io)  | 39.3k | 663 | 1.1k | 893 | Go | 3.3 |\n| [ogen-go](https://github.com/ogen-go)  | 39.2k | 6.1k | 2.1k | 2.0k | Go | 3.3 |\n| [vscode-kubernetes-tools](https://github.com/vscode-kubernetes-tools)  | 39.1k | 1.0k | 1.0k | 760 | TypeScript | 3.3 |\n| [aeraki-mesh](https://github.com/aeraki-mesh)  | 39.1k | 1.1k | 505 | 1.0k | Go | 3.2 |\n| [youki-dev](https://github.com/youki-dev)  | 37.9k | 6.2k | 3.2k | 7.4k | Rust | 3.2 |\n| [score-spec](https://github.com/score-spec)  | 37.9k | 2.8k | 1.5k | 9.0k | Go | 3.2 |\n| [jquery](https://github.com/jquery)  | 37.1k | 6.8k | 3.1k | 59.7k | JavaScript | 3.1 |\n| [kube-logging](https://github.com/kube-logging)  | 35.9k | 4.8k | 2.3k | 1.8k | Go | 3.0 |\n| [kuasar-io](https://github.com/kuasar-io)  | 35.6k | 385 | 190 | 1.4k | Rust | 3.0 |\n| [bpfman](https://github.com/bpfman)  | 35.5k | 3.4k | 1.6k | 728 | Rust | 3.0 |\n| [kmesh-net](https://github.com/kmesh-net)  | 35.1k | 4.0k | 1.4k | 728 | Go | 2.9 |\n| [ratify-project](https://github.com/ratify-project)  | 35.0k | 1.5k | 1.7k | 255 | Go | 2.9 |\n| [containernetworking](https://github.com/containernetworking)  | 34.8k | 3.4k | 1.6k | 8.4k | Go | 2.9 |\n| [sustainable-computing-io](https://github.com/sustainable-computing-io)  | 34.3k | 5.7k | 3.5k | 1.6k | Go | 2.9 |\n| [clusternet](https://github.com/clusternet)  | 33.4k | 1.2k | 807 | 1.4k | Go | 2.8 |\n| [sealerio](https://github.com/sealerio)  | 32.6k | 1.2k | 1.4k | 2.1k | Go | 2.7 |\n| [kube-rs](https://github.com/kube-rs)  | 31.9k | 5.0k | 2.0k | 4.1k | Rust | 2.7 |\n| [bank-vaults](https://github.com/bank-vaults)  | 31.7k | 14.0k | 8.3k | 2.6k | Go | 2.6 |\n| [clusterpedia-io](https://github.com/clusterpedia-io)  | 31.6k | 1.6k | 880 | 892 | Go | 2.6 |\n| [dexidp](https://github.com/dexidp)  | 29.3k | 4.0k | 3.2k | 10.5k | Go | 2.4 |\n| [piraeusdatastore](https://github.com/piraeusdatastore)  | 28.7k | 2.6k | 1.3k | 1.2k | Go | 2.4 |\n| [opentracing](https://github.com/opentracing)  | 27.2k | 2.7k | 1.5k | 10.2k | Java | 2.3 |\n| [project-stacker](https://github.com/project-stacker)  | 23.8k | 1.5k | 737 | 335 | JavaScript | 2.0 |\n| [krustlet](https://github.com/krustlet)  | 23.6k | 2.4k | 535 | 3.7k | Rust | 2.0 |\n| [alacritty](https://github.com/alacritty)  | 23.1k | 2.5k | 2.5k | 61.3k | Rust | 1.9 |\n| [curiefense](https://github.com/curiefense)  | 22.3k | 2.9k | 832 | 617 | Rust | 1.9 |\n| [redhat-chaos](https://github.com/redhat-chaos)  | 22.3k | 911 | 784 | 317 | Python | 1.9 |\n| [projectcapsule](https://github.com/projectcapsule)  | 21.9k | 2.5k | 2.2k | 2.0k | Go | 1.8 |\n| [fabedge](https://github.com/fabedge)  | 21.6k | 1.1k | 532 | 536 | Go | 1.8 |\n| [project-akri](https://github.com/project-akri)  | 20.5k | 1.0k | 606 | 1.2k | Rust | 1.7 |\n| [k8gb-io](https://github.com/k8gb-io)  | 19.4k | 2.1k | 1.9k | 1.2k | Go | 1.6 |\n| [foniod](https://github.com/foniod)  | 18.1k | 1.7k | 495 | 2.1k | Rust | 1.5 |\n| [lima-vm](https://github.com/lima-vm)  | 17.4k | 6.3k | 3.1k | 20.7k | Go | 1.4 |\n| [schemahero](https://github.com/schemahero)  | 17.0k | 1.7k | 1.1k | 1.1k | Go | 1.4 |\n| [hexa-org](https://github.com/hexa-org)  | 16.5k | 969 | 182 | 125 | Go | 1.4 |\n| [getsops](https://github.com/getsops)  | 15.3k | 2.5k | 1.1k | 20.2k | Go | 1.3 |\n| [k8up-io](https://github.com/k8up-io)  | 14.2k | 2.4k | 871 | 895 | Go | 1.2 |\n| [kubean-io](https://github.com/kubean-io)  | 13.2k | 2.9k | 1.3k | 556 | Go | 1.1 |\n| [carina-io](https://github.com/carina-io)  | 12.9k | 824 | 150 | 718 | Go | 1.1 |\n| [pallets](https://github.com/pallets)  | 12.8k | 5.5k | 2.7k | 70.9k | Python | 1.1 |\n| [kuberhealthy](https://github.com/kuberhealthy)  | 11.8k | 3.3k | 1.0k | 2.2k | Go | 990.0m |\n| [servicemeshinterface](https://github.com/servicemeshinterface)  | 11.6k | 974 | 375 | 1.2k | Go | 970.0m |\n| [k8sgpt-ai](https://github.com/k8sgpt-ai)  | 11.0k | 2.6k | 2.1k | 7.7k | Go | 920.0m |\n| [ko-build](https://github.com/ko-build)  | 9.5k | 1.9k | 1.5k | 8.3k | Go | 790.0m |\n| [eraser-dev](https://github.com/eraser-dev)  | 9.4k | 748 | 967 | 574 | Go | 780.0m |\n| [devspace-cloud](https://github.com/devspace-cloud)  | 8.7k | 348 | 83 | 113 | Go | 720.0m |\n| [kube-burner](https://github.com/kube-burner)  | 8.0k | 1.8k | 1.1k | 696 | Go | 660.0m |\n| [tellerops](https://github.com/tellerops)  | 7.7k | 246 | 167 | 3.2k | Go | 640.0m |\n| [cni-genie](https://github.com/cni-genie)  | 5.4k | 490 | 136 | 538 | Go | 450.0m |\n| [project-copacetic](https://github.com/project-copacetic)  | 5.4k | 1.1k | 1.2k | 1.5k | Go | 450.0m |\n| [merbridge](https://github.com/merbridge)  | 4.8k | 296 | 386 | 808 | Go | 400.0m |\n| [opcr-io](https://github.com/opcr-io)  | 3.6k | 736 | 263 | 281 | Go | 300.0m |\n| [krator-rs](https://github.com/krator-rs)  | 2.9k | 498 | 34 | 168 | Rust | 250.0m |\n| [OpenObservability](https://github.com/OpenObservability)  | 2.3k | 251 | 117 | 2.0k | Go | 190.0m |\n| [openobservability](https://github.com/openobservability)  | 2.3k | 251 | 117 | 2.0k | Go | 190.0m |\n| [service-mesh-performance](https://github.com/service-mesh-performance)  | 2.2k | 929 | 268 | 309 | JavaScript | 180.0m |\n| [kubereboot](https://github.com/kubereboot)  | 2.0k | 1.9k | 1.2k | 2.5k | Go | 170.0m |\n| [g-research](https://github.com/g-research)  | 870 | 9 | 0 | 4 | Go | 70.0m |\n| [gitops-working-group](https://github.com/gitops-working-group)  | 0 | 43 | 57 | 552 | N/A | 0.0 |\n\n\n### Repositories\n| Repository | SLOC | Commits | PRs | Stars | Language | Effort |\n|------------|------|---------|-----|-------|----------|--------|\n| [torvalds/linux](https://github.com/torvalds/linux/)  | 19.1M | 1.4M | 1.3k | 209.9k | C | 1.6k |\n| [tensorflow/tensorflow](https://github.com/tensorflow/tensorflow/)  | 3.3M | 187.9k | 62.7k | 192.7k | C++ | 271.4 |\n| [ydb-platform/nbs](https://github.com/ydb-platform/nbs/)  | 3.2M | 8.3k | 4.1k | 91 | C++ | 266.6 |\n| [ydb-platform/ydb](https://github.com/ydb-platform/ydb/)  | 2.8M | 40.5k | 23.2k | 4.6k | C++ | 237.0 |\n| [ytsaurus/ytsaurus](https://github.com/ytsaurus/ytsaurus/)  | 2.4M | 87.2k | 945 | 2.1k | C++ | 202.7 |\n| [elastic/elasticsearch](https://github.com/elastic/elasticsearch/)  | 2.4M | 92.2k | 96.8k | 75.6k | Java | 201.8 |\n| [apache/hadoop](https://github.com/apache/hadoop/)  | 2.0M | 28.1k | 8.1k | 15.4k | Java | 165.5 |\n| [godotengine/godot](https://github.com/godotengine/godot/)  | 2.0M | 79.6k | 52.8k | 103.9k | C++ | 164.8 |\n| [cockroachdb/cockroach](https://github.com/cockroachdb/cockroach/)  | 1.7M | 111.9k | 79.5k | 31.6k | Go | 139.7 |\n| [rust-lang/rust](https://github.com/rust-lang/rust/)  | 1.5M | 312.7k | 88.7k | 108.3k | Rust | 126.9 |\n| [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes/)  | 1.5M | 134.2k | 86.9k | 119.1k | Go | 124.0 |\n| [apache/camel](https://github.com/apache/camel/)  | 1.4M | 77.7k | 20.3k | 6.1k | Java | 119.2 |\n| [python/cpython](https://github.com/python/cpython/)  | 1.3M | 129.4k | 66.9k | 70.2k | Python | 107.2 |\n| [openkruise/game.openkruise.io](https://github.com/openkruise/game.openkruise.io/)  | 1.2M | 4 | 0 | 0 | JavaScript | 98.3 |\n| [apache/hive](https://github.com/apache/hive/)  | 1.1M | 18.0k | 6.2k | 5.9k | Java | 93.2 |\n| [apache/harmony-classlib](https://github.com/apache/harmony-classlib/)  | 1.1M | 7.5k | 3 | 6 | Java | 92.2 |\n| [ClickHouse/ClickHouse](https://github.com/ClickHouse/ClickHouse/)  | 1.1M | 200.7k | 64.5k | 44.5k | C++ | 88.9 |\n| [golang/go](https://github.com/golang/go/)  | 1.1M | 65.0k | 4.8k | 131.3k | Go | 88.3 |\n| [kubewarden/kubecon-24-eu-kubewarden](https://github.com/kubewarden/kubecon-24-eu-kubewarden/)  | 1.1M | 50 | 45 | 2 | JavaScript | 87.7 |\n| [prestodb/presto](https://github.com/prestodb/presto/)  | 1.0M | 20.8k | 13.9k | 14.6k | Java | 86.0 |\n| [nodejs/node](https://github.com/nodejs/node/)  | 965.2k | 45.6k | 38.7k | 114.6k | JavaScript | 80.4 |\n| [envoyproxy/mobile-website](https://github.com/envoyproxy/mobile-website/)  | 905.2k | 5.2k | 19 | 1 | JavaScript | 75.4 |\n| [ziglang/zig](https://github.com/ziglang/zig/)  | 900.3k | 36.1k | 12.3k | 42.6k | Zig | 75.0 |\n| [konveyor/github-actions](https://github.com/konveyor/github-actions/)  | 895.5k | 17 | 14 | 0 | JavaScript | 74.6 |\n| [grafana/grafana](https://github.com/grafana/grafana/)  | 891.0k | 64.2k | 69.7k | 71.2k | TypeScript | 74.2 |\n| [inclavare-containers/tng-envoy](https://github.com/inclavare-containers/tng-envoy/)  | 866.7k | 21.5k | 0 | 1 | C++ | 72.2 |\n| [brigadecore/go-libgit2](https://github.com/brigadecore/go-libgit2/)  | 776.4k | 3 | 0 | 0 | JavaScript | 64.7 |\n| [envoyproxy/envoy](https://github.com/envoyproxy/envoy/)  | 753.2k | 25.9k | 29.1k | 27.1k | C++ | 62.8 |\n| [keycloak/keycloak](https://github.com/keycloak/keycloak/)  | 675.7k | 29.7k | 22.0k | 31.5k | Java | 56.3 |\n| [tarantool/tarantool](https://github.com/tarantool/tarantool/)  | 647.8k | 19.5k | 4.1k | 3.6k | Lua | 54.0 |\n| [apache/cassandra](https://github.com/apache/cassandra/)  | 631.4k | 31.5k | 4.5k | 9.5k | Java | 52.6 |\n| [elastic/beats](https://github.com/elastic/beats/)  | 616.0k | 19.5k | 36.4k | 12.6k | Go | 51.3 |\n| [ytsaurus/ytsaurus-cpp-sdk](https://github.com/ytsaurus/ytsaurus-cpp-sdk/)  | 615.5k | 5.8k | 3 | 3 | C++ | 51.3 |\n| [vitessio/vitess](https://github.com/vitessio/vitess/)  | 610.7k | 34.9k | 14.5k | 20.5k | Go | 50.9 |\n| [apache/lucenenet](https://github.com/apache/lucenenet/)  | 606.9k | 7.0k | 821 | 2.4k | C# | 50.6 |\n| [grpc/grpc](https://github.com/grpc/grpc/)  | 509.2k | 57.8k | 29.1k | 44.1k | C++ | 42.4 |\n| [grpc/grpc-ios](https://github.com/grpc/grpc-ios/)  | 506.9k | 160 | 264 | 53 | C++ | 42.2 |\n| [falcosecurity/libs](https://github.com/falcosecurity/libs/)  | 504.4k | 10.5k | 2.4k | 294 | C Header | 42.0 |\n| [envoyproxy/envoy-wasm](https://github.com/envoyproxy/envoy-wasm/)  | 502.8k | 8.5k | 454 | 205 | C++ | 41.9 |\n| [denoland/deno](https://github.com/denoland/deno/)  | 497.7k | 14.6k | 16.5k | 105.5k | JavaScript | 41.5 |\n| [cubefs/cubefs](https://github.com/cubefs/cubefs/)  | 479.4k | 5.9k | 2.8k | 5.4k | Go | 40.0 |\n| [m3db/m3](https://github.com/m3db/m3/)  | 477.3k | 4.3k | 3.7k | 4.9k | Go | 39.8 |\n| [apache/openjpa](https://github.com/apache/openjpa/)  | 461.7k | 5.4k | 128 | 146 | Java | 38.5 |\n| [apache/activemq](https://github.com/apache/activemq/)  | 444.9k | 12.1k | 1.5k | 2.4k | Java | 37.1 |\n| [apache/poi](https://github.com/apache/poi/)  | 424.0k | 13.6k | 931 | 2.2k | Java | 35.3 |\n| [opengemini/openGemini](https://github.com/opengemini/openGemini/)  | 410.5k | 451 | 571 | 1.1k | Go | 34.2 |\n| [konveyor/tackle-diva](https://github.com/konveyor/tackle-diva/)  | 400.2k | 113 | 94 | 39 | Java | 33.4 |\n| [backstage/backstage](https://github.com/backstage/backstage/)  | 399.4k | 69.0k | 23.5k | 32.0k | TypeScript | 33.3 |\n| [tikv/tikv](https://github.com/tikv/tikv/)  | 395.8k | 8.3k | 13.5k | 16.3k | Rust | 33.0 |\n| [netdata/charts](https://github.com/netdata/charts/)  | 395.7k | 849 | 197 | 17 | JavaScript | 33.0 |\n| [open-telemetry/opentelemetry-colle~](https://github.com/open-telemetry/opentelemetry-collector-contrib/)  | 389.2k | 20.3k | 35.2k | 4.2k | Go | 32.4 |\n| [netdata/netdata](https://github.com/netdata/netdata/)  | 378.9k | 21.3k | 12.7k | 76.9k | C | 31.6 |\n| [envoyproxy/archive](https://github.com/envoyproxy/archive/)  | 368.4k | 670 | 61 | 2 | JavaScript | 30.7 |\n| [open-telemetry/opentelemetry-ebpf-~](https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation/)  | 367.3k | 769 | 856 | 292 | C Header | 30.6 |\n| [cdk8s-team/cdk8s-examples](https://github.com/cdk8s-team/cdk8s-examples/)  | 360.6k | 640 | 653 | 52 | Java | 30.1 |\n| [facebook/react](https://github.com/facebook/react/)  | 358.3k | 21.2k | 18.7k | 241.4k | JavaScript | 29.9 |\n| [pixie-io/pixie](https://github.com/pixie-io/pixie/)  | 351.4k | 12.6k | 1.6k | 6.3k | C++ | 29.3 |\n| [athenz/athenz](https://github.com/athenz/athenz/)  | 348.9k | 3.6k | 2.8k | 970 | Java | 29.1 |\n| [apache/ofbiz](https://github.com/apache/ofbiz/)  | 347.7k | 24.4k | 27 | 803 | Java | 29.0 |\n| [AthenZ/athenz](https://github.com/AthenZ/athenz/)  | 346.1k | 2.6k | 1.9k | 751 | Java | 28.8 |\n| [django/django](https://github.com/django/django/)  | 340.5k | 34.1k | 20.3k | 86.1k | Python | 28.4 |\n| [istio/istio](https://github.com/istio/istio/)  | 338.8k | 25.7k | 35.9k | 37.7k | Go | 28.2 |\n| [opencurve/curve](https://github.com/opencurve/curve/)  | 338.4k | 3.1k | 2.1k | 2.4k | C++ | 28.2 |\n| [kubernetes/autoscaler](https://github.com/kubernetes/autoscaler/)  | 332.8k | 9.9k | 6.2k | 8.7k | Go | 27.7 |\n| [docker/docker-ce](https://github.com/docker/docker-ce/)  | 324.4k | 54.3k | 662 | 5.6k | Go | 27.0 |\n| [cilium/cilium](https://github.com/cilium/cilium/)  | 323.8k | 40.4k | 31.5k | 23.0k | Go | 27.0 |\n| [apache/harmony-drlvm](https://github.com/apache/harmony-drlvm/)  | 316.2k | 2.2k | 0 | 14 | C++ | 26.4 |\n| [apache/jackrabbit](https://github.com/apache/jackrabbit/)  | 315.5k | 9.4k | 298 | 356 | Java | 26.3 |\n| [LINBIT/linstor-server](https://github.com/LINBIT/linstor-server/)  | 310.8k | 5.4k | 18 | 1.2k | Java | 25.9 |\n| [docker/labs](https://github.com/docker/labs/)  | 304.4k | 718 | 398 | 11.1k | PHP | 25.4 |\n| [apache/mesos](https://github.com/apache/mesos/)  | 303.0k | 18.4k | 582 | 5.3k | C++ | 25.2 |\n| [kubeovn/kubevirt-dpdk](https://github.com/kubeovn/kubevirt-dpdk/)  | 299.8k | 17.1k | 0 | 8 | Go | 25.0 |\n| [kubeflow/pipelines](https://github.com/kubeflow/pipelines/)  | 287.8k | 6.6k | 8.2k | 4.0k | Python | 24.0 |\n| [kubernetes-sigs/security-profiles-~](https://github.com/kubernetes-sigs/security-profiles-operator/)  | 284.4k | 3.2k | 2.8k | 820 | C Header | 23.7 |\n| [pravega/pravega](https://github.com/pravega/pravega/)  | 283.8k | 3.3k | 3.4k | 2.0k | Java | 23.6 |\n| [kubevirt/kubevirt](https://github.com/kubevirt/kubevirt/)  | 281.1k | 26.2k | 12.5k | 6.5k | Go | 23.4 |\n| [ydb-platform/ydb-slo-action](https://github.com/ydb-platform/ydb-slo-action/)  | 274.9k | 116 | 33 | 3 | JavaScript | 22.9 |\n| [vectordotdev/vector](https://github.com/vectordotdev/vector/)  | 274.4k | 13.2k | 14.2k | 20.9k | Rust | 22.9 |\n| [kubernetes/test-infra](https://github.com/kubernetes/test-infra/)  | 269.0k | 65.4k | 31.4k | 4.0k | Go | 22.4 |\n| [cdk8s-team/cdk8s](https://github.com/cdk8s-team/cdk8s/)  | 268.0k | 2.4k | 2.2k | 4.7k | TypeScript | 22.3 |\n| [docker/get-involved](https://github.com/docker/get-involved/)  | 266.3k | 1.6k | 36 | 25 | JavaScript | 22.2 |\n| [metrico/influxdb_iox](https://github.com/metrico/influxdb_iox/)  | 262.3k | 14.0k | 0 | 14 | Rust | 21.9 |\n| [apache/cayenne](https://github.com/apache/cayenne/)  | 261.6k | 7.4k | 631 | 335 | Java | 21.8 |\n| [ydb-platform/ydb-cpp-sdk](https://github.com/ydb-platform/ydb-cpp-sdk/)  | 259.7k | 3.7k | 253 | 13 | C++ | 21.6 |\n| [kyverno/kyverno](https://github.com/kyverno/kyverno/)  | 259.5k | 9.1k | 9.9k | 7.2k | Go | 21.6 |\n| [inclavare-containers/deterministic~](https://github.com/inclavare-containers/deterministic-builds/)  | 259.3k | 28 | 4 | 8 | C Header | 21.6 |\n| [apache/wicket](https://github.com/apache/wicket/)  | 256.8k | 22.1k | 1.3k | 775 | Java | 21.4 |\n| [apache/httpd](https://github.com/apache/httpd/)  | 254.6k | 34.2k | 518 | 3.9k | C | 21.2 |\n| [apache/pig](https://github.com/apache/pig/)  | 253.5k | 3.8k | 40 | 688 | Java | 21.1 |\n| [inspektor-gadget/inspektor-gadget](https://github.com/inspektor-gadget/inspektor-gadget/)  | 251.3k | 8.8k | 4.0k | 2.6k | C Header | 20.9 |\n| [inclavare-containers/kong_coco](https://github.com/inclavare-containers/kong_coco/)  | 251.2k | 9 | 14 | 0 | Lua | 20.9 |\n| [koordinator-sh/koordinator](https://github.com/koordinator-sh/koordinator/)  | 250.9k | 1.6k | 2.0k | 1.6k | Go | 20.9 |\n| [chaosblade-io/chaosblade-box](https://github.com/chaosblade-io/chaosblade-box/)  | 248.2k | 52 | 53 | 226 | JavaScript | 20.7 |\n| [moby/moby](https://github.com/moby/moby/)  | 244.3k | 55.2k | 27.6k | 71.2k | Go | 20.4 |\n| [ydb-platform/yql-parsers](https://github.com/ydb-platform/yql-parsers/)  | 242.2k | 23 | 7 | 0 | TypeScript | 20.2 |\n| [apache/cocoon](https://github.com/apache/cocoon/)  | 241.6k | 13.2k | 66 | 28 | Java | 20.1 |\n| [grafana/loki](https://github.com/grafana/loki/)  | 241.3k | 10.8k | 14.5k | 27.1k | Go | 20.1 |\n| [grpc/grpc-java](https://github.com/grpc/grpc-java/)  | 235.2k | 7.0k | 8.7k | 11.9k | Java | 19.6 |\n| [open-policy-agent/opa](https://github.com/open-policy-agent/opa/)  | 234.5k | 6.0k | 5.2k | 10.9k | Go | 19.5 |\n| [netdata/ebpf-co-re](https://github.com/netdata/ebpf-co-re/)  | 231.9k | 90 | 96 | 15 | C Header | 19.3 |\n| [thanos-io/thanos-prometheus](https://github.com/thanos-io/thanos-prometheus/)  | 229.4k | 15.3k | 183 | 0 | Go | 19.1 |\n| [kumahq/kuma](https://github.com/kumahq/kuma/)  | 221.4k | 9.3k | 12.3k | 3.9k | Go | 18.4 |\n| [apache/xmlgraphics-fop](https://github.com/apache/xmlgraphics-fop/)  | 219.7k | 8.6k | 68 | 211 | Java | 18.3 |\n| [apache/directory-studio](https://github.com/apache/directory-studio/)  | 216.4k | 5.8k | 91 | 142 | Java | 18.0 |\n| [uber/peloton](https://github.com/uber/peloton/)  | 214.5k | 705 | 10 | 650 | Go | 17.9 |\n| [matplotlib/matplotlib](https://github.com/matplotlib/matplotlib/)  | 208.2k | 53.4k | 19.7k | 22.1k | Python | 17.4 |\n| [antrea-io/antrea](https://github.com/antrea-io/antrea/)  | 198.7k | 4.3k | 5.9k | 1.8k | Go | 16.6 |\n| [cilium/pwru](https://github.com/cilium/pwru/)  | 194.2k | 638 | 510 | 3.6k | C Header | 16.2 |\n| [apache/xmlgraphics-batik](https://github.com/apache/xmlgraphics-batik/)  | 193.4k | 3.6k | 67 | 237 | Java | 16.1 |\n| [nats-io/nats-server](https://github.com/nats-io/nats-server/)  | 190.7k | 11.8k | 5.0k | 18.7k | Go | 15.9 |\n| [goharbor/harbor](https://github.com/goharbor/harbor/)  | 190.6k | 12.5k | 10.0k | 27.1k | Go | 15.9 |\n| [apache/tapestry4](https://github.com/apache/tapestry4/)  | 190.1k | 3.8k | 13 | 7 | Java | 15.8 |\n| [alibaba/fastjson](https://github.com/alibaba/fastjson/)  | 188.1k | 4.0k | 848 | 25.2k | Java | 15.7 |\n| [apache/avro](https://github.com/apache/avro/)  | 187.6k | 4.9k | 3.6k | 3.2k | Java | 15.6 |\n| [ClickHouse/clickhouse-website-cont~](https://github.com/ClickHouse/clickhouse-website-content/)  | 186.8k | 1 | 2 | 2 | JavaScript | 15.6 |\n| [googlecontainertools/skaffold](https://github.com/googlecontainertools/skaffold/)  | 186.7k | 8.9k | 5.3k | 14.6k | Go | 15.6 |\n| [cncf/cncf.io](https://github.com/cncf/cncf.io/)  | 183.9k | 2.4k | 162 | 97 | PHP | 15.3 |\n| [fluent/fluent-bit](https://github.com/fluent/fluent-bit/)  | 182.6k | 12.5k | 5.5k | 7.5k | C | 15.2 |\n| [apache/directory-server](https://github.com/apache/directory-server/)  | 181.4k | 10.3k | 285 | 173 | Java | 15.1 |\n| [werf/actions](https://github.com/werf/actions/)  | 181.3k | 135 | 74 | 87 | JavaScript | 15.1 |\n| [strimzi/strimzi-kafka-operator](https://github.com/strimzi/strimzi-kafka-operator/)  | 175.0k | 7.0k | 6.8k | 5.6k | Java | 14.6 |\n| [containers/podman](https://github.com/containers/podman/)  | 173.9k | 26.4k | 15.1k | 29.9k | Go | 14.5 |\n| [kubernetes-sigs/cluster-api](https://github.com/kubernetes-sigs/cluster-api/)  | 173.3k | 14.2k | 9.3k | 4.0k | Go | 14.4 |\n| [apache/xalan-j](https://github.com/apache/xalan-j/)  | 170.9k | 4.6k | 6 | 23 | Java | 14.2 |\n| [open-telemetry/opentelemetry-java-~](https://github.com/open-telemetry/opentelemetry-java-instrumentation/)  | 167.8k | 13.0k | 10.3k | 2.4k | Java | 14.0 |\n| [kubernetes/kops](https://github.com/kubernetes/kops/)  | 167.5k | 22.8k | 12.3k | 16.5k | Go | 14.0 |\n| [apache/tika](https://github.com/apache/tika/)  | 167.0k | 9.9k | 2.4k | 3.5k | Java | 13.9 |\n| [cloud-custodian/cloud-custodian](https://github.com/cloud-custodian/cloud-custodian/)  | 162.6k | 5.0k | 5.6k | 5.9k | Python | 13.6 |\n| [keptn/keptn](https://github.com/keptn/keptn/)  | 162.3k | 8.4k | 6.3k | 1.8k | Go | 13.5 |\n| [apache/zookeeper](https://github.com/apache/zookeeper/)  | 161.0k | 2.7k | 2.3k | 12.7k | Java | 13.4 |\n| [argoproj/argo-workflows](https://github.com/argoproj/argo-workflows/)  | 160.3k | 5.9k | 7.3k | 16.2k | Go | 13.4 |\n| [apache/couchdb](https://github.com/apache/couchdb/)  | 158.8k | 14.3k | 3.7k | 6.8k | Erlang | 13.2 |\n| [apache/shindig](https://github.com/apache/shindig/)  | 158.2k | 4.8k | 7 | 66 | Java | 13.2 |\n| [Netflix/titus-control-plane](https://github.com/Netflix/titus-control-plane/)  | 157.3k | 1.7k | 1.3k | 320 | Java | 13.1 |\n| [spiffe/spire](https://github.com/spiffe/spire/)  | 156.7k | 7.5k | 4.8k | 2.1k | Go | 13.1 |\n| [prometheus/prometheus](https://github.com/prometheus/prometheus/)  | 155.1k | 16.5k | 10.7k | 61.6k | Go | 12.9 |\n| [longhorn/libqcow](https://github.com/longhorn/libqcow/)  | 152.6k | 1 | 0 | 0 | C | 12.7 |\n| [go-faster/ytsaurus-ui](https://github.com/go-faster/ytsaurus-ui/)  | 151.5k | 636 | 0 | 0 | TypeScript | 12.6 |\n| [apache/etch](https://github.com/apache/etch/)  | 150.7k | 549 | 0 | 17 | Java | 12.6 |\n| [argoproj/argo-cd](https://github.com/argoproj/argo-cd/)  | 149.5k | 9.7k | 13.3k | 21.4k | Go | 12.5 |\n| [apache/stdcxx](https://github.com/apache/stdcxx/)  | 148.0k | 2.2k | 0 | 65 | C++ | 12.3 |\n| [containerd/containerd](https://github.com/containerd/containerd/)  | 147.3k | 15.9k | 9.1k | 20.0k | Go | 12.3 |\n| [kubevela/samples](https://github.com/kubevela/samples/)  | 147.2k | 228 | 130 | 139 | JavaScript | 12.3 |\n| [VictoriaMetrics/VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/)  | 144.5k | 11.7k | 5.1k | 15.6k | Go | 12.1 |\n| [kubevela/kubevela](https://github.com/kubevela/kubevela/)  | 144.3k | 4.0k | 4.6k | 7.6k | Go | 12.0 |\n| [grpc/grpc-go](https://github.com/grpc/grpc-go/)  | 143.2k | 5.7k | 5.8k | 22.6k | Go | 11.9 |\n| [drakkan/sftpgo](https://github.com/drakkan/sftpgo/)  | 142.0k | 2.3k | 300 | 11.4k | Go | 11.8 |\n| [kubeflow/kfp-tekton](https://github.com/kubeflow/kfp-tekton/)  | 141.6k | 815 | 1.1k | 182 | TypeScript | 11.8 |\n| [apache/maven-plugins](https://github.com/apache/maven-plugins/)  | 141.6k | 15.1k | 146 | 239 | Java | 11.8 |\n| [open-telemetry/opentelemetry-dotne~](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/)  | 141.1k | 2.6k | 3.8k | 444 | C Header | 11.8 |\n| [kubernetes-sigs/kustomize](https://github.com/kubernetes-sigs/kustomize/)  | 139.5k | 7.0k | 3.5k | 11.8k | Go | 11.6 |\n| [radius-project/radius](https://github.com/radius-project/radius/)  | 136.1k | 3.5k | 4.0k | 1.6k | Go | 11.3 |\n| [tikv/pd](https://github.com/tikv/pd/)  | 135.9k | 4.8k | 7.1k | 1.1k | Go | 11.3 |\n| [fluid-cloudnative/fluid](https://github.com/fluid-cloudnative/fluid/)  | 134.5k | 3.3k | 4.0k | 1.9k | Go | 11.2 |\n| [kube-vip/kube-gateway](https://github.com/kube-vip/kube-gateway/)  | 134.1k | 13 | 5 | 6 | C Header | 11.2 |\n| [confidential-containers/kata-conta~](https://github.com/confidential-containers/kata-containers-CCv0/)  | 133.2k | 10.9k | 2 | 5 | Go | 11.1 |\n| [radius-project/bicep](https://github.com/radius-project/bicep/)  | 133.0k | 4.3k | 779 | 7 | C# | 11.1 |\n| [apache/apr-iconv](https://github.com/apache/apr-iconv/)  | 132.0k | 210 | 0 | 22 | C | 11.0 |\n| [kubernetes/apiserver](https://github.com/kubernetes/apiserver/)  | 131.3k | 8.5k | 32 | 702 | Go | 10.9 |\n| [kata-containers/kata-containers](https://github.com/kata-containers/kata-containers/)  | 130.8k | 17.4k | 6.3k | 7.1k | Go | 10.9 |\n| [ytsaurus/ytsaurus-ui](https://github.com/ytsaurus/ytsaurus-ui/)  | 130.8k | 2.2k | 1.2k | 44 | TypeScript | 10.9 |\n| [siderolabs/talos](https://github.com/siderolabs/talos/)  | 130.2k | 6.0k | 7.7k | 9.4k | Go | 10.8 |\n| [sermant-io/Sermant](https://github.com/sermant-io/Sermant/)  | 126.1k | 1.9k | 1.1k | 1.4k | Java | 10.5 |\n| [etcd-io/etcd](https://github.com/etcd-io/etcd/)  | 124.4k | 24.1k | 13.4k | 50.9k | Go | 10.4 |\n| [cncf/demo](https://github.com/cncf/demo/)  | 122.8k | 670 | 161 | 78 | JavaScript | 10.2 |\n| [artifacthub/hub](https://github.com/artifacthub/hub/)  | 121.5k | 2.0k | 3.5k | 2.0k | TypeScript | 10.1 |\n| [armadaproject/armada](https://github.com/armadaproject/armada/)  | 119.1k | 3.3k | 3.7k | 561 | Go | 9.9 |\n| [cortexproject/cortex](https://github.com/cortexproject/cortex/)  | 119.0k | 6.0k | 5.0k | 5.7k | Go | 9.9 |\n| [parallaxsecond/rust-tss-esapi](https://github.com/parallaxsecond/rust-tss-esapi/)  | 116.6k | 913 | 440 | 115 | Rust | 9.7 |\n| [thanos-io/thanos](https://github.com/thanos-io/thanos/)  | 113.3k | 4.5k | 5.2k | 13.8k | Go | 9.4 |\n| [apache/aurora](https://github.com/apache/aurora/)  | 112.4k | 4.1k | 71 | 634 | Java | 9.4 |\n| [projectcontour/contour](https://github.com/projectcontour/contour/)  | 111.5k | 5.1k | 4.9k | 3.9k | Go | 9.3 |\n| [netdata/go.d.plugin](https://github.com/netdata/go.d.plugin/)  | 110.3k | 1.8k | 1.3k | 167 | Go | 9.2 |\n| [moby/buildkit](https://github.com/moby/buildkit/)  | 107.2k | 8.5k | 3.9k | 9.6k | Go | 8.9 |\n| [kubernetes-sigs/vsphere-csi-driver](https://github.com/kubernetes-sigs/vsphere-csi-driver/)  | 107.0k | 3.2k | 3.2k | 335 | Go | 8.9 |\n| [apache/synapse](https://github.com/apache/synapse/)  | 106.1k | 4.4k | 89 | 76 | Java | 8.8 |\n| [grafana/agent](https://github.com/grafana/agent/)  | 105.9k | 3.2k | 4.6k | 1.7k | Go | 8.8 |\n| [googlecontainertools/kpt-config-sy~](https://github.com/googlecontainertools/kpt-config-sync/)  | 105.0k | 983 | 1.2k | 222 | Go | 8.8 |\n| [kubeflow/kfp-tekton-backend](https://github.com/kubeflow/kfp-tekton-backend/)  | 104.5k | 14 | 71 | 8 | TypeScript | 8.7 |\n| [koordinator-sh/koordetector](https://github.com/koordinator-sh/koordetector/)  | 104.2k | 12 | 31 | 11 | C Header | 8.7 |\n| [VictoriaMetrics/VictoriaLogs](https://github.com/VictoriaMetrics/VictoriaLogs/)  | 103.6k | 11.6k | 201 | 636 | Go | 8.6 |\n| [pipe-cd/pipecd](https://github.com/pipe-cd/pipecd/)  | 103.3k | 4.9k | 4.9k | 1.2k | Go | 8.6 |\n| [openelb/website](https://github.com/openelb/website/)  | 102.4k | 183 | 97 | 3 | JavaScript | 8.5 |\n| [kubernetes-sigs/headlamp](https://github.com/kubernetes-sigs/headlamp/)  | 102.2k | 7.3k | 2.8k | 5.0k | TypeScript | 8.5 |\n| [apache/ode](https://github.com/apache/ode/)  | 101.8k | 3.8k | 8 | 45 | Java | 8.5 |\n| [cockroachdb/pebble](https://github.com/cockroachdb/pebble/)  | 101.1k | 5.3k | 4.0k | 5.6k | Go | 8.4 |\n| [perses/perses](https://github.com/perses/perses/)  | 101.0k | 3.0k | 3.0k | 1.8k | TypeScript | 8.4 |\n| [dapr/dapr](https://github.com/dapr/dapr/)  | 101.0k | 6.6k | 5.0k | 25.3k | Go | 8.4 |\n| [cert-manager/cert-manager](https://github.com/cert-manager/cert-manager/)  | 100.4k | 10.3k | 4.3k | 13.4k | Go | 8.4 |\n| [openebs/maya](https://github.com/openebs/maya/)  | 100.1k | 1.8k | 1.7k | 180 | Go | 8.3 |\n| [apache/apr](https://github.com/apache/apr/)  | 99.4k | 9.6k | 62 | 519 | C | 8.3 |\n| [apache/continuum](https://github.com/apache/continuum/)  | 99.1k | 4.9k | 33 | 7 | Java | 8.2 |\n| [openkruise/kruise](https://github.com/openkruise/kruise/)  | 98.1k | 1.1k | 1.4k | 5.1k | Go | 8.2 |\n| [emissary-ingress/emissary](https://github.com/emissary-ingress/emissary/)  | 97.6k | 18.3k | 4.1k | 4.5k | Python | 8.1 |\n| [keylime/tpm4720-keylime](https://github.com/keylime/tpm4720-keylime/)  | 97.6k | 10 | 0 | 6 | C | 8.1 |\n| [moby/containerd](https://github.com/moby/containerd/)  | 97.5k | 8.4k | 2 | 22 | Go | 8.1 |\n| [knative/serving](https://github.com/knative/serving/)  | 96.9k | 9.6k | 11.3k | 5.9k | Go | 8.1 |\n| [open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java/)  | 96.4k | 5.0k | 5.6k | 2.3k | Java | 8.0 |\n| [kubernetes/kubectl](https://github.com/kubernetes/kubectl/)  | 95.9k | 3.9k | 328 | 3.2k | Go | 8.0 |\n| [rook/rook](https://github.com/rook/rook/)  | 95.6k | 13.1k | 10.3k | 13.3k | Go | 8.0 |\n| [karmada-io/karmada](https://github.com/karmada-io/karmada/)  | 94.6k | 7.2k | 4.9k | 5.2k | Go | 7.9 |\n| [apache/spamassassin](https://github.com/apache/spamassassin/)  | 94.5k | 31.0k | 10 | 315 | Perl | 7.9 |\n| [kusionstack/karpor](https://github.com/kusionstack/karpor/)  | 92.4k | 434 | 529 | 1.6k | Go | 7.7 |\n| [elastic/logstash](https://github.com/elastic/logstash/)  | 92.3k | 11.3k | 11.3k | 14.7k | Ruby | 7.7 |\n| [v6d-io/v6d](https://github.com/v6d-io/v6d/)  | 91.9k | 1.5k | 1.4k | 937 | C++ | 7.7 |\n| [tremor-rs/tremor-runtime](https://github.com/tremor-rs/tremor-runtime/)  | 91.8k | 4.5k | 2.3k | 920 | Rust | 7.7 |\n| [ovn-org/ovn](https://github.com/ovn-org/ovn/)  | 91.7k | 22.3k | 118 | 660 | C | 7.6 |\n| [apache/commons-lang](https://github.com/apache/commons-lang/)  | 91.1k | 9.1k | 1.5k | 2.9k | Java | 7.6 |\n| [kubernetes/minikube](https://github.com/kubernetes/minikube/)  | 90.1k | 26.7k | 11.7k | 31.2k | Go | 7.5 |\n| [kubeclipper/kubeclipper](https://github.com/kubeclipper/kubeclipper/)  | 90.0k | 433 | 700 | 403 | Go | 7.5 |\n| [apache/maven](https://github.com/apache/maven/)  | 89.9k | 15.9k | 3.0k | 4.9k | Java | 7.5 |\n| [dragonflyoss/dragonfly](https://github.com/dragonflyoss/dragonfly/)  | 88.7k | 3.0k | 3.7k | 2.9k | Go | 7.4 |\n| [meshery/meshery](https://github.com/meshery/meshery/)  | 87.6k | 48.3k | 11.5k | 9.5k | Go | 7.3 |\n| [cubefs/cubefs-blobstore](https://github.com/cubefs/cubefs-blobstore/)  | 87.4k | 82 | 3 | 17 | Go | 7.3 |\n| [wasmedge/WasmEdge](https://github.com/wasmedge/WasmEdge/)  | 87.2k | 4.1k | 2.6k | 10.3k | C++ | 7.3 |\n| [operator-framework/operator-lifecy~](https://github.com/operator-framework/operator-lifecycle-manager/)  | 87.0k | 4.7k | 2.8k | 1.8k | Go | 7.2 |\n| [knative/eventing](https://github.com/knative/eventing/)  | 87.0k | 4.4k | 5.5k | 1.5k | Go | 7.2 |\n| [moby/swarmkit](https://github.com/moby/swarmkit/)  | 86.8k | 4.4k | 2.4k | 3.6k | Go | 7.2 |\n| [kcl-lang/kcl](https://github.com/kcl-lang/kcl/)  | 86.8k | 1.2k | 1.2k | 2.2k | Rust | 7.2 |\n| [go-faster/minikube](https://github.com/go-faster/minikube/)  | 86.6k | 23.3k | 0 | 0 | Go | 7.2 |\n| [fluent/onigmo](https://github.com/fluent/onigmo/)  | 86.4k | 1.2k | 7 | 6 | C Header | 7.2 |\n| [dapr/components-contrib](https://github.com/dapr/components-contrib/)  | 86.0k | 3.6k | 2.4k | 587 | Go | 7.2 |\n| [kubernetes-sigs/cloud-provider-azu~](https://github.com/kubernetes-sigs/cloud-provider-azure/)  | 84.4k | 7.1k | 9.2k | 289 | Go | 7.0 |\n| [serverless-devs/serverless-registr~](https://github.com/serverless-devs/serverless-registry-website/)  | 82.7k | 31 | 0 | 3 | JavaScript | 6.9 |\n| [argoproj/argo-rollouts](https://github.com/argoproj/argo-rollouts/)  | 82.6k | 2.1k | 2.8k | 3.3k | Go | 6.9 |\n| [apache/struts-sandbox](https://github.com/apache/struts-sandbox/)  | 82.2k | 1.9k | 13 | 5 | Java | 6.8 |\n| [linkerd/linkerd2](https://github.com/linkerd/linkerd2/)  | 82.0k | 8.5k | 9.9k | 11.2k | Go | 6.8 |\n| [fluent/fluentd](https://github.com/fluent/fluentd/)  | 80.5k | 7.1k | 2.4k | 13.4k | Ruby | 6.7 |\n| [apache/httpcomponents-core](https://github.com/apache/httpcomponents-core/)  | 80.4k | 4.1k | 578 | 365 | Java | 6.7 |\n| [tremor-rs/tremor-www-docs](https://github.com/tremor-rs/tremor-www-docs/)  | 80.2k | 405 | 153 | 24 | JavaScript | 6.7 |\n| [firecracker-microvm/firecracker](https://github.com/firecracker-microvm/firecracker/)  | 79.7k | 7.6k | 4.0k | 31.3k | Rust | 6.6 |\n| [open-policy-agent/eopa](https://github.com/open-policy-agent/eopa/)  | 79.3k | 2.4k | 252 | 26 | Go | 6.6 |\n| [werf/werf](https://github.com/werf/werf/)  | 79.1k | 15.1k | 6.1k | 4.6k | Go | 6.6 |\n| [kubevirt/containerized-data-import~](https://github.com/kubevirt/containerized-data-importer/)  | 79.1k | 3.0k | 3.2k | 498 | Go | 6.6 |\n| [litmuschaos/litmus](https://github.com/litmuschaos/litmus/)  | 78.8k | 3.1k | 3.6k | 5.1k | TypeScript | 6.6 |\n| [fluent/fluentbit-website-v3](https://github.com/fluent/fluentbit-website-v3/)  | 78.2k | 386 | 27 | 5 | JavaScript | 6.5 |\n| [kubernetes/ingress-gce](https://github.com/kubernetes/ingress-gce/)  | 78.0k | 6.1k | 2.5k | 1.3k | Go | 6.5 |\n| [kubernetes-sigs/cluster-api-provid~](https://github.com/kubernetes-sigs/cluster-api-provider-azure/)  | 77.2k | 6.6k | 4.4k | 329 | Go | 6.4 |\n| [kubernetes-sigs/aws-load-balancer-~](https://github.com/kubernetes-sigs/aws-load-balancer-controller/)  | 76.5k | 1.5k | 1.9k | 4.2k | Go | 6.4 |\n| [metrico/loki-apache](https://github.com/metrico/loki-apache/)  | 76.4k | 9 | 4 | 0 | Go | 6.4 |\n| [kubevela/velaux](https://github.com/kubevela/velaux/)  | 75.2k | 690 | 624 | 145 | TypeScript | 6.3 |\n| [devspace-sh/devspace](https://github.com/devspace-sh/devspace/)  | 74.9k | 6.1k | 1.9k | 4.8k | Go | 6.2 |\n| [chaos-mesh/chaos-mesh](https://github.com/chaos-mesh/chaos-mesh/)  | 74.9k | 1.9k | 2.8k | 7.4k | Go | 6.2 |\n| [apache/jspwiki](https://github.com/apache/jspwiki/)  | 74.5k | 9.7k | 467 | 110 | Java | 6.2 |\n| [docker/cli](https://github.com/docker/cli/)  | 74.2k | 12.2k | 4.7k | 5.6k | Go | 6.2 |\n| [easegress-io/easegress](https://github.com/easegress-io/easegress/)  | 74.0k | 2.1k | 1.3k | 5.9k | Go | 6.2 |\n| [openservicemesh/osm](https://github.com/openservicemesh/osm/)  | 73.9k | 4.5k | 3.6k | 2.6k | Go | 6.2 |\n| [grafana/metrictank](https://github.com/grafana/metrictank/)  | 73.8k | 6.5k | 1.2k | 619 | Go | 6.2 |\n| [kubernetes-sigs/cluster-api-provid~](https://github.com/kubernetes-sigs/cluster-api-provider-aws/)  | 73.6k | 5.4k | 3.9k | 702 | Go | 6.1 |\n| [ClickHouse/clickhouse-java](https://github.com/ClickHouse/clickhouse-java/)  | 73.6k | 4.1k | 1.3k | 1.6k | Java | 6.1 |\n| [apache/maven-sandbox](https://github.com/apache/maven-sandbox/)  | 73.4k | 2.3k | 2 | 4 | Java | 6.1 |\n| [bfenetworks/bfe](https://github.com/bfenetworks/bfe/)  | 73.3k | 1.2k | 776 | 6.2k | Go | 6.1 |\n| [buildpacks/pack-private](https://github.com/buildpacks/pack-private/)  | 73.3k | 4.5k | 58 | 0 | Go | 6.1 |\n| [linkerd/linkerd](https://github.com/linkerd/linkerd/)  | 72.9k | 1.4k | 1.4k | 5.3k | Scala | 6.1 |\n| [grafana/k6](https://github.com/grafana/k6/)  | 72.9k | 10.5k | 2.9k | 29.4k | Go | 6.1 |\n| [apache/httpcomponents-client](https://github.com/apache/httpcomponents-client/)  | 72.9k | 3.9k | 758 | 1.5k | Java | 6.1 |\n| [megaease/easegress](https://github.com/megaease/easegress/)  | 72.9k | 2.0k | 958 | 5.6k | Go | 6.1 |\n| [kubeflow/kfserving-lts](https://github.com/kubeflow/kfserving-lts/)  | 72.5k | 795 | 77 | 11 | Python | 6.0 |\n| [kubernetes-sigs/kui](https://github.com/kubernetes-sigs/kui/)  | 72.4k | 4.8k | 5.3k | 2.4k | TypeScript | 6.0 |\n| [dragonflyoss/Dragonfly2](https://github.com/dragonflyoss/Dragonfly2/)  | 72.3k | 3.0k | 3.7k | 2.9k | Go | 6.0 |\n| [go-faster/porto](https://github.com/go-faster/porto/)  | 71.9k | 121 | 0 | 1 | C++ | 6.0 |\n| [jaegertracing/jaeger](https://github.com/jaegertracing/jaeger/)  | 71.9k | 3.9k | 5.0k | 22.2k | Go | 6.0 |\n| [in-toto/toto-pip](https://github.com/in-toto/toto-pip/)  | 71.6k | 4.9k | 0 | 0 | Python | 6.0 |\n| [falcosecurity/elftoolchain](https://github.com/falcosecurity/elftoolchain/)  | 71.3k | 10 | 2 | 0 | C | 5.9 |\n| [project-zot/zot](https://github.com/project-zot/zot/)  | 71.1k | 1.4k | 2.8k | 1.6k | Go | 5.9 |\n| [meilisearch/meilisearch](https://github.com/meilisearch/meilisearch/)  | 70.7k | 13.0k | 2.7k | 54.8k | Rust | 5.9 |\n| [cncf/obsolete-interactive-landscape](https://github.com/cncf/obsolete-interactive-landscape/)  | 70.1k | 364 | 0 | 4 | JavaScript | 5.8 |\n| [tikv/migration](https://github.com/tikv/migration/)  | 69.8k | 202 | 243 | 39 | Go | 5.8 |\n| [parallaxsecond/parsec-website](https://github.com/parallaxsecond/parsec-website/)  | 69.5k | 5 | 3 | 1 | JavaScript | 5.8 |\n| [longhorn/longhorn-manager](https://github.com/longhorn/longhorn-manager/)  | 68.9k | 4.9k | 4.3k | 195 | Go | 5.7 |\n| [ten-nancy/porto](https://github.com/ten-nancy/porto/)  | 68.8k | 292 | 7 | 38 | C++ | 5.7 |\n| [runatlantis/atlantis](https://github.com/runatlantis/atlantis/)  | 68.5k | 4.1k | 3.7k | 8.7k | Go | 5.7 |\n| [kedacore/keda](https://github.com/kedacore/keda/)  | 68.3k | 2.7k | 3.7k | 9.7k | Go | 5.7 |\n| [opencost/opencost](https://github.com/opencost/opencost/)  | 67.9k | 4.9k | 2.6k | 6.2k | Go | 5.7 |\n| [kubeedge/kubeedge](https://github.com/kubeedge/kubeedge/)  | 67.5k | 6.2k | 4.0k | 7.3k | Go | 5.6 |\n| [apache/commons-collections](https://github.com/apache/commons-collections/)  | 67.2k | 5.0k | 660 | 713 | Java | 5.6 |\n| [nocalhost/nocalhost](https://github.com/nocalhost/nocalhost/)  | 66.8k | 3.6k | 1.3k | 1.9k | Go | 5.6 |\n| [open-cluster-management-io/ocm](https://github.com/open-cluster-management-io/ocm/)  | 66.8k | 2.0k | 958 | 989 | Go | 5.6 |\n| [cdk8s-team/cdk8s-plus-go](https://github.com/cdk8s-team/cdk8s-plus-go/)  | 65.8k | 927 | 0 | 7 | Go | 5.5 |\n| [kcp-dev/kcp](https://github.com/kcp-dev/kcp/)  | 65.7k | 6.7k | 2.5k | 2.7k | Go | 5.5 |\n| [kubernetes/client-go](https://github.com/kubernetes/client-go/)  | 65.6k | 5.1k | 222 | 9.7k | Go | 5.5 |\n| [vectordotdev/vrl](https://github.com/vectordotdev/vrl/)  | 65.5k | 10.5k | 1.1k | 210 | Rust | 5.5 |\n| [apache/struts1](https://github.com/apache/struts1/)  | 65.4k | 5.3k | 11 | 32 | Java | 5.5 |\n| [nats-io/nats.c](https://github.com/nats-io/nats.c/)  | 64.5k | 1.2k | 611 | 449 | C | 5.4 |\n| [kata-containers/runtime](https://github.com/kata-containers/runtime/)  | 63.9k | 2.8k | 1.5k | 2.1k | Go | 5.3 |\n| [grpc/grpc-dotnet](https://github.com/grpc/grpc-dotnet/)  | 63.9k | 1.1k | 1.2k | 4.4k | C# | 5.3 |\n| [hwameistor/hwameistor](https://github.com/hwameistor/hwameistor/)  | 63.8k | 2.4k | 1.1k | 629 | Go | 5.3 |\n| [megaease/easeagent](https://github.com/megaease/easeagent/)  | 63.5k | 760 | 257 | 568 | Java | 5.3 |\n| [fluent/fluent-bit-website-old](https://github.com/fluent/fluent-bit-website-old/)  | 63.5k | 19 | 0 | 3 | JavaScript | 5.3 |\n| [grpc/grpc-experiments](https://github.com/grpc/grpc-experiments/)  | 63.5k | 633 | 232 | 1.1k | JavaScript | 5.3 |\n| [ent/ent](https://github.com/ent/ent/)  | 63.2k | 2.3k | 2.5k | 16.7k | Go | 5.3 |\n| [open-telemetry/opentelemetry-sandb~](https://github.com/open-telemetry/opentelemetry-sandbox-web-js/)  | 63.0k | 3.5k | 246 | 19 | TypeScript | 5.2 |\n| [werf/trdl-vault-actions](https://github.com/werf/trdl-vault-actions/)  | 62.9k | 29 | 12 | 0 | JavaScript | 5.2 |\n| [ydb-platform/ydb-go-sdk](https://github.com/ydb-platform/ydb-go-sdk/)  | 62.9k | 6.4k | 1.4k | 174 | Go | 5.2 |\n| [kubeovn/kube-ovn](https://github.com/kubeovn/kube-ovn/)  | 61.8k | 5.1k | 4.6k | 2.2k | Go | 5.2 |\n| [getporter/gh-action](https://github.com/getporter/gh-action/)  | 61.8k | 31 | 15 | 1 | JavaScript | 5.2 |\n| [knative/pkg](https://github.com/knative/pkg/)  | 61.2k | 2.5k | 2.9k | 273 | Go | 5.1 |\n| [open-telemetry/opentelemetry-js](https://github.com/open-telemetry/opentelemetry-js/)  | 61.1k | 3.0k | 3.6k | 3.2k | TypeScript | 5.1 |\n| [VKCOM/statshouse](https://github.com/VKCOM/statshouse/)  | 61.0k | 2.4k | 2.0k | 264 | Go | 5.1 |\n| [backstage/canon-storybook](https://github.com/backstage/canon-storybook/)  | 60.6k | 249 | 0 | 0 | JavaScript | 5.0 |\n| [apache/abdera](https://github.com/apache/abdera/)  | 60.5k | 1.5k | 4 | 19 | Java | 5.0 |\n| [kubernetes-sigs/external-dns](https://github.com/kubernetes-sigs/external-dns/)  | 60.5k | 5.3k | 3.6k | 8.7k | Go | 5.0 |\n| [openebs/mayastor-control-plane](https://github.com/openebs/mayastor-control-plane/)  | 60.5k | 2.5k | 1.0k | 39 | Rust | 5.0 |\n| [vuejs/vue](https://github.com/vuejs/vue/)  | 60.3k | 3.6k | 2.6k | 209.7k | TypeScript | 5.0 |\n| [kubernetes/legacy-cloud-providers](https://github.com/kubernetes/legacy-cloud-providers/)  | 60.2k | 2.0k | 0 | 52 | Go | 5.0 |\n| [openyurtio/openyurt](https://github.com/openyurtio/openyurt/)  | 60.2k | 1.4k | 1.7k | 1.9k | Go | 5.0 |\n| [kubernetes/apimachinery](https://github.com/kubernetes/apimachinery/)  | 60.1k | 3.3k | 32 | 896 | Go | 5.0 |\n| [awslabs/aws-config-rules](https://github.com/awslabs/aws-config-rules/)  | 59.4k | 919 | 252 | 1.4k | Python | 5.0 |\n| [ydb-platform/ydb-nodejs-genproto](https://github.com/ydb-platform/ydb-nodejs-genproto/)  | 59.3k | 31 | 22 | 2 | JavaScript | 5.0 |\n| [tarantool/graphql.0](https://github.com/tarantool/graphql.0/)  | 58.9k | 306 | 113 | 20 | JavaScript | 4.9 |\n| [apache/nutch](https://github.com/apache/nutch/)  | 58.7k | 3.5k | 856 | 3.1k | Java | 4.9 |\n| [apache/maven-plugin-tools](https://github.com/apache/maven-plugin-tools/)  | 58.5k | 1.4k | 493 | 62 | JavaScript | 4.9 |\n| [buildpacks/pack](https://github.com/buildpacks/pack/)  | 58.4k | 4.8k | 1.5k | 2.8k | Go | 4.9 |\n| [loxilb-io/asn1c](https://github.com/loxilb-io/asn1c/)  | 57.9k | 2.9k | 0 | 0 | C | 4.8 |\n| [awslabs/aws-elasticache-cluster-cl~](https://github.com/awslabs/aws-elasticache-cluster-client-libmemcached/)  | 57.8k | 59 | 10 | 22 | C++ | 4.8 |\n| [keycloak/terraform-provider-keyclo~](https://github.com/keycloak/terraform-provider-keycloak/)  | 57.5k | 753 | 758 | 863 | Go | 4.8 |\n| [envoyproxy/envoy-mobile](https://github.com/envoyproxy/envoy-mobile/)  | 57.5k | 1.8k | 2.2k | 565 | Java | 4.8 |\n| [inclavare-containers/Shelter](https://github.com/inclavare-containers/Shelter/)  | 57.3k | 270 | 15 | 2 | Rust | 4.8 |\n| [apache/servicemix3](https://github.com/apache/servicemix3/)  | 57.1k | 3.0k | 24 | 3 | Java | 4.8 |\n| [open-telemetry/opentelemetry-dotnet](https://github.com/open-telemetry/opentelemetry-dotnet/)  | 56.8k | 3.6k | 4.4k | 3.6k | C# | 4.7 |\n| [kubernetes/ingress-nginx](https://github.com/kubernetes/ingress-nginx/)  | 56.7k | 8.3k | 8.2k | 19.2k | Go | 4.7 |\n| [apache/roller](https://github.com/apache/roller/)  | 56.7k | 4.8k | 142 | 126 | Java | 4.7 |\n| [kanisterio/kanister](https://github.com/kanisterio/kanister/)  | 56.3k | 3.2k | 3.4k | 847 | Go | 4.7 |\n| [googlecontainertools/jib](https://github.com/googlecontainertools/jib/)  | 56.3k | 2.3k | 2.6k | 13.3k | Java | 4.7 |\n| [open-telemetry/otel-arrow-collector](https://github.com/open-telemetry/otel-arrow-collector/)  | 56.2k | 4.7k | 48 | 31 | Go | 4.7 |\n| [apache/maven-shared](https://github.com/apache/maven-shared/)  | 56.1k | 3.4k | 26 | 28 | Java | 4.7 |\n| [nats-io/nats.net.v1](https://github.com/nats-io/nats.net.v1/)  | 55.8k | 882 | 576 | 648 | C# | 4.7 |\n| [ariga/atlas](https://github.com/ariga/atlas/)  | 55.7k | 2.7k | 2.8k | 7.7k | Go | 4.6 |\n| [dragonflyoss/nydus](https://github.com/dragonflyoss/nydus/)  | 55.7k | 3.5k | 1.4k | 1.5k | Rust | 4.6 |\n| [volcano-sh/volcano](https://github.com/volcano-sh/volcano/)  | 55.7k | 6.1k | 2.8k | 5.1k | Go | 4.6 |\n| [kusionstack/kusion](https://github.com/kusionstack/kusion/)  | 55.6k | 772 | 836 | 1.2k | Go | 4.6 |\n| [apache/harmony-jdktools](https://github.com/apache/harmony-jdktools/)  | 54.8k | 273 | 0 | 4 | Java | 4.6 |\n| [prestodb/benchto](https://github.com/prestodb/benchto/)  | 54.6k | 356 | 47 | 23 | JavaScript | 4.5 |\n| [moby/libnetwork](https://github.com/moby/libnetwork/)  | 54.1k | 3.1k | 1.9k | 2.2k | Go | 4.5 |\n| [linkerd/linkerd2-proxy](https://github.com/linkerd/linkerd2-proxy/)  | 54.1k | 3.9k | 4.3k | 2.1k | Rust | 4.5 |\n| [openebs/mayastor](https://github.com/openebs/mayastor/)  | 53.7k | 2.7k | 1.6k | 955 | Rust | 4.5 |\n| [open-telemetry/experimental-arrow-~](https://github.com/open-telemetry/experimental-arrow-collector/)  | 53.4k | 4.4k | 37 | 11 | Go | 4.5 |\n| [serverlessworkflow/synapse](https://github.com/serverlessworkflow/synapse/)  | 53.3k | 1.3k | 326 | 295 | C# | 4.4 |\n| [dragonflyoss/image-service](https://github.com/dragonflyoss/image-service/)  | 53.2k | 3.0k | 1.1k | 795 | Rust | 4.4 |\n| [gotd/td](https://github.com/gotd/td/)  | 52.6k | 4.2k | 1.3k | 2.0k | Go | 4.4 |\n| [kcl-lang/kcl-py](https://github.com/kcl-lang/kcl-py/)  | 52.6k | 92 | 20 | 8 | Python | 4.4 |\n| [parallaxsecond/rust-cryptoki](https://github.com/parallaxsecond/rust-cryptoki/)  | 52.6k | 644 | 233 | 105 | Rust | 4.4 |\n| [inclavare-containers/spdm-rs](https://github.com/inclavare-containers/spdm-rs/)  | 52.6k | 28 | 2 | 0 | Rust | 4.4 |\n| [cartography-cncf/cartography](https://github.com/cartography-cncf/cartography/)  | 52.5k | 1.2k | 1.6k | 3.6k | Python | 4.4 |\n| [rkt/rkt](https://github.com/rkt/rkt/)  | 51.9k | 5.6k | 2.5k | 8.8k | Go | 4.3 |\n| [telepresenceio/telepresence](https://github.com/telepresenceio/telepresence/)  | 51.8k | 9.8k | 2.0k | 7.1k | Go | 4.3 |\n| [brigadecore/brigade](https://github.com/brigadecore/brigade/)  | 51.5k | 2.0k | 1.2k | 2.4k | Go | 4.3 |\n| [open-telemetry/opentelemetry-js-co~](https://github.com/open-telemetry/opentelemetry-js-contrib/)  | 51.5k | 2.6k | 2.4k | 862 | TypeScript | 4.3 |\n| [kubernetes/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver/)  | 51.2k | 4.1k | 8 | 256 | Go | 4.3 |\n| [kubeslice/nsm-sdk](https://github.com/kubeslice/nsm-sdk/)  | 51.2k | 1.0k | 2 | 0 | Go | 4.3 |\n| [open-telemetry/opentelemetry-go](https://github.com/open-telemetry/opentelemetry-go/)  | 51.1k | 4.2k | 5.4k | 6.2k | Go | 4.3 |\n| [Netflix/titus-executor](https://github.com/Netflix/titus-executor/)  | 50.8k | 2.5k | 999 | 231 | Go | 4.2 |\n| [coredns/coredns](https://github.com/coredns/coredns/)  | 50.7k | 4.5k | 5.1k | 13.6k | Go | 4.2 |\n| [m3db/m3metrics](https://github.com/m3db/m3metrics/)  | 50.7k | 233 | 194 | 9 | Go | 4.2 |\n| [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed/)  | 50.5k | 2.2k | 2.9k | 11 | Python | 4.2 |\n| [keycloak/keycloak-client](https://github.com/keycloak/keycloak-client/)  | 50.5k | 94 | 93 | 43 | Java | 4.2 |\n| [trickstercache/trickster](https://github.com/trickstercache/trickster/)  | 50.4k | 1.1k | 624 | 2.1k | Go | 4.2 |\n| [open-telemetry/opentelemetry-colle~](https://github.com/open-telemetry/opentelemetry-collector/)  | 50.3k | 7.8k | 10.0k | 6.4k | Go | 4.2 |\n| [getporter/porter](https://github.com/getporter/porter/)  | 49.6k | 3.7k | 2.2k | 1.4k | Go | 4.1 |\n| [nats-io/nats.java](https://github.com/nats-io/nats.java/)  | 49.2k | 2.4k | 1.0k | 632 | Java | 4.1 |\n| [kubernetes-sigs/multi-tenancy](https://github.com/kubernetes-sigs/multi-tenancy/)  | 48.9k | 2.3k | 1.1k | 930 | Go | 4.1 |\n| [apache/commons-io](https://github.com/apache/commons-io/)  | 48.9k | 5.9k | 813 | 1.1k | Java | 4.1 |\n| [envoyproxy/pytooling](https://github.com/envoyproxy/pytooling/)  | 48.9k | 615 | 619 | 6 | Python | 4.1 |\n| [nats-io/nats-streaming-server](https://github.com/nats-io/nats-streaming-server/)  | 48.9k | 1.7k | 662 | 2.5k | Go | 4.1 |\n| [jaegertracing/jaeger-ui](https://github.com/jaegertracing/jaeger-ui/)  | 48.9k | 2.2k | 2.6k | 1.4k | JavaScript | 4.1 |\n| [cilium/tetragon](https://github.com/cilium/tetragon/)  | 48.5k | 5.7k | 3.7k | 4.3k | Go | 4.0 |\n| [external-secrets/external-secrets](https://github.com/external-secrets/external-secrets/)  | 48.4k | 4.0k | 3.6k | 6.2k | Go | 4.0 |\n| [grpc/grpc-swift](https://github.com/grpc/grpc-swift/)  | 48.3k | 2.0k | 1.5k | 2.2k | Swift | 4.0 |\n| [slimtoolkit/slim](https://github.com/slimtoolkit/slim/)  | 47.4k | 1.1k | 415 | 22.6k | Go | 4.0 |\n| [apache/tapestry3](https://github.com/apache/tapestry3/)  | 47.1k | 2.0k | 8 | 5 | Java | 3.9 |\n| [kptdev/kpt](https://github.com/kptdev/kpt/)  | 46.8k | 2.8k | 2.4k | 1.8k | Go | 3.9 |\n| [paralus/dashboard](https://github.com/paralus/dashboard/)  | 46.8k | 395 | 249 | 14 | JavaScript | 3.9 |\n| [nats-io/nats.net](https://github.com/nats-io/nats.net/)  | 46.8k | 747 | 430 | 566 | C# | 3.9 |\n| [operator-framework/operator-sdk](https://github.com/operator-framework/operator-sdk/)  | 46.7k | 3.4k | 4.2k | 7.6k | Go | 3.9 |\n| [knative/client](https://github.com/knative/client/)  | 46.6k | 1.3k | 1.5k | 370 | Go | 3.9 |\n| [m3db/pilosa](https://github.com/m3db/pilosa/)  | 46.5k | 4.5k | 5 | 1 | Go | 3.9 |\n| [openebs/istgt](https://github.com/openebs/istgt/)  | 46.4k | 241 | 358 | 20 | C | 3.9 |\n| [networkservicemesh/sdk](https://github.com/networkservicemesh/sdk/)  | 45.9k | 1.1k | 1.3k | 34 | Go | 3.8 |\n| [grafana/azure-data-explorer-dataso~](https://github.com/grafana/azure-data-explorer-datasource/)  | 45.8k | 1.2k | 1.2k | 52 | JavaScript | 3.8 |\n| [cri-o/cri-o](https://github.com/cri-o/cri-o/)  | 45.8k | 10.5k | 8.0k | 5.6k | Go | 3.8 |\n| [headlamp-k8s/headlamp](https://github.com/headlamp-k8s/headlamp/)  | 45.4k | 4.9k | 1.8k | 2.6k | TypeScript | 3.8 |\n| [kubernetes-sigs/cli-utils](https://github.com/kubernetes-sigs/cli-utils/)  | 45.3k | 1.2k | 596 | 174 | Go | 3.8 |\n| [werf/trdl-actions](https://github.com/werf/trdl-actions/)  | 45.1k | 23 | 9 | 0 | JavaScript | 3.8 |\n| [apache/servicemix4-bundles](https://github.com/apache/servicemix4-bundles/)  | 44.9k | 7.6k | 371 | 17 | Java | 3.7 |\n| [kubernetes/dashboard](https://github.com/kubernetes/dashboard/)  | 44.9k | 5.9k | 7.4k | 15.4k | Go | 3.7 |\n| [kubeflow/kubeflow](https://github.com/kubeflow/kubeflow/)  | 44.8k | 2.6k | 3.8k | 15.3k | TypeScript | 3.7 |\n| [cockroachdb/gostdlib](https://github.com/cockroachdb/gostdlib/)  | 44.7k | 10 | 5 | 3 | Go | 3.7 |\n| [kubeflow/arena](https://github.com/kubeflow/arena/)  | 44.0k | 628 | 1.2k | 805 | Go | 3.7 |\n| [skooner-k8s/skooner](https://github.com/skooner-k8s/skooner/)  | 43.8k | 442 | 256 | 1.4k | JavaScript | 3.6 |\n| [open-policy-agent/gatekeeper](https://github.com/open-policy-agent/gatekeeper/)  | 43.7k | 2.0k | 2.7k | 4.1k | Go | 3.6 |\n| [flatcar/mantle](https://github.com/flatcar/mantle/)  | 43.7k | 4.5k | 707 | 41 | Go | 3.6 |\n| [containerd/nerdctl](https://github.com/containerd/nerdctl/)  | 43.6k | 5.8k | 3.0k | 9.6k | Go | 3.6 |\n| [tauri-apps/tauri](https://github.com/tauri-apps/tauri/)  | 43.5k | 5.8k | 6.2k | 99.7k | Rust | 3.6 |\n| [konveyor/c-sharp-analyzer-provider](https://github.com/konveyor/c-sharp-analyzer-provider/)  | 43.4k | 21 | 19 | 1 | JavaScript | 3.6 |\n| [kptdev/krm-functions-catalog](https://github.com/kptdev/krm-functions-catalog/)  | 43.4k | 762 | 1.2k | 95 | TypeScript | 3.6 |\n| [vitessio/website](https://github.com/vitessio/website/)  | 43.3k | 3.4k | 1.7k | 60 | JavaScript | 3.6 |\n| [notaryproject/notary](https://github.com/notaryproject/notary/)  | 43.3k | 3.0k | 1.0k | 3.3k | Go | 3.6 |\n| [operator-framework/java-operator-s~](https://github.com/operator-framework/java-operator-sdk/)  | 43.3k | 3.1k | 2.1k | 916 | Java | 3.6 |\n| [inclavare-containers/inclavare-con~](https://github.com/inclavare-containers/inclavare-containers/)  | 43.0k | 1.4k | 924 | 625 | C | 3.6 |\n| [oscal-compass/compliance-trestle](https://github.com/oscal-compass/compliance-trestle/)  | 42.9k | 1.4k | 1.1k | 218 | Python | 3.6 |\n| [distribution/distribution](https://github.com/distribution/distribution/)  | 42.9k | 5.7k | 2.4k | 10.1k | Go | 3.6 |\n| [open-telemetry/opentelemetry-pytho~](https://github.com/open-telemetry/opentelemetry-python-contrib/)  | 42.9k | 2.7k | 2.4k | 951 | Python | 3.6 |\n| [tikv/client-go](https://github.com/tikv/client-go/)  | 42.6k | 942 | 1.5k | 334 | Go | 3.5 |\n| [open-telemetry/opentelemetry-netwo~](https://github.com/open-telemetry/opentelemetry-network/)  | 42.6k | 613 | 410 | 392 | C++ | 3.5 |\n| [crossplane/crossplane](https://github.com/crossplane/crossplane/)  | 42.5k | 8.3k | 4.1k | 11.2k | Go | 3.5 |\n| [istio/old_mixer_repo](https://github.com/istio/old_mixer_repo/)  | 42.5k | 741 | 1.1k | 67 | Go | 3.5 |\n| [grpc/grpc-node](https://github.com/grpc/grpc-node/)  | 42.4k | 5.2k | 1.8k | 4.8k | TypeScript | 3.5 |\n| [kubernetes-sigs/sig-windows-samples](https://github.com/kubernetes-sigs/sig-windows-samples/)  | 42.2k | 52 | 3 | 6 | JavaScript | 3.5 |\n| [kubernetes-sigs/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime/)  | 42.1k | 3.3k | 2.1k | 2.8k | Go | 3.5 |\n| [helm/helm](https://github.com/helm/helm/)  | 41.7k | 9.1k | 6.3k | 29.2k | Go | 3.5 |\n| [carvel-dev/ytt](https://github.com/carvel-dev/ytt/)  | 41.7k | 1.3k | 395 | 1.8k | Go | 3.5 |\n| [open-telemetry/opentelemetry-ebpf](https://github.com/open-telemetry/opentelemetry-ebpf/)  | 41.4k | 268 | 112 | 85 | C++ | 3.5 |\n| [operator-framework/operator-regist~](https://github.com/operator-framework/operator-registry/)  | 41.4k | 1.7k | 1.5k | 225 | Go | 3.5 |\n| [kubeslice/networkservicemesh](https://github.com/kubeslice/networkservicemesh/)  | 41.3k | 1.4k | 61 | 0 | Go | 3.4 |\n| [networkservicemesh/networkservicem~](https://github.com/networkservicemesh/networkservicemesh/)  | 41.1k | 1.4k | 1.7k | 503 | Go | 3.4 |\n| [vitalif/vitastor](https://github.com/vitalif/vitastor/)  | 40.8k | 2.5k | 30 | 202 | C++ | 3.4 |\n| [spidernet-io/spiderpool](https://github.com/spidernet-io/spiderpool/)  | 40.6k | 4.1k | 3.5k | 626 | Go | 3.4 |\n| [open-telemetry/otel-arrow](https://github.com/open-telemetry/otel-arrow/)  | 40.6k | 1.4k | 1.2k | 281 | Go | 3.4 |\n| [apache/sanselan](https://github.com/apache/sanselan/)  | 40.5k | 315 | 3 | 36 | Java | 3.4 |\n| [VKCOM/VKUI](https://github.com/VKCOM/VKUI/)  | 40.5k | 13.0k | 6.8k | 1.1k | TypeScript | 3.4 |\n| [capsule-rs/capsule](https://github.com/capsule-rs/capsule/)  | 40.4k | 229 | 117 | 347 | Rust | 3.4 |\n| [googlecontainertools/kpt-functions~](https://github.com/googlecontainertools/kpt-functions-catalog/)  | 40.3k | 711 | 1.1k | 83 | TypeScript | 3.4 |\n| [dapr/java-sdk](https://github.com/dapr/java-sdk/)  | 39.7k | 723 | 968 | 285 | Java | 3.3 |\n| [tikv/client-java](https://github.com/tikv/client-java/)  | 39.4k | 295 | 559 | 115 | Java | 3.3 |\n| [ytsaurus/ytsaurus-spyt](https://github.com/ytsaurus/ytsaurus-spyt/)  | 39.2k | 500 | 51 | 19 | Scala | 3.3 |\n| [m3db/m3aggregator](https://github.com/m3db/m3aggregator/)  | 39.1k | 177 | 142 | 12 | Go | 3.3 |\n| [ydb-platform/yoj-project](https://github.com/ydb-platform/yoj-project/)  | 39.1k | 455 | 146 | 17 | Java | 3.2 |\n| [nats-io/nats.go](https://github.com/nats-io/nats.go/)  | 38.8k | 2.2k | 1.2k | 6.3k | Go | 3.2 |\n| [open-telemetry/opentelemetry-python](https://github.com/open-telemetry/opentelemetry-python/)  | 38.5k | 2.0k | 2.6k | 2.2k | Python | 3.2 |\n| [perses/community-mixins](https://github.com/perses/community-mixins/)  | 38.4k | 493 | 195 | 27 | Go | 3.2 |\n| [spectralops/spectral-goat](https://github.com/spectralops/spectral-goat/)  | 38.3k | 3 | 0 | 2 | JavaScript | 3.2 |\n| [kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder/)  | 38.0k | 5.0k | 3.4k | 8.9k | Go | 3.2 |\n| [keptn/tutorials](https://github.com/keptn/tutorials/)  | 37.9k | 624 | 199 | 10 | JavaScript | 3.2 |\n| [vscode-kubernetes-tools/vscode-kub~](https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools/)  | 37.9k | 970 | 956 | 744 | TypeScript | 3.2 |\n| [open-telemetry/opentelemetry-cpp-c~](https://github.com/open-telemetry/opentelemetry-cpp-contrib/)  | 37.5k | 339 | 399 | 147 | Python | 3.1 |\n| [metallb/metallb](https://github.com/metallb/metallb/)  | 37.4k | 2.4k | 1.7k | 7.9k | Go | 3.1 |\n| [kubernetes/cloud-provider-alibaba-~](https://github.com/kubernetes/cloud-provider-alibaba-cloud/)  | 37.3k | 1.0k | 386 | 371 | Go | 3.1 |\n| [uber/kraken](https://github.com/uber/kraken/)  | 37.2k | 970 | 384 | 6.6k | Go | 3.1 |\n| [jquery/jquery](https://github.com/jquery/jquery/)  | 37.1k | 6.8k | 3.1k | 59.7k | JavaScript | 3.1 |\n| [volcano-sh/kthena](https://github.com/volcano-sh/kthena/)  | 36.9k | 612 | 397 | 87 | Go | 3.1 |\n| [longhorn/longhorn-tests](https://github.com/longhorn/longhorn-tests/)  | 36.7k | 2.8k | 2.9k | 21 | Python | 3.1 |\n| [ogen-go/ogen](https://github.com/ogen-go/ogen/)  | 36.7k | 4.7k | 1.2k | 1.9k | Go | 3.0 |\n| [gravity-ui/markdown-editor](https://github.com/gravity-ui/markdown-editor/)  | 36.5k | 789 | 814 | 340 | TypeScript | 3.0 |\n| [ClickHouse/libpq](https://github.com/ClickHouse/libpq/)  | 36.4k | 40 | 10 | 3 | C | 3.0 |\n| [openebs/cstor-operators](https://github.com/openebs/cstor-operators/)  | 36.3k | 298 | 358 | 83 | Go | 3.0 |\n| [xline-kv/Xline](https://github.com/xline-kv/Xline/)  | 36.1k | 1.4k | 821 | 689 | Rust | 3.0 |\n| [microcks/microcks](https://github.com/microcks/microcks/)  | 36.1k | 2.3k | 422 | 1.8k | Java | 3.0 |\n| [apache/xmlgraphics-commons](https://github.com/apache/xmlgraphics-commons/)  | 36.0k | 662 | 25 | 20 | Java | 3.0 |\n| [argoproj/argo-events](https://github.com/argoproj/argo-events/)  | 35.9k | 2.0k | 2.5k | 2.6k | Go | 3.0 |\n| [awslabs/aws-ms-deploy-assistant](https://github.com/awslabs/aws-ms-deploy-assistant/)  | 35.8k | 14 | 6 | 8 | JavaScript | 3.0 |\n| [metrico/qryn-view](https://github.com/metrico/qryn-view/)  | 35.8k | 1.7k | 568 | 58 | TypeScript | 3.0 |\n| [paralus/paralus](https://github.com/paralus/paralus/)  | 35.7k | 684 | 249 | 1.2k | Go | 3.0 |\n| [pion/webrtc](https://github.com/pion/webrtc/)  | 35.6k | 2.3k | 2.0k | 15.8k | Go | 3.0 |\n| [apache/logging-log4j1](https://github.com/apache/logging-log4j1/)  | 35.6k | 3.2k | 22 | 867 | Java | 3.0 |\n| [VictoriaMetrics/operator](https://github.com/VictoriaMetrics/operator/)  | 35.5k | 1.8k | 959 | 528 | Go | 3.0 |\n| [radius-project/eshop](https://github.com/radius-project/eshop/)  | 35.4k | 5 | 16 | 1 | C# | 3.0 |\n| [openebs/openebs-e2e](https://github.com/openebs/openebs-e2e/)  | 35.4k | 457 | 246 | 0 | Go | 3.0 |\n| [ydb-platform/tpcc-postgres](https://github.com/ydb-platform/tpcc-postgres/)  | 35.3k | 2.2k | 25 | 8 | Java | 2.9 |\n| [buildpacks/lifecycle-private](https://github.com/buildpacks/lifecycle-private/)  | 35.2k | 1.9k | 25 | 0 | Go | 2.9 |\n| [opencurve/curve-tgt](https://github.com/opencurve/curve-tgt/)  | 35.0k | 2.1k | 0 | 30 | C | 2.9 |\n| [netdata/dashboard](https://github.com/netdata/dashboard/)  | 35.0k | 1.8k | 396 | 69 | JavaScript | 2.9 |\n| [cubefs/cubefs-dashboard](https://github.com/cubefs/cubefs-dashboard/)  | 34.8k | 40 | 21 | 27 | Go | 2.9 |\n| [istio/get-istioctl](https://github.com/istio/get-istioctl/)  | 34.7k | 13 | 7 | 7 | JavaScript | 2.9 |\n| [shipwright-io/build](https://github.com/shipwright-io/build/)  | 34.5k | 2.8k | 1.5k | 761 | Go | 2.9 |\n| [in-toto/github-action](https://github.com/in-toto/github-action/)  | 34.5k | 3 | 0 | 8 | JavaScript | 2.9 |\n| [kubedl-io/kubedl](https://github.com/kubedl-io/kubedl/)  | 34.4k | 389 | 201 | 532 | Go | 2.9 |\n| [ClickHouse/clickhouse-go](https://github.com/ClickHouse/clickhouse-go/)  | 34.2k | 2.1k | 957 | 3.2k | Go | 2.9 |\n| [ratify-project/ratify](https://github.com/ratify-project/ratify/)  | 33.9k | 1.3k | 1.5k | 237 | Go | 2.8 |\n| [kmesh-net/kmesh](https://github.com/kmesh-net/kmesh/)  | 33.7k | 3.1k | 1.0k | 693 | Go | 2.8 |\n| [kubernetes/cloud-provider-gcp](https://github.com/kubernetes/cloud-provider-gcp/)  | 33.7k | 2.0k | 816 | 146 | Go | 2.8 |\n| [containerssh/libcontainerssh](https://github.com/containerssh/libcontainerssh/)  | 33.7k | 361 | 664 | 63 | Go | 2.8 |\n| [kubeflow/katib](https://github.com/kubeflow/katib/)  | 33.6k | 1.4k | 1.6k | 1.6k | Go | 2.8 |\n| [kcp-dev/contrib-tmc](https://github.com/kcp-dev/contrib-tmc/)  | 33.6k | 51 | 17 | 7 | Go | 2.8 |\n| [flatcar/ignition](https://github.com/flatcar/ignition/)  | 33.6k | 1.6k | 45 | 35 | Go | 2.8 |\n| [carvel-dev/kapp-controller](https://github.com/carvel-dev/kapp-controller/)  | 33.6k | 1.7k | 1.2k | 299 | Go | 2.8 |\n| [open-telemetry/opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp/)  | 33.6k | 1.7k | 2.0k | 1.2k | C++ | 2.8 |\n| [apache/buildr](https://github.com/apache/buildr/)  | 33.5k | 4.4k | 52 | 141 | Ruby | 2.8 |\n| [ovn-org/libovsdb](https://github.com/ovn-org/libovsdb/)  | 33.5k | 751 | 287 | 190 | Go | 2.8 |\n| [metrico/gigapipe](https://github.com/metrico/gigapipe/)  | 33.4k | 2.1k | 472 | 1.6k | Go | 2.8 |\n| [open-telemetry/opentelemetry-dotne~](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/)  | 33.4k | 2.3k | 2.6k | 614 | C# | 2.8 |\n| [opencontainers/runc](https://github.com/opencontainers/runc/)  | 33.3k | 6.3k | 2.7k | 10.1k | Go | 2.8 |\n| [kubernetes/perf-tests](https://github.com/kubernetes/perf-tests/)  | 33.2k | 4.8k | 3.3k | 955 | Go | 2.8 |\n| [meshery/meshery.io](https://github.com/meshery/meshery.io/)  | 33.2k | 9.2k | 1.6k | 680 | JavaScript | 2.8 |\n| [awslabs/amazon-kinesis-client](https://github.com/awslabs/amazon-kinesis-client/)  | 33.2k | 466 | 646 | 608 | Java | 2.8 |\n| [open-telemetry/opentelemetry-ebpf-~](https://github.com/open-telemetry/opentelemetry-ebpf-profiler/)  | 33.1k | 623 | 739 | 3.0k | Go | 2.8 |\n| [buildpacks/lifecycle](https://github.com/buildpacks/lifecycle/)  | 32.9k | 2.0k | 1.1k | 199 | Go | 2.7 |\n| [googlecontainertools/kpt-functions~](https://github.com/googlecontainertools/kpt-functions-sdk/)  | 32.7k | 558 | 668 | 53 | TypeScript | 2.7 |\n| [goharbor/harbor-operator](https://github.com/goharbor/harbor-operator/)  | 32.5k | 1.1k | 579 | 377 | Go | 2.7 |\n| [keptn/lifecycle-toolkit](https://github.com/keptn/lifecycle-toolkit/)  | 32.2k | 2.3k | 2.8k | 404 | Go | 2.7 |\n| [serverless-devs/agentrun-sdk-python](https://github.com/serverless-devs/agentrun-sdk-python/)  | 32.1k | 44 | 15 | 4 | Python | 2.7 |\n| [cloudevents/sdk-go](https://github.com/cloudevents/sdk-go/)  | 32.0k | 1.1k | 814 | 927 | Go | 2.7 |\n| [prometheus/alertmanager](https://github.com/prometheus/alertmanager/)  | 31.9k | 3.7k | 2.8k | 8.3k | Go | 2.7 |\n| [ydb-platform/xorm](https://github.com/ydb-platform/xorm/)  | 31.9k | 1.7k | 55 | 0 | Go | 2.7 |\n| [youki-dev/youki](https://github.com/youki-dev/youki/)  | 31.8k | 5.6k | 2.9k | 7.1k | Rust | 2.6 |\n| [nats-io/nsc](https://github.com/nats-io/nsc/)  | 31.8k | 715 | 507 | 127 | Go | 2.6 |\n| [kuadrant/kuadrant-backstage-plugin](https://github.com/kuadrant/kuadrant-backstage-plugin/)  | 31.8k | 209 | 74 | 2 | TypeScript | 2.6 |\n| [kubeedge/sedna](https://github.com/kubeedge/sedna/)  | 31.7k | 545 | 266 | 522 | Python | 2.6 |\n| [clusternet/clusternet](https://github.com/clusternet/clusternet/)  | 31.6k | 887 | 655 | 1.4k | Go | 2.6 |\n| [kubevirt/hyperconverged-cluster-op~](https://github.com/kubevirt/hyperconverged-cluster-operator/)  | 31.4k | 2.3k | 3.8k | 172 | Go | 2.6 |\n| [litmuschaos/test-tools](https://github.com/litmuschaos/test-tools/)  | 31.3k | 268 | 656 | 29 | C | 2.6 |\n| [knative/func](https://github.com/knative/func/)  | 31.2k | 2.3k | 2.5k | 336 | Go | 2.6 |\n| [open-cluster-management-io/multicl~](https://github.com/open-cluster-management-io/multicloud-operators-subscription/)  | 31.2k | 915 | 406 | 44 | Go | 2.6 |\n| [konveyor/move2kube-demos](https://github.com/konveyor/move2kube-demos/)  | 31.0k | 119 | 269 | 13 | JavaScript | 2.6 |\n| [pravega/pravega-client-rust](https://github.com/pravega/pravega-client-rust/)  | 31.0k | 208 | 243 | 32 | Rust | 2.6 |\n| [falcosecurity/plugin-sdk-rs](https://github.com/falcosecurity/plugin-sdk-rs/)  | 31.0k | 604 | 75 | 12 | Rust | 2.6 |\n| [open-telemetry/opentelemetry-php](https://github.com/open-telemetry/opentelemetry-php/)  | 31.0k | 867 | 1.1k | 869 | PHP | 2.6 |\n| [kubernetes/kube-openapi](https://github.com/kubernetes/kube-openapi/)  | 30.9k | 1.5k | 464 | 347 | Go | 2.6 |\n| [ClickHouse/libc-headers](https://github.com/ClickHouse/libc-headers/)  | 30.9k | 18 | 4 | 1 | C Header | 2.6 |\n| [cockroachdb/docs](https://github.com/cockroachdb/docs/)  | 30.8k | 17.2k | 10.3k | 204 | Java | 2.6 |\n| [kusionstack/kuperator](https://github.com/kusionstack/kuperator/)  | 30.7k | 253 | 258 | 95 | Go | 2.6 |\n| [sealerio/sealer](https://github.com/sealerio/sealer/)  | 30.7k | 1.0k | 1.3k | 2.1k | Go | 2.6 |\n| [open-telemetry/opentelemetry-rust](https://github.com/open-telemetry/opentelemetry-rust/)  | 30.5k | 1.9k | 2.2k | 2.4k | Rust | 2.5 |\n| [oras-project/oras-go](https://github.com/oras-project/oras-go/)  | 30.5k | 518 | 699 | 239 | Go | 2.5 |\n| [koordinator-sh/yarn-copilot](https://github.com/koordinator-sh/yarn-copilot/)  | 30.4k | 52 | 102 | 13 | Go | 2.5 |\n| [connectrpc/connect-es](https://github.com/connectrpc/connect-es/)  | 30.3k | 878 | 1.3k | 1.6k | TypeScript | 2.5 |\n| [loxilb-io/loxilb-ebpf](https://github.com/loxilb-io/loxilb-ebpf/)  | 30.3k | 577 | 72 | 32 | C | 2.5 |\n| [superedge/superedge](https://github.com/superedge/superedge/)  | 30.2k | 410 | 409 | 1.1k | Go | 2.5 |\n| [connectrpc/connect-dart](https://github.com/connectrpc/connect-dart/)  | 30.1k | 24 | 26 | 41 | Dart | 2.5 |\n| [fluxcd/source-controller](https://github.com/fluxcd/source-controller/)  | 30.1k | 2.8k | 1.5k | 264 | Go | 2.5 |\n| [kubernetes-sigs/cluster-api-provid~](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/)  | 30.1k | 3.9k | 2.7k | 404 | Go | 2.5 |\n| [kube-logging/logging-operator](https://github.com/kube-logging/logging-operator/)  | 29.9k | 2.8k | 1.4k | 1.7k | Go | 2.5 |\n| [docker/machine](https://github.com/docker/machine/)  | 29.9k | 3.5k | 2.0k | 6.6k | Go | 2.5 |\n| [cilium/ebpf](https://github.com/cilium/ebpf/)  | 29.9k | 2.2k | 1.4k | 7.3k | Go | 2.5 |\n| [fluxcd/flux](https://github.com/fluxcd/flux/)  | 29.9k | 5.3k | 1.9k | 6.9k | Go | 2.5 |\n| [go-faster/yt](https://github.com/go-faster/yt/)  | 29.8k | 9 | 6 | 0 | Go | 2.5 |\n| [konveyor/move2kube](https://github.com/konveyor/move2kube/)  | 29.7k | 807 | 922 | 406 | Go | 2.5 |\n| [devfile/library](https://github.com/devfile/library/)  | 29.7k | 649 | 223 | 27 | Go | 2.5 |\n| [nats-io/nats.deno](https://github.com/nats-io/nats.deno/)  | 29.7k | 928 | 631 | 176 | TypeScript | 2.5 |\n| [m3db/m3cluster](https://github.com/m3db/m3cluster/)  | 29.6k | 238 | 227 | 20 | Go | 2.5 |\n| [chaosblade-io/chaosblade-space-exp~](https://github.com/chaosblade-io/chaosblade-space-exploration/)  | 29.6k | 45 | 3 | 339 | Java | 2.5 |\n| [kubevirt/project-infra](https://github.com/kubevirt/project-infra/)  | 29.5k | 4.0k | 4.3k | 37 | Go | 2.5 |\n| [moby/hyperkit](https://github.com/moby/hyperkit/)  | 29.4k | 623 | 220 | 3.7k | C | 2.5 |\n| [dexidp/dex](https://github.com/dexidp/dex/)  | 29.3k | 3.5k | 2.9k | 10.4k | Go | 2.4 |\n| [ydb-platform/ycsb-ydb](https://github.com/ydb-platform/ycsb-ydb/)  | 29.1k | 1.4k | 3 | 0 | Java | 2.4 |\n| [cubefs/compass](https://github.com/cubefs/compass/)  | 29.1k | 489 | 91 | 404 | Java | 2.4 |\n| [apache/maven-mercury](https://github.com/apache/maven-mercury/)  | 29.0k | 769 | 0 | 2 | Java | 2.4 |\n| [dragonflyoss/Dragonfly](https://github.com/dragonflyoss/Dragonfly/)  | 28.8k | 1.8k | 1.0k | 6.0k | Go | 2.4 |\n| [dragonflyoss/dragonfly-archived](https://github.com/dragonflyoss/dragonfly-archived/)  | 28.8k | 1.8k | 1.0k | 6.0k | Go | 2.4 |\n| [kubevirt/web-ui-components](https://github.com/kubevirt/web-ui-components/)  | 28.6k | 416 | 500 | 8 | JavaScript | 2.4 |\n| [openkruise/rollouts](https://github.com/openkruise/rollouts/)  | 28.6k | 140 | 210 | 250 | Go | 2.4 |\n| [litmuschaos/litmus-go](https://github.com/litmuschaos/litmus-go/)  | 28.5k | 518 | 659 | 78 | Go | 2.4 |\n| [k3s-io/k3s](https://github.com/k3s-io/k3s/)  | 28.5k | 3.9k | 4.9k | 31.5k | Go | 2.4 |\n| [jaegertracing/jaeger-operator](https://github.com/jaegertracing/jaeger-operator/)  | 28.5k | 1.5k | 1.9k | 1.1k | Go | 2.4 |\n| [perses/community-dashboards](https://github.com/perses/community-dashboards/)  | 28.4k | 417 | 151 | 23 | Go | 2.4 |\n| [loxilb-io/libbpf](https://github.com/loxilb-io/libbpf/)  | 28.4k | 6 | 0 | 1 | C | 2.4 |\n| [cncf/devstatscode](https://github.com/cncf/devstatscode/)  | 28.3k | 565 | 22 | 50 | Go | 2.4 |\n| [chaosblade-io/chaosblade-box-fe](https://github.com/chaosblade-io/chaosblade-box-fe/)  | 28.3k | 13 | 36 | 10 | TypeScript | 2.4 |\n| [open-telemetry/opentelemetry-log-c~](https://github.com/open-telemetry/opentelemetry-log-collection/)  | 28.1k | 267 | 383 | 93 | Go | 2.3 |\n| [projectriff/cli](https://github.com/projectriff/cli/)  | 28.0k | 1.5k | 263 | 6 | Go | 2.3 |\n| [fnproject/fn](https://github.com/fnproject/fn/)  | 28.0k | 3.4k | 953 | 5.4k | Go | 2.3 |\n| [metal3-io/cluster-api-provider-met~](https://github.com/metal3-io/cluster-api-provider-metal3/)  | 27.8k | 3.8k | 2.7k | 255 | Go | 2.3 |\n| [notaryproject/ratify](https://github.com/notaryproject/ratify/)  | 27.7k | 1.7k | 1.9k | 279 | Go | 2.3 |\n| [kubeflow/training-operator](https://github.com/kubeflow/training-operator/)  | 27.6k | 1.1k | 1.4k | 1.7k | Go | 2.3 |\n| [kubernetes-sigs/alibaba-cloud-csi-~](https://github.com/kubernetes-sigs/alibaba-cloud-csi-driver/)  | 27.6k | 3.2k | 1.4k | 569 | Go | 2.3 |\n| [fluxcd/flagger](https://github.com/fluxcd/flagger/)  | 27.6k | 3.1k | 1.0k | 5.2k | Go | 2.3 |\n| [fluxcd/pkg](https://github.com/fluxcd/pkg/)  | 27.5k | 2.1k | 946 | 54 | Go | 2.3 |\n| [tinkerbell/tinkerbell](https://github.com/tinkerbell/tinkerbell/)  | 27.5k | 6.3k | 417 | 169 | Go | 2.3 |\n| [envoyproxy/nighthawk](https://github.com/envoyproxy/nighthawk/)  | 27.4k | 903 | 1.1k | 395 | C++ | 2.3 |\n| [kubernetes/release](https://github.com/kubernetes/release/)  | 27.3k | 7.2k | 3.5k | 492 | Go | 2.3 |\n| [devfile/integration-tests](https://github.com/devfile/integration-tests/)  | 27.3k | 138 | 108 | 2 | Go | 2.3 |\n| [open-telemetry/opentelemetry-go-co~](https://github.com/open-telemetry/opentelemetry-go-contrib/)  | 27.3k | 3.5k | 7.4k | 1.6k | Go | 2.3 |\n| [metrico/opensearch-action](https://github.com/metrico/opensearch-action/)  | 27.2k | 3 | 0 | 3 | JavaScript | 2.3 |\n| [awslabs/lambda-chef-node-cleanup](https://github.com/awslabs/lambda-chef-node-cleanup/)  | 27.2k | 86 | 11 | 72 | Python | 2.3 |\n| [devstream-io/devstream](https://github.com/devstream-io/devstream/)  | 27.1k | 7 | 963 | 877 | Go | 2.3 |\n| [konveyor/tackle2-ui](https://github.com/konveyor/tackle2-ui/)  | 27.1k | 1.5k | 2.3k | 7 | TypeScript | 2.3 |\n| [antrea-io/nephe](https://github.com/antrea-io/nephe/)  | 27.1k | 240 | 262 | 9 | Go | 2.2 |\n| [kudobuilder/kudo](https://github.com/kudobuilder/kudo/)  | 26.8k | 1.0k | 1.1k | 1.2k | Go | 2.2 |\n| [cilium/hubble-ui](https://github.com/cilium/hubble-ui/)  | 26.8k | 561 | 945 | 483 | TypeScript | 2.2 |\n| [ClickHouse/libhdfs3](https://github.com/ClickHouse/libhdfs3/)  | 26.7k | 126 | 56 | 41 | C++ | 2.2 |\n| [kubevirt/vm-import-operator](https://github.com/kubevirt/vm-import-operator/)  | 26.6k | 900 | 416 | 16 | Go | 2.2 |\n| [dapr/dotnet-sdk](https://github.com/dapr/dotnet-sdk/)  | 26.5k | 810 | 767 | 1.2k | C# | 2.2 |\n| [apache/chainsaw](https://github.com/apache/chainsaw/)  | 26.4k | 934 | 2 | 18 | Java | 2.2 |\n| [gravity-ui/charts](https://github.com/gravity-ui/charts/)  | 26.3k | 241 | 259 | 10 | JavaScript | 2.2 |\n| [containernetworking/plugins](https://github.com/containernetworking/plugins/)  | 26.2k | 1.9k | 758 | 2.5k | Go | 2.2 |\n| [open-telemetry/opentelemetry-swift](https://github.com/open-telemetry/opentelemetry-swift/)  | 25.9k | 1.1k | 648 | 320 | Swift | 2.2 |\n| [tarantool/vshard](https://github.com/tarantool/vshard/)  | 25.9k | 722 | 146 | 110 | Lua | 2.2 |\n| [cockroachdb/cockroach-operator](https://github.com/cockroachdb/cockroach-operator/)  | 25.8k | 672 | 577 | 312 | Go | 2.1 |\n| [openfga/openfga](https://github.com/openfga/openfga/)  | 25.8k | 1.8k | 2.3k | 4.5k | Go | 2.1 |\n| [carvel-dev/kapp](https://github.com/carvel-dev/kapp/)  | 25.7k | 1.0k | 710 | 1.0k | Go | 2.1 |\n| [flatcar/nebraska](https://github.com/flatcar/nebraska/)  | 25.7k | 2.4k | 987 | 196 | Go | 2.1 |\n| [opengemini/pr-title-checker](https://github.com/opengemini/pr-title-checker/)  | 25.6k | 9 | 5 | 2 | JavaScript | 2.1 |\n| [longhorn/longhorn-ui](https://github.com/longhorn/longhorn-ui/)  | 25.6k | 1.2k | 978 | 114 | JavaScript | 2.1 |\n| [pravega/www.pravega.io](https://github.com/pravega/www.pravega.io/)  | 25.6k | 13 | 0 | 0 | JavaScript | 2.1 |\n| [grpc/grpc-swift-2](https://github.com/grpc/grpc-swift-2/)  | 25.6k | 2.1k | 18 | 80 | Swift | 2.1 |\n| [netdata/libjudy](https://github.com/netdata/libjudy/)  | 25.5k | 25 | 4 | 34 | C | 2.1 |\n| [envoyproxy/java-control-plane](https://github.com/envoyproxy/java-control-plane/)  | 25.5k | 333 | 392 | 309 | Protocol Buffers | 2.1 |\n| [docker/docker-py](https://github.com/docker/docker-py/)  | 25.4k | 3.4k | 1.7k | 7.1k | Python | 2.1 |\n| [grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go/)  | 25.4k | 928 | 1.3k | 242 | Go | 2.1 |\n| [apache/maven-scm](https://github.com/apache/maven-scm/)  | 25.4k | 2.3k | 312 | 98 | Java | 2.1 |\n| [kubernetes-sigs/scheduler-plugins](https://github.com/kubernetes-sigs/scheduler-plugins/)  | 25.3k | 1.1k | 605 | 1.3k | Go | 2.1 |\n| [gravity-ui/uikit](https://github.com/gravity-ui/uikit/)  | 25.2k | 1.8k | 2.0k | 888 | TypeScript | 2.1 |\n| [containerd/stargz-snapshotter](https://github.com/containerd/stargz-snapshotter/)  | 25.1k | 2.1k | 2.0k | 1.4k | Go | 2.1 |\n| [kubernetes-sigs/kubefed](https://github.com/kubernetes-sigs/kubefed/)  | 25.0k | 2.7k | 978 | 2.5k | Go | 2.1 |\n| [fluent/cmetrics](https://github.com/fluent/cmetrics/)  | 25.0k | 587 | 215 | 20 | C | 2.1 |\n\n\n### CNCF Projects\n| Project | SLOC | Commits | PRs | Stars | Language | Effort |\n|---------|------|---------|-----|-------|----------|--------|\n| [kubernetes](https://github.com/kubernetes)  | 3.4M | 496.7k | 252.0k | 304.0k | Go | 286.8 |\n| [envoyproxy](https://github.com/envoyproxy)  | 2.8M | 102.5k | 48.4k | 38.0k | JavaScript | 236.9 |\n| [open-telemetry](https://github.com/open-telemetry)  | 2.3M | 135.0k | 146.1k | 62.8k | Go | 191.5 |\n| [kubernetes-sigs](https://github.com/kubernetes-sigs)  | 2.1M | 193.9k | 129.3k | 139.9k | Go | 175.5 |\n| [grpc](https://github.com/grpc)  | 1.7M | 87.5k | 52.9k | 105.2k | C++ | 144.3 |\n| [konveyor](https://github.com/konveyor)  | 1.7M | 15.1k | 15.3k | 1.2k | JavaScript | 140.3 |\n| [inclavare-containers](https://github.com/inclavare-containers)  | 1.6M | 25.7k | 1.3k | 760 | C++ | 131.5 |\n| [openkruise](https://github.com/openkruise)  | 1.4M | 2.3k | 2.6k | 6.6k | JavaScript | 113.3 |\n| [kubewarden](https://github.com/kubewarden)  | 1.1M | 35.7k | 16.9k | 832 | JavaScript | 94.3 |\n| [kubeflow](https://github.com/kubeflow)  | 939.5k | 27.5k | 33.1k | 34.0k | Go | 78.3 |\n| [brigadecore](https://github.com/brigadecore)  | 872.9k | 6.3k | 2.8k | 3.0k | JavaScript | 72.8 |\n| [tikv](https://github.com/tikv)  | 862.5k | 20.3k | 27.0k | 30.4k | Rust | 71.9 |\n| [nats-io](https://github.com/nats-io)  | 858.6k | 50.9k | 21.3k | 45.6k | Go | 71.5 |\n| [keycloak](https://github.com/keycloak)  | 849.8k | 45.3k | 32.6k | 39.7k | Java | 70.8 |\n| [cdk8s-team](https://github.com/cdk8s-team)  | 807.5k | 38.5k | 39.9k | 5.3k | Go | 67.3 |\n| [cilium](https://github.com/cilium)  | 732.9k | 63.6k | 48.0k | 44.5k | Go | 61.1 |\n| [falcosecurity](https://github.com/falcosecurity)  | 705.2k | 33.7k | 15.3k | 11.3k | C Header | 58.8 |\n| [kubevirt](https://github.com/kubevirt)  | 695.9k | 126.2k | 39.9k | 9.0k | Go | 58.0 |\n| [vitessio](https://github.com/vitessio)  | 675.9k | 42.2k | 17.0k | 20.8k | Go | 56.3 |\n| [fluent](https://github.com/fluent)  | 660.0k | 48.7k | 18.3k | 30.1k | C | 55.0 |\n| [cubefs](https://github.com/cubefs)  | 657.0k | 7.1k | 3.2k | 6.1k | Go | 54.8 |\n| [istio](https://github.com/istio)  | 583.7k | 62.3k | 85.2k | 45.0k | Go | 48.6 |\n| [openebs](https://github.com/openebs)  | 559.6k | 22.1k | 13.2k | 13.0k | Go | 46.6 |\n| [argoproj](https://github.com/argoproj)  | 508.7k | 30.3k | 31.9k | 52.3k | Go | 42.4 |\n| [open-policy-agent](https://github.com/open-policy-agent)  | 505.6k | 18.7k | 15.9k | 22.5k | Go | 42.1 |\n| [cncf](https://github.com/cncf)  | 501.3k | 79.0k | 23.9k | 36.7k | JavaScript | 41.8 |\n| [opengemini](https://github.com/opengemini)  | 500.2k | 1.2k | 1.3k | 1.3k | Go | 41.7 |\n| [backstage](https://github.com/backstage)  | 490.8k | 83.5k | 31.6k | 33.8k | TypeScript | 40.9 |\n| [pravega](https://github.com/pravega)  | 471.3k | 6.7k | 6.0k | 2.8k | Java | 39.3 |\n| [kubevela](https://github.com/kubevela)  | 450.0k | 9.3k | 8.1k | 8.6k | Go | 37.5 |\n| [werf](https://github.com/werf)  | 435.0k | 20.5k | 8.3k | 6.9k | JavaScript | 36.2 |\n| [athenz](https://github.com/athenz)  | 433.2k | 5.1k | 3.6k | 1.0k | Java | 36.1 |\n| [knative](https://github.com/knative)  | 432.7k | 41.1k | 41.6k | 15.3k | Go | 36.1 |\n| [opencurve](https://github.com/opencurve)  | 419.2k | 6.4k | 2.7k | 2.6k | C++ | 34.9 |\n| [AthenZ](https://github.com/AthenZ)  | 405.6k | 3.5k | 2.0k | 762 | Java | 33.8 |\n| [koordinator-sh](https://github.com/koordinator-sh)  | 399.1k | 2.0k | 2.5k | 1.7k | Go | 33.2 |\n| [thanos-io](https://github.com/thanos-io)  | 384.1k | 21.6k | 6.4k | 14.8k | Go | 32.0 |\n| [prometheus](https://github.com/prometheus)  | 381.2k | 45.5k | 31.1k | 123.7k | Go | 31.8 |\n| [kubeovn](https://github.com/kubeovn)  | 378.2k | 24.3k | 5.0k | 2.3k | Go | 31.5 |\n| [pixie-io](https://github.com/pixie-io)  | 377.1k | 13.7k | 2.5k | 6.6k | C++ | 31.4 |\n| [chaosblade-io](https://github.com/chaosblade-io)  | 369.1k | 1.8k | 1.4k | 7.8k | JavaScript | 30.8 |\n| [containerd](https://github.com/containerd)  | 368.4k | 36.6k | 20.2k | 38.7k | Go | 30.7 |\n| [dapr](https://github.com/dapr)  | 360.6k | 28.7k | 18.0k | 32.8k | Go | 30.1 |\n| [dragonflyoss](https://github.com/dragonflyoss)  | 347.2k | 19.5k | 15.6k | 20.3k | Go | 28.9 |\n| [longhorn](https://github.com/longhorn)  | 345.2k | 19.6k | 18.0k | 8.5k | C | 28.8 |\n| [operator-framework](https://github.com/operator-framework)  | 339.7k | 26.9k | 22.1k | 16.4k | Go | 28.3 |\n| [radius-project](https://github.com/radius-project)  | 315.3k | 10.3k | 7.2k | 1.8k | C# | 26.3 |\n| [kyverno](https://github.com/kyverno)  | 312.5k | 19.8k | 19.0k | 8.8k | Go | 26.1 |\n| [open-cluster-management-io](https://github.com/open-cluster-management-io)  | 303.3k | 10.5k | 7.2k | 2.6k | Go | 25.3 |\n| [parallaxsecond](https://github.com/parallaxsecond)  | 292.3k | 4.7k | 2.0k | 822 | Rust | 24.4 |\n| [confidential-containers](https://github.com/confidential-containers)  | 283.0k | 29.8k | 5.8k | 1.2k | Go | 23.6 |\n| [antrea-io](https://github.com/antrea-io)  | 264.7k | 7.0k | 8.6k | 1.8k | Go | 22.1 |\n| [inspektor-gadget](https://github.com/inspektor-gadget)  | 263.5k | 17.0k | 4.6k | 2.7k | C Header | 22.0 |\n| [keptn](https://github.com/keptn)  | 255.1k | 14.0k | 11.0k | 2.3k | Go | 21.3 |\n| [kusionstack](https://github.com/kusionstack)  | 252.8k | 3.5k | 3.1k | 3.2k | Go | 21.1 |\n| [strimzi](https://github.com/strimzi)  | 250.7k | 9.8k | 9.1k | 6.6k | Java | 20.9 |\n| [jaegertracing](https://github.com/jaegertracing)  | 250.0k | 12.8k | 13.3k | 29.7k | Go | 20.8 |\n| [goharbor](https://github.com/goharbor)  | 245.9k | 19.3k | 13.8k | 29.6k | Go | 20.5 |\n| [kumahq](https://github.com/kumahq)  | 241.2k | 16.9k | 19.4k | 4.2k | Go | 20.1 |\n| [linkerd](https://github.com/linkerd)  | 237.5k | 19.0k | 20.9k | 20.3k | Rust | 19.8 |\n| [buildpacks](https://github.com/buildpacks)  | 225.1k | 34.2k | 5.5k | 3.9k | Go | 18.8 |\n| [spiffe](https://github.com/spiffe)  | 220.8k | 22.1k | 9.3k | 4.8k | Go | 18.4 |\n| [litmuschaos](https://github.com/litmuschaos)  | 211.6k | 8.9k | 9.4k | 5.8k | TypeScript | 17.6 |\n| [kcl-lang](https://github.com/kcl-lang)  | 200.4k | 9.3k | 4.4k | 2.7k | Rust | 16.7 |\n| [fluxcd](https://github.com/fluxcd)  | 200.2k | 37.3k | 16.4k | 25.7k | Go | 16.7 |\n| [wasmcloud](https://github.com/wasmcloud)  | 196.7k | 19.6k | 10.1k | 3.6k | Rust | 16.4 |\n| [flatcar](https://github.com/flatcar)  | 192.3k | 55.0k | 7.2k | 1.9k | Go | 16.0 |\n| [kuadrant](https://github.com/kuadrant)  | 188.9k | 11.8k | 4.8k | 523 | Go | 15.7 |\n| [perses](https://github.com/perses)  | 188.7k | 6.1k | 4.8k | 2.0k | Go | 15.7 |\n| [tremor-rs](https://github.com/tremor-rs)  | 187.2k | 8.1k | 4.3k | 1.0k | Rust | 15.6 |\n| [etcd-io](https://github.com/etcd-io)  | 186.8k | 34.6k | 17.6k | 64.9k | Go | 15.6 |\n| [cloud-custodian](https://github.com/cloud-custodian)  | 182.0k | 5.6k | 6.0k | 6.2k | Python | 15.2 |\n| [carvel-dev](https://github.com/carvel-dev)  | 178.9k | 10.5k | 5.4k | 5.1k | Go | 14.9 |\n| [cert-manager](https://github.com/cert-manager)  | 165.2k | 29.5k | 13.2k | 15.1k | Go | 13.8 |\n| [loxilb-io](https://github.com/loxilb-io)  | 162.6k | 9.2k | 1.2k | 2.1k | C | 13.6 |\n| [kubeslice](https://github.com/kubeslice)  | 157.9k | 7.8k | 1.7k | 510 | Go | 13.2 |\n| [meshery](https://github.com/meshery)  | 156.1k | 71.6k | 18.9k | 11.6k | JavaScript | 13.0 |\n| [crossplane](https://github.com/crossplane)  | 154.3k | 20.1k | 7.7k | 13.0k | Go | 12.9 |\n| [in-toto](https://github.com/in-toto)  | 153.3k | 13.7k | 4.2k | 2.5k | Python | 12.8 |\n| [networkservicemesh](https://github.com/networkservicemesh)  | 152.2k | 55.4k | 43.7k | 705 | Go | 12.7 |\n| [connectrpc](https://github.com/connectrpc)  | 149.4k | 5.2k | 8.4k | 7.4k | Go | 12.4 |\n| [kubeedge](https://github.com/kubeedge)  | 148.3k | 10.0k | 6.0k | 8.8k | Go | 12.4 |\n| [serverless-devs](https://github.com/serverless-devs)  | 147.8k | 5.4k | 799 | 1.9k | JavaScript | 12.3 |\n| [kube-vip](https://github.com/kube-vip)  | 145.0k | 2.2k | 1.1k | 2.9k | C Header | 12.1 |\n| [fluid-cloudnative](https://github.com/fluid-cloudnative)  | 144.2k | 3.9k | 4.1k | 1.9k | Go | 12.0 |\n| [kcp-dev](https://github.com/kcp-dev)  | 140.0k | 9.3k | 3.5k | 2.8k | Go | 11.7 |\n| [getporter](https://github.com/getporter)  | 139.1k | 8.8k | 4.0k | 1.5k | Go | 11.6 |\n| [devfile](https://github.com/devfile)  | 138.3k | 6.8k | 4.5k | 624 | Go | 11.5 |\n| [kubescape](https://github.com/kubescape)  | 137.5k | 22.2k | 5.8k | 11.6k | Go | 11.5 |\n| [ovn-org](https://github.com/ovn-org)  | 136.7k | 24.8k | 997 | 915 | C | 11.4 |\n| [armadaproject](https://github.com/armadaproject)  | 136.5k | 8.0k | 4.1k | 585 | Go | 11.4 |\n| [wasmedge](https://github.com/wasmedge)  | 133.6k | 6.1k | 3.3k | 10.8k | Rust | 11.1 |\n| [rook](https://github.com/rook)  | 131.8k | 28.7k | 10.6k | 13.7k | Go | 11.0 |\n| [projectcontour](https://github.com/projectcontour)  | 130.8k | 7.3k | 5.8k | 4.7k | Go | 10.9 |\n| [sermant-io](https://github.com/sermant-io)  | 130.4k | 2.5k | 1.4k | 1.4k | Java | 10.9 |\n| [keylime](https://github.com/keylime)  | 125.8k | 3.5k | 2.5k | 689 | C | 10.5 |\n| [nocalhost](https://github.com/nocalhost)  | 122.8k | 6.3k | 2.2k | 2.0k | Go | 10.2 |\n| [artifacthub](https://github.com/artifacthub)  | 121.6k | 2.1k | 3.5k | 2.0k | TypeScript | 10.1 |\n| [cortexproject](https://github.com/cortexproject)  | 120.0k | 6.6k | 5.6k | 5.9k | Go | 10.0 |\n| [volcano-sh](https://github.com/volcano-sh)  | 116.6k | 8.1k | 4.0k | 5.8k | Go | 9.7 |\n| [pipe-cd](https://github.com/pipe-cd)  | 115.1k | 7.5k | 5.4k | 1.4k | Go | 9.6 |\n| [kptdev](https://github.com/kptdev)  | 113.7k | 4.4k | 4.7k | 2.0k | Go | 9.5 |\n| [paralus](https://github.com/paralus)  | 112.6k | 2.1k | 1.3k | 1.2k | Go | 9.4 |\n| [openelb](https://github.com/openelb)  | 111.1k | 695 | 397 | 1.8k | JavaScript | 9.3 |\n| [notaryproject](https://github.com/notaryproject)  | 107.7k | 6.8k | 5.7k | 4.5k | Go | 9.0 |\n| [chaos-mesh](https://github.com/chaos-mesh)  | 107.1k | 3.8k | 3.7k | 7.9k | Go | 8.9 |\n| [kedacore](https://github.com/kedacore)  | 105.5k | 6.0k | 7.4k | 11.0k | Go | 8.8 |\n| [emissary-ingress](https://github.com/emissary-ingress)  | 103.4k | 19.6k | 4.1k | 4.5k | Python | 8.6 |\n| [karmada-io](https://github.com/karmada-io)  | 100.5k | 9.3k | 6.1k | 5.4k | Go | 8.4 |\n| [kubeclipper](https://github.com/kubeclipper)  | 99.5k | 692 | 1.0k | 518 | Go | 8.3 |\n| [bfenetworks](https://github.com/bfenetworks)  | 99.4k | 1.5k | 881 | 6.4k | Go | 8.3 |\n| [openyurtio](https://github.com/openyurtio)  | 98.6k | 3.0k | 2.6k | 2.1k | Go | 8.2 |\n| [spidernet-io](https://github.com/spidernet-io)  | 92.1k | 7.4k | 6.8k | 933 | Go | 7.7 |\n| [v6d-io](https://github.com/v6d-io)  | 91.9k | 1.5k | 1.4k | 939 | C++ | 7.7 |\n| [serverlessworkflow](https://github.com/serverlessworkflow)  | 91.2k | 4.6k | 2.2k | 1.6k | C# | 7.6 |\n| [kairos-io](https://github.com/kairos-io)  | 89.2k | 14.6k | 10.2k | 1.8k | Go | 7.4 |\n| [opencost](https://github.com/opencost)  | 82.3k | 7.0k | 3.8k | 6.4k | Go | 6.9 |\n| [openservicemesh](https://github.com/openservicemesh)  | 81.9k | 5.2k | 4.1k | 2.6k | Go | 6.8 |\n| [hwameistor](https://github.com/hwameistor)  | 80.4k | 3.5k | 1.6k | 653 | Go | 6.7 |\n| [easegress-io](https://github.com/easegress-io)  | 79.9k | 2.2k | 1.3k | 5.9k | Go | 6.7 |\n| [cloudevents](https://github.com/cloudevents)  | 79.0k | 4.9k | 3.4k | 8.4k | Go | 6.6 |\n| [oras-project](https://github.com/oras-project)  | 76.9k | 5.9k | 3.6k | 2.7k | Go | 6.4 |\n| [coredns](https://github.com/coredns)  | 76.2k | 6.8k | 6.3k | 15.1k | Go | 6.3 |\n| [project-zot](https://github.com/project-zot)  | 75.9k | 1.9k | 3.3k | 1.6k | Go | 6.3 |\n| [devspace-sh](https://github.com/devspace-sh)  | 74.9k | 6.1k | 1.9k | 4.8k | Go | 6.2 |\n| [cri-o](https://github.com/cri-o)  | 73.3k | 13.1k | 8.7k | 5.7k | Go | 6.1 |\n| [helm](https://github.com/helm)  | 71.5k | 32.8k | 29.8k | 57.0k | Go | 6.0 |\n| [tinkerbell](https://github.com/tinkerbell)  | 71.4k | 18.1k | 5.2k | 2.8k | Go | 6.0 |\n| [oscal-compass](https://github.com/oscal-compass)  | 71.0k | 2.5k | 1.7k | 391 | Python | 5.9 |\n| [metal3-io](https://github.com/metal3-io)  | 70.9k | 18.1k | 11.1k | 1.7k | Go | 5.9 |\n| [submariner-io](https://github.com/submariner-io)  | 69.8k | 14.1k | 17.1k | 3.0k | Go | 5.8 |\n| [microcks](https://github.com/microcks)  | 68.7k | 7.4k | 3.4k | 2.2k | Java | 5.7 |\n| [runatlantis](https://github.com/runatlantis)  | 68.5k | 5.0k | 21.4k | 8.9k | Go | 5.7 |\n| [open-feature](https://github.com/open-feature)  | 67.7k | 16.0k | 14.9k | 3.8k | Go | 5.6 |\n| [telepresenceio](https://github.com/telepresenceio)  | 67.5k | 11.1k | 2.4k | 7.1k | Go | 5.6 |\n| [openfga](https://github.com/openfga)  | 65.9k | 9.7k | 7.7k | 5.4k | Go | 5.5 |\n| [kaito-project](https://github.com/kaito-project)  | 64.5k | 6.3k | 2.3k | 1.4k | Go | 5.4 |\n| [kanisterio](https://github.com/kanisterio)  | 63.6k | 3.3k | 3.4k | 850 | Go | 5.3 |\n| [containerssh](https://github.com/containerssh)  | 62.2k | 2.0k | 2.6k | 3.1k | Go | 5.2 |\n| [external-secrets](https://github.com/external-secrets)  | 57.3k | 4.7k | 4.1k | 8.9k | Go | 4.8 |\n| [cartography-cncf](https://github.com/cartography-cncf)  | 57.2k | 1.3k | 1.6k | 3.6k | Python | 4.8 |\n| [kubestellar](https://github.com/kubestellar)  | 55.5k | 10.4k | 4.7k | 988 | Go | 4.6 |\n| [project-hami](https://github.com/project-hami)  | 53.3k | 2.0k | 1.2k | 3.2k | Go | 4.4 |\n| [rkt](https://github.com/rkt)  | 52.4k | 5.6k | 2.5k | 8.8k | Go | 4.4 |\n| [trickstercache](https://github.com/trickstercache)  | 52.1k | 1.3k | 650 | 2.1k | Go | 4.3 |\n| [headlamp-k8s](https://github.com/headlamp-k8s)  | 51.4k | 6.1k | 2.2k | 2.8k | TypeScript | 4.3 |\n| [slimtoolkit](https://github.com/slimtoolkit)  | 49.7k | 1.4k | 477 | 22.7k | Go | 4.1 |\n| [shipwright-io](https://github.com/shipwright-io)  | 48.8k | 4.4k | 2.5k | 850 | Go | 4.1 |\n| [theupdateframework](https://github.com/theupdateframework)  | 48.8k | 11.9k | 4.9k | 3.2k | Python | 4.1 |\n| [superedge](https://github.com/superedge)  | 48.2k | 524 | 461 | 1.1k | Go | 4.0 |\n| [virtual-kubelet](https://github.com/virtual-kubelet)  | 48.1k | 3.0k | 1.8k | 5.2k | Go | 4.0 |\n| [kudobuilder](https://github.com/kudobuilder)  | 47.9k | 2.4k | 2.2k | 2.3k | Go | 4.0 |\n| [xline-kv](https://github.com/xline-kv)  | 47.6k | 1.6k | 1.0k | 721 | Rust | 4.0 |\n| [krkn-chaos](https://github.com/krkn-chaos)  | 46.6k | 2.4k | 1.8k | 534 | Python | 3.9 |\n| [distribution](https://github.com/distribution)  | 45.7k | 6.1k | 2.5k | 10.5k | Go | 3.8 |\n| [openfunction](https://github.com/openfunction)  | 44.5k | 1.8k | 1.2k | 1.8k | Go | 3.7 |\n| [k3s-io](https://github.com/k3s-io)  | 44.5k | 6.1k | 6.7k | 37.7k | Go | 3.7 |\n| [skooner-k8s](https://github.com/skooner-k8s)  | 44.1k | 543 | 259 | 1.4k | JavaScript | 3.7 |\n| [kubedl-io](https://github.com/kubedl-io)  | 44.0k | 1.4k | 409 | 619 | Go | 3.7 |\n| [kubearmor](https://github.com/kubearmor)  | 41.6k | 7.5k | 3.4k | 2.2k | Go | 3.5 |\n| [metallb](https://github.com/metallb)  | 40.9k | 3.5k | 2.5k | 8.1k | Go | 3.4 |\n| [devstream-io](https://github.com/devstream-io)  | 39.3k | 663 | 1.1k | 893 | Go | 3.3 |\n| [vscode-kubernetes-tools](https://github.com/vscode-kubernetes-tools)  | 39.1k | 1.0k | 1.0k | 760 | TypeScript | 3.3 |\n| [aeraki-mesh](https://github.com/aeraki-mesh)  | 39.1k | 1.1k | 505 | 1.0k | Go | 3.2 |\n| [youki-dev](https://github.com/youki-dev)  | 37.9k | 6.2k | 3.2k | 7.4k | Rust | 3.2 |\n| [score-spec](https://github.com/score-spec)  | 37.9k | 2.8k | 1.5k | 9.0k | Go | 3.2 |\n| [kube-logging](https://github.com/kube-logging)  | 35.9k | 4.8k | 2.3k | 1.8k | Go | 3.0 |\n| [kuasar-io](https://github.com/kuasar-io)  | 35.6k | 385 | 190 | 1.4k | Rust | 3.0 |\n| [bpfman](https://github.com/bpfman)  | 35.5k | 3.4k | 1.6k | 728 | Rust | 3.0 |\n| [kmesh-net](https://github.com/kmesh-net)  | 35.1k | 4.0k | 1.4k | 728 | Go | 2.9 |\n| [ratify-project](https://github.com/ratify-project)  | 35.0k | 1.5k | 1.7k | 255 | Go | 2.9 |\n| [containernetworking](https://github.com/containernetworking)  | 34.8k | 3.4k | 1.6k | 8.4k | Go | 2.9 |\n| [sustainable-computing-io](https://github.com/sustainable-computing-io)  | 34.3k | 5.7k | 3.5k | 1.6k | Go | 2.9 |\n| [clusternet](https://github.com/clusternet)  | 33.4k | 1.2k | 807 | 1.4k | Go | 2.8 |\n| [sealerio](https://github.com/sealerio)  | 32.6k | 1.2k | 1.4k | 2.1k | Go | 2.7 |\n| [kube-rs](https://github.com/kube-rs)  | 31.9k | 5.0k | 2.0k | 4.1k | Rust | 2.7 |\n| [bank-vaults](https://github.com/bank-vaults)  | 31.7k | 14.0k | 8.3k | 2.6k | Go | 2.6 |\n| [clusterpedia-io](https://github.com/clusterpedia-io)  | 31.6k | 1.6k | 880 | 892 | Go | 2.6 |\n| [dexidp](https://github.com/dexidp)  | 29.3k | 4.0k | 3.2k | 10.5k | Go | 2.4 |\n| [piraeusdatastore](https://github.com/piraeusdatastore)  | 28.7k | 2.6k | 1.3k | 1.2k | Go | 2.4 |\n| [opentracing](https://github.com/opentracing)  | 27.2k | 2.7k | 1.5k | 10.2k | Java | 2.3 |\n| [project-stacker](https://github.com/project-stacker)  | 23.8k | 1.5k | 737 | 335 | JavaScript | 2.0 |\n| [krustlet](https://github.com/krustlet)  | 23.6k | 2.4k | 535 | 3.7k | Rust | 2.0 |\n| [curiefense](https://github.com/curiefense)  | 22.3k | 2.9k | 832 | 617 | Rust | 1.9 |\n| [projectcapsule](https://github.com/projectcapsule)  | 21.9k | 2.5k | 2.2k | 2.0k | Go | 1.8 |\n| [fabedge](https://github.com/fabedge)  | 21.6k | 1.1k | 532 | 536 | Go | 1.8 |\n| [project-akri](https://github.com/project-akri)  | 20.5k | 1.0k | 606 | 1.2k | Rust | 1.7 |\n| [k8gb-io](https://github.com/k8gb-io)  | 19.4k | 2.1k | 1.9k | 1.2k | Go | 1.6 |\n| [foniod](https://github.com/foniod)  | 18.1k | 1.7k | 495 | 2.1k | Rust | 1.5 |\n| [lima-vm](https://github.com/lima-vm)  | 17.4k | 6.3k | 3.1k | 20.7k | Go | 1.4 |\n| [schemahero](https://github.com/schemahero)  | 17.0k | 1.7k | 1.1k | 1.1k | Go | 1.4 |\n| [hexa-org](https://github.com/hexa-org)  | 16.5k | 969 | 182 | 125 | Go | 1.4 |\n| [getsops](https://github.com/getsops)  | 15.3k | 2.5k | 1.1k | 20.2k | Go | 1.3 |\n| [k8up-io](https://github.com/k8up-io)  | 14.2k | 2.4k | 871 | 895 | Go | 1.2 |\n| [kubean-io](https://github.com/kubean-io)  | 13.2k | 2.9k | 1.3k | 556 | Go | 1.1 |\n| [carina-io](https://github.com/carina-io)  | 12.9k | 824 | 150 | 718 | Go | 1.1 |\n| [kuberhealthy](https://github.com/kuberhealthy)  | 11.8k | 3.3k | 1.0k | 2.2k | Go | 990.0m |\n| [servicemeshinterface](https://github.com/servicemeshinterface)  | 11.6k | 974 | 375 | 1.2k | Go | 970.0m |\n| [k8sgpt-ai](https://github.com/k8sgpt-ai)  | 11.0k | 2.6k | 2.1k | 7.7k | Go | 920.0m |\n| [ko-build](https://github.com/ko-build)  | 9.5k | 1.9k | 1.5k | 8.3k | Go | 790.0m |\n| [eraser-dev](https://github.com/eraser-dev)  | 9.4k | 748 | 967 | 574 | Go | 780.0m |\n| [kube-burner](https://github.com/kube-burner)  | 8.0k | 1.8k | 1.1k | 696 | Go | 660.0m |\n| [tellerops](https://github.com/tellerops)  | 7.7k | 246 | 167 | 3.2k | Go | 640.0m |\n| [cni-genie](https://github.com/cni-genie)  | 5.4k | 490 | 136 | 538 | Go | 450.0m |\n| [project-copacetic](https://github.com/project-copacetic)  | 5.4k | 1.1k | 1.2k | 1.5k | Go | 450.0m |\n| [merbridge](https://github.com/merbridge)  | 4.8k | 296 | 386 | 808 | Go | 400.0m |\n| [opcr-io](https://github.com/opcr-io)  | 3.6k | 736 | 263 | 281 | Go | 300.0m |\n| [krator-rs](https://github.com/krator-rs)  | 2.9k | 498 | 34 | 168 | Rust | 250.0m |\n| [OpenObservability](https://github.com/OpenObservability)  | 2.3k | 251 | 117 | 2.0k | Go | 190.0m |\n| [openobservability](https://github.com/openobservability)  | 2.3k | 251 | 117 | 2.0k | Go | 190.0m |\n| [service-mesh-performance](https://github.com/service-mesh-performance)  | 2.2k | 929 | 268 | 309 | JavaScript | 180.0m |\n| [kubereboot](https://github.com/kubereboot)  | 2.0k | 1.9k | 1.2k | 2.5k | Go | 170.0m |\n\n\n### OTEL Instrumentations\n| Project | SLOC | Commits | PRs | Stars | Effort |\n|---------|------|---------|-----|-------|--------|\n| [**OTEL**](https://opentelemetry.io/docs/instrumentation/)  | 1.5M | 68.4k | 71.5k | 36.7k | 126.65 |\n| [ebpf-instrumentation](https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation/)  | 367.3k | 769 | 856 | 292 | 30.61 |\n| [java-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation/)  | 167.8k | 13.0k | 10.3k | 2.4k | 13.99 |\n| [dotnet-instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/)  | 141.1k | 2.6k | 3.8k | 444 | 11.76 |\n| [java](https://github.com/open-telemetry/opentelemetry-java/)  | 96.4k | 5.0k | 5.6k | 2.3k | 8.03 |\n| [js](https://github.com/open-telemetry/opentelemetry-js/)  | 61.1k | 3.0k | 3.6k | 3.2k | 5.09 |\n| [dotnet](https://github.com/open-telemetry/opentelemetry-dotnet/)  | 56.8k | 3.6k | 4.4k | 3.6k | 4.73 |\n| [js-contrib](https://github.com/open-telemetry/opentelemetry-js-contrib/)  | 51.5k | 2.6k | 2.4k | 862 | 4.29 |\n| [go](https://github.com/open-telemetry/opentelemetry-go/)  | 51.1k | 4.2k | 5.4k | 6.2k | 4.26 |\n| [python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib/)  | 42.9k | 2.7k | 2.4k | 951 | 3.57 |\n| [network](https://github.com/open-telemetry/opentelemetry-network/)  | 42.6k | 613 | 410 | 392 | 3.55 |\n| [ebpf](https://github.com/open-telemetry/opentelemetry-ebpf/)  | 41.4k | 268 | 112 | 85 | 3.45 |\n| [python](https://github.com/open-telemetry/opentelemetry-python/)  | 38.5k | 2.0k | 2.6k | 2.2k | 3.21 |\n| [cpp-contrib](https://github.com/open-telemetry/opentelemetry-cpp-contrib/)  | 37.5k | 339 | 399 | 147 | 3.12 |\n| [cpp](https://github.com/open-telemetry/opentelemetry-cpp/)  | 33.6k | 1.7k | 2.0k | 1.2k | 2.8 |\n| [dotnet-contrib](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/)  | 33.4k | 2.3k | 2.6k | 614 | 2.78 |\n| [ebpf-profiler](https://github.com/open-telemetry/opentelemetry-ebpf-profiler/)  | 33.1k | 623 | 739 | 3.0k | 2.76 |\n| [php](https://github.com/open-telemetry/opentelemetry-php/)  | 31.0k | 867 | 1.1k | 869 | 2.58 |\n| [rust](https://github.com/open-telemetry/opentelemetry-rust/)  | 30.5k | 1.9k | 2.2k | 2.4k | 2.54 |\n| [go-contrib](https://github.com/open-telemetry/opentelemetry-go-contrib/)  | 27.3k | 3.5k | 7.4k | 1.6k | 2.27 |\n| [swift](https://github.com/open-telemetry/opentelemetry-swift/)  | 25.9k | 1.1k | 648 | 320 | 2.16 |\n| [swift-core](https://github.com/open-telemetry/opentelemetry-swift-core/)  | 20.4k | 1.0k | 26 | 4 | 1.7 |\n| [ruby-contrib](https://github.com/open-telemetry/opentelemetry-ruby-contrib/)  | 20.0k | 1.7k | 1.5k | 115 | 1.66 |\n| [ruby](https://github.com/open-telemetry/opentelemetry-ruby/)  | 16.4k | 1.0k | 1.3k | 551 | 1.37 |\n| [php-contrib](https://github.com/open-telemetry/opentelemetry-php-contrib/)  | 12.8k | 607 | 467 | 96 | 1.06 |\n| [erlang](https://github.com/open-telemetry/opentelemetry-erlang/)  | 11.5k | 1.9k | 643 | 382 | 0.96 |\n| [rust-contrib](https://github.com/open-telemetry/opentelemetry-rust-contrib/)  | 7.4k | 1.1k | 390 | 70 | 0.62 |\n| [android](https://github.com/open-telemetry/opentelemetry-android/)  | 7.1k | 1.9k | 1.2k | 252 | 0.6 |\n| [go-compile-instrumentation](https://github.com/open-telemetry/opentelemetry-go-compile-instrumentation/)  | 3.8k | 146 | 165 | 216 | 0.32 |\n| [go-instrumentation](https://github.com/open-telemetry/opentelemetry-go-instrumentation/)  | 2.9k | 2.5k | 2.8k | 948 | 0.24 |\n| [java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib/)  | 2.8k | 1.9k | 2.2k | 250 | 0.24 |\n| [erlang-contrib](https://github.com/open-telemetry/opentelemetry-erlang-contrib/)  | 1.6k | 377 | 468 | 195 | 0.14 |\n| [java-examples](https://github.com/open-telemetry/opentelemetry-java-examples/)  | 1.3k | 863 | 902 | 330 | 0.11 |\n| [php-instrumentation](https://github.com/open-telemetry/opentelemetry-php-instrumentation/)  | 556 | 175 | 209 | 128 | 0.05 |\n| [weaver-examples](https://github.com/open-telemetry/opentelemetry-weaver-examples/)  | 147 | 24 | 23 | 4 | 0.01 |\n| [injector](https://github.com/open-telemetry/opentelemetry-injector/)  | 143 | 113 | 124 | 87 | 0.01 |\n| [browser](https://github.com/open-telemetry/opentelemetry-browser/)  | 0 | 47 | 57 | 20 | 0 |\n| [configuration](https://github.com/open-telemetry/opentelemetry-configuration/)  | 0 | 303 | 334 | 73 | 0 |\n| [for-beginners](https://github.com/open-telemetry/opentelemetry-for-beginners/)  | 0 | 1 | 5 | 1 | 0 |\n| [php-distro](https://github.com/open-telemetry/opentelemetry-php-distro/)  | 0 | 1 | 5 | 0 | 0 |\n| [swift-grpc](https://github.com/open-telemetry/opentelemetry-swift-grpc/)  | 0 | 4 | 0 | 0 | 0 |\n\n\n### go-faster\n\n| Project | SLOC | Commits | PRs | Stars | Effort |\n|---------|------|---------|-----|-------|--------|\n| [**go-faster**](https://github.com/go-faster)  | 197.6k | 30.3k | 10.4k | 6.0k | 16.47 |\n| [td](https://github.com/gotd/td/)  | 52.6k | 4.2k | 1.3k | 2.0k | 4.38 |\n| [ogen](https://github.com/ogen-go/ogen/)  | 36.7k | 4.7k | 1.2k | 1.9k | 3.05 |\n| [yaml](https://github.com/go-faster/yaml/)  | 15.6k | 615 | 66 | 10 | 1.3 |\n| [ch-go](https://github.com/ClickHouse/ch-go/)  | 15.0k | 1.5k | 448 | 400 | 1.25 |\n| [hx](https://github.com/go-faster/hx/)  | 13.0k | 1.5k | 26 | 3 | 1.09 |\n| [jx](https://github.com/go-faster/jx/)  | 9.7k | 1.5k | 89 | 251 | 0.81 |\n| [stun](https://github.com/pion/stun/)  | 8.7k | 863 | 226 | 785 | 0.72 |\n| [botapi](https://github.com/gotd/botapi/)  | 6.4k | 782 | 439 | 26 | 0.53 |\n| [contrib](https://github.com/gotd/contrib/)  | 4.7k | 1.2k | 720 | 22 | 0.39 |\n| [oteldb](https://github.com/go-faster/oteldb/)  | 4.5k | 3.3k | 735 | 58 | 0.38 |\n| [bot](https://github.com/gotd/bot/)  | 3.1k | 732 | 322 | 16 | 0.26 |\n| [city](https://github.com/go-faster/city/)  | 2.9k | 60 | 3 | 39 | 0.24 |\n| [gha](https://github.com/go-faster/gha/)  | 2.8k | 319 | 213 | 0 | 0.24 |\n| [bot](https://github.com/go-faster/bot/)  | 2.7k | 1.4k | 609 | 23 | 0.22 |\n| [ref](https://github.com/gotd/ref/)  | 2.4k | 242 | 156 | 0 | 0.2 |\n| [tl](https://github.com/gotd/tl/)  | 1.5k | 163 | 64 | 29 | 0.12 |\n| [errors](https://github.com/go-faster/errors/)  | 1.4k | 122 | 26 | 63 | 0.12 |\n| [sdk](https://github.com/go-faster/sdk/)  | 1.3k | 494 | 239 | 16 | 0.11 |\n| [protoc-gen-oas](https://github.com/ogen-go/protoc-gen-oas/)  | 1.1k | 346 | 210 | 29 | 0.09 |\n| [getdoc](https://github.com/gotd/getdoc/)  | 1.1k | 1.2k | 604 | 8 | 0.09 |\n| [gh-archive-clickhouse](https://github.com/go-faster/gh-archive-clickhouse/)  | 983 | 417 | 250 | 9 | 0.08 |\n| [tail](https://github.com/go-faster/tail/)  | 943 | 119 | 37 | 23 | 0.08 |\n| [ent2ogen](https://github.com/ogen-go/ent2ogen/)  | 924 | 174 | 131 | 10 | 0.08 |\n| [neo](https://github.com/gotd/neo/)  | 795 | 103 | 38 | 11 | 0.07 |\n| [fs](https://github.com/go-faster/fs/)  | 769 | 9 | 3 | 1 | 0.06 |\n| [simon](https://github.com/go-faster/simon/)  | 625 | 442 | 189 | 5 | 0.05 |\n| [teled](https://github.com/gotd/teled/)  | 623 | 175 | 130 | 15 | 0.05 |\n| [ch-bench](https://github.com/ClickHouse/ch-bench/)  | 620 | 92 | 21 | 34 | 0.05 |\n| [cli](https://github.com/gotd/cli/)  | 593 | 332 | 223 | 22 | 0.05 |\n| [tgstatus](https://github.com/gotd/tgstatus/)  | 408 | 253 | 121 | 14 | 0.03 |\n| [flightorder](https://github.com/go-faster/flightorder/)  | 388 | 87 | 41 | 3 | 0.03 |\n| [example](https://github.com/ogen-go/example/)  | 358 | 258 | 218 | 33 | 0.03 |\n| [web](https://github.com/go-faster/web/)  | 286 | 445 | 197 | 0 | 0.02 |\n| [cilium-mesh-testing](https://github.com/go-faster/cilium-mesh-testing/)  | 253 | 3 | 2 | 1 | 0.02 |\n| [stat](https://github.com/go-faster/stat/)  | 242 | 369 | 185 | 1 | 0.02 |\n| [prio](https://github.com/go-faster/prio/)  | 240 | 79 | 57 | 0 | 0.02 |\n| [web](https://github.com/ogen-go/web/)  | 200 | 453 | 273 | 3 | 0.02 |\n| [docs](https://github.com/gotd/docs/)  | 193 | 209 | 211 | 0 | 0.02 |\n| [gh-archive-yt](https://github.com/go-faster/gh-archive-yt/)  | 192 | 134 | 65 | 5 | 0.02 |\n| [testbot](https://github.com/gotd/testbot/)  | 189 | 34 | 15 | 0 | 0.02 |\n| [vega](https://github.com/go-faster/vega/)  | 185 | 466 | 136 | 1 | 0.02 |\n| [xor](https://github.com/go-faster/xor/)  | 178 | 221 | 114 | 18 | 0.01 |\n| [ytst](https://github.com/go-faster/ytst/)  | 120 | 131 | 4 | 0 | 0.01 |\n| [schedpolicy](https://github.com/go-faster/schedpolicy/)  | 88 | 4 | 0 | 1 | 0.01 |\n| [bfj](https://github.com/go-faster/bfj/)  | 82 | 7 | 0 | 0 | 0.01 |\n| [jx-bench-sample](https://github.com/go-faster/jx-bench-sample/)  | 59 | 8 | 0 | 0 | 0 |\n| [ki](https://github.com/go-faster/ki/)  | 55 | 3 | 0 | 0 | 0 |\n| [gotdlog](https://github.com/gotd/gotdlog/)  | 26 | 11 | 3 | 0 | 0 |\n| [charts](https://github.com/go-faster/charts/)  | 3 | 25 | 3 | 0 | 0 |\n| [hostbench](https://github.com/go-faster/hostbench/)  | 1 | 12 | 0 | 0 | 0 |\n| [otlab](https://github.com/go-faster/otlab/)  | 1 | 24 | 7 | 0 | 0 |\n| [template](https://github.com/go-faster/template/)  | 1 | 48 | 5 | 0 | 0 |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernado%2Foss-estimator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernado%2Foss-estimator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernado%2Foss-estimator/lists"}