Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Top 23 Go Open-Source Projects
-
Project mention: Erlang's not about lightweight processes and message passing | news.ycombinator.com | 2023-01-27
https://stackoverflow.com/a/73932230/312907 I found this answer.
I can't find the original announcement, but I found the accepted Go proposal: https://github.com/golang/go/issues/24543
I remember that being the straw that made me drop Elixir (which I love, to be clear). Go excels in many, many places where Elixir does, but it's way faster.
I do think Elixir has immutability on their side, which is huge for new developers, but there are way less developers in Elixir than Go, so the end result doesn't change unfortunately.
-
Project mention: What is the use case of .import-restrictions file? | reddit.com/r/kubernetes | 2023-01-26
There is file in the Kubernetes code-base (https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/.import-restrictions) but I couldn't find why it used.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
I usually either search on github, and look for packages recently modified (and maybe with a good number of starts) or I look in https://github.com/avelino/awesome-go
-
Gin
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.
-
Moby
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
You might find all of them here: https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go
-
Project mention: Do this exists? A web service that finds any markdown files inside a photo folder and creates public album. | reddit.com/r/selfhosted | 2023-01-26
Taking hugo as an example, here's the related code for a post and here's what it looks like.
-
frp
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Project mention: Can anyone explain what the dev ops section in this flowchart is used for. I am familiar with all the rest. | reddit.com/r/webdev | 2023-01-25Shout out to frp, too, seeing as we're on /r/webdev. Amazing for showing people your locally-running instance of an app.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Project mention: Grafana Labs Vs Nuance Communications | reddit.com/r/cscareerquestions | 2023-01-26Grafana
-
Project mention: How I set up Vim for writing LaTex, Python, C and C++? | reddit.com/r/vim | 2023-01-27
and junegunn as a few nifty tools, working in both vim and cli. https://github.com/junegunn/fzf
-
-
My various services are hosted via caddy acting as a reverse-proxy to docker containers.
-
Project mention: Secret Management in Kubernetes: Approaches, Tools, and Best Practices | dev.to | 2023-01-23
etcd is not secure - etcd is where Kubernetes secrets are stored. Though etcd is a distributed key/value store with great performance, it lacks key features when it comes to handling sensitive data such as audit log, key rotation, and encryption of key.
-
Gogs says it works on Pi. I've used it for a few clients that requested self-hosted repos and it's very nice.
-
Project mention: Configuring Fail2ban for Traefik Reverse Proxy | reddit.com/r/selfhosted | 2023-01-22
I've played a bit with Traefik as reverse proxy and wanted to implement fail2ban for it, after switching from Nginx Proxy Manager. It finally works and successfully bans threat actors that conduct malicous HTTP requests. As soon as a multitude of HTTP errors are detected by fail2ban in Traefik's JSON access logs, the attacker's IP address is banned. I am using a dockerized fail2ban container and ban locally via iptables as well as optionally on Cloudflare, using Cloudflare's API. A ban notification via Telegram can also be configured.
-
Project mention: Where can I find well-written go code to learn from? | reddit.com/r/golang | 2023-01-10
-
Hey, i would suggest looking at this repo to understand the basic project layout https://github.com/golang-standards/project-layout
-
Project mention: Can anybody help explain the impact of this - Deprecation of the MinIO gateway | reddit.com/r/kubernetes | 2022-11-05
On a related note, does anyone know what happened to the minio edge command mentioned here? They said that S3 gateway will live on as minio edge, but gateway was removed and edge is nowhere to be found.
-
rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Project mention: /etc/fstab entry to mount encrypted remote not working, but mount does | reddit.com/r/rclone | 2023-01-26I copied the provided fstab record from rclone.org docu: sftp1:subdir /mnt/data rclone rw,noauto,nofail,_netdev,x-systemd.automount,args2env,vfs_cache_mode=writes,config=/etc/rclone.conf,cache_dir=/var/cache/rclone 0 0
-
leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
-
-
tidb
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial
PingCAP | https://www.pingcap.com | Database Engineer, Product Manager, Developer Advocate and more | Remote in California | Full-time
We work on a MySQL compatible distributed database called TiDB https://github.com/pingcap/tidb/ and key-value store called TiKV.
TiDB is written in Go and TiKV is written in Rust.
More roles and locations are available on https://www.pingcap.com/careers/
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Go related posts
- Logcat is awful. What would you improve?
- I created a library for parsing environment variables "envparse"
- Working in IAM and bored, what other areas in cyber are more technical?
- Portainer containers
- How I set up Vim for writing LaTex, Python, C and C++?
- why only 10?
- Go client library for accessing the Backstage REST API
-
A note from our sponsor - SonarLint
www.sonarlint.org | 28 Jan 2023
Index
What are some of the best open-source Go projects? This list will help you:
Project | Stars | |
---|---|---|
1 | go | 107,794 |
2 | kubernetes | 95,367 |
3 | go-formatter | 95,189 |
4 | Gin | 66,001 |
5 | Moby | 64,980 |
6 | Hugo | 64,863 |
7 | frp | 63,695 |
8 | Grafana | 53,635 |
9 | fzf | 49,459 |
10 | syncthing | 48,958 |
11 | Caddy | 45,489 |
12 | etcd | 42,389 |
13 | Gogs | 41,519 |
14 | traefik | 41,253 |
15 | go-ethereum | 40,950 |
16 | golang-standards/project-layout | 37,274 |
17 | minio | 37,169 |
18 | rclone | 36,758 |
19 | leetcode-master | 34,820 |
20 | Gitea | 34,304 |
21 | tidb | 33,232 |
22 | the-way-to-go_ZH_CN | 31,933 |
23 | GORM | 31,181 |