-
One of the three original implementations of Ethereum is written in Go. Check https://geth.ethereum.org/
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
cockroach
CockroachDB β the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
Cockroach DB is a great example, itβs a PostgreSQL compatible database made to be distributed: https://github.com/cockroachdb/cockroach
-
groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
-
CoreDNS: A DNS server written in Go with a plugin-like architecture
-
esbuild: An extremely fast JavaScript bundler
-
signoz
SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. π₯ π₯. π Open source Application Performance Monitoring (APM) & Observability tool
SigNoz: An open source Application Performance Monitoring (APM) & observability tool
-
dockertest
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
docker-test: Recently used this one for a project. Integration testing via Docker + GO made easy. Kind of a mini-IaC tool if you ask me
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Fake GCS Server: Also used this one in combination with docker-test. You have a fake GCS server being simulated via Docker
-
-