GitHub Trending をキャッチアップする習慣をつけて、強強エンジニアになろう。
この記事では、Golang のGithubのトレンドデイリーランキングを25位まで紹介します。
トレンドデイリーランキング
【1 位】 AlexxIT/go2rtc
🌟 6,415 star
Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
RTSP、RTMP、HTTP-FLV、WebRTC、MSE、HLS、MP4、MJPEG、HomeKit、FFmpeg などをサポートする究極のカメラ ストリーミング アプリケーション。
【2 位】 yorukot/superfile
🌟 6,541 star
Pretty fancy and modern terminal file manager
かなり派手でモダンなターミナル ファイル マネージャー
【3 位】 FiloSottile/mkcert
🌟 49,523 star
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
任意の名前を付けてローカルで信頼できる開発証明書を作成するためのシンプルな設定不要のツール。
【4 位】 GoogleCloudPlatform/microservices-demo
🌟 17,005 star
Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.
Kubernetes、Istio、gRPC を紹介する 10 個のマイクロサービスを含むクラウド ファースト アプリケーションのサンプル。
【5 位】 juicedata/juicefs
🌟 10,876 star
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
JuiceFS は、Redis および S3 上に構築された分散 POSIX ファイル システムです。
【6 位】 actions/actions-runner-controller
🌟 4,730 star
Kubernetes controller for GitHub Actions self-hosted runners
GitHub Actions セルフホスト ランナー用の Kubernetes コントローラー
【7 位】 gitleaks/gitleaks
🌟 17,902 star
Protect and discover secrets using Gitleaks 🔑
Gitleaks を使用して秘密を保護し、発見する 🔑
【8 位】 golang-migrate/migrate
🌟 15,465 star
Database migrations. CLI and Golang library.
データベースの移行。 CLI と Golang ライブラリ。
【9 位】 googleapis/google-cloud-go
🌟 3,773 star
Google Cloud Client Libraries for Go.
Go 用の Google Cloud クライアント ライブラリ。
【10 位】 ollama/ollama
🌟 97,490 star
Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.
Llama 3.2、Mistral、Gemma 2、その他の大規模な言語モデルを立ち上げて実行します。
【11 位】 stretchr/testify
🌟 23,475 star
A toolkit with common assertions and mocks that plays nicely with the standard library
標準ライブラリとうまく連携する、共通のアサーションとモックを備えたツールキット
【12 位】 argoproj/argo-cd
🌟 17,897 star
Declarative Continuous Deployment for Kubernetes
Kubernetes の宣言的継続的デプロイメント
【13 位】 hashicorp/nomad
🌟 14,926 star
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
Nomad は、マイクロサービス、バッチ、コンテナ化されたアプリケーション、および非コンテナ化されたアプリケーションを組み合わせてデプロイできる、使いやすく柔軟でパフォーマンスの高いワークロード オーケストレーターです。 Nomad は操作と拡張が簡単で、Consul と Vault がネイティブに統合されています。
【14 位】 fatedier/frp
🌟 86,333 star
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
NAT またはファイアウォールの背後にあるローカル サーバーをインターネットに公開するのに役立つ高速リバース プロキシ。
【15 位】 go-co-op/gocron
🌟 5,634 star
Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
簡単で流暢な Go cron スケジューリング。これは https://github.com/jasonlvhit/gocron からのフォークです
【16 位】 patrickmn/go-cache
🌟 8,159 star
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
Go 用のメモリ内キー:値ストア/キャッシュ (Memcached に類似) ライブラリ。単一マシンのアプリケーションに適しています。
【17 位】 open-telemetry/opentelemetry-collector
🌟 4,443 star
OpenTelemetry Collector
OpenTelemetry コレクター
【18 位】 go-playground/validator
🌟 16,863 star
💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
💯Go 構造体とフィールドの検証 (クロスフィールド、クロス構造体、マップ、スライス、配列のダイビングを含む)
【19 位】 tidwall/gjson
🌟 14,332 star
Get JSON values quickly - JSON parser for Go
JSON 値をすばやく取得する - Go 用の JSON パーサー
【20 位】 aquasecurity/kube-bench
🌟 7,060 star
Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark
Kubernetes が CIS Kubernetes ベンチマークで定義されているセキュリティのベスト プラクティスに従ってデプロイされているかどうかを確認します
【21 位】 nats-io/nats-server
🌟 15,941 star
High-Performance server for NATS.io, the cloud and edge native messaging system.
クラウドおよびエッジ ネイティブ メッセージング システムである NATS.io 用の高性能サーバー。
【22 位】 joho/godotenv
🌟 8,422 star
A Go port of Ruby's dotenv library (Loads environment variables from .env files)
Ruby の dotenv ライブラリの Go ポート (.env ファイルから環境変数をロード)
【23 位】 gin-gonic/gin
🌟 78,924 star
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
Gin は、Go (Golang) で書かれた HTTP Web フレームワークです。 Martini に似た API を備えており、パフォーマンスが大幅に向上し、最大 40 倍高速になります。圧倒的なパフォーマンスが必要な場合は、ジンを買ってください。
【24 位】 kubernetes-sigs/kubebuilder
🌟 7,898 star
Kubebuilder - SDK for building Kubernetes APIs using CRDs
Kubebuilder - CRD を使用して Kubernetes API を構築するための SDK
最後に
最後まで見ていただきありがとうございました。
LGTMをもらえるととても励みになりますので、ぜひお願いします