Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Go

Go

2767 projects

Showing 36 of 2767 projects

StreamSQL
StreamSQLGo

A lightweight SQL-based stream processing engine for IoT edge, enabling real-time data transformation and windowed aggregation.

#stream-processing#iot#event-processing
Stars63
Forks7
Last commit13 days ago
golog
gologGo

A lightweight CLI time tracker for logging concurrent tasks directly from the terminal.

#developer-tools#productivity#terminal
Stars63
Forks13
Last commit7 years ago
gocostmodel
gocostmodelGo

Benchmarks common basic operations in Go to create a performance cost model for the language.

#cost-model#language-operations#profiling
Stars63
Forks5
Last commit5 years ago
modpot
modpotHTML

A modular web application honeypot framework written in Go and Gin for detecting web attacks through deceptive applications.

#honeypot#web-security#cyber-threat-intelligence
Stars63
Forks2
Last commit2 years ago
cosmos.nix
cosmos.nixNix

A Nix-based reproducible package set for Cosmos SDK, IBC, and CosmWasm blockchain projects.

#cosmos-sdk#ibc#nix
Stars62
Forks18
Last commit1 year ago
currency
currencyGo

A Go package for accurate currency computations with support for fractional units and ISO 4217 codes.

#golang-package#financial-computations#finance
Stars62
Forks9
Last commit11 months ago
nanoid
nanoidGo

A tiny and fast Go library for generating cryptographically secure unique string IDs.

#cryptographic-randomness#unique-id-generator#distributed-systems
Stars62
Forks8
Last commit4 years ago
hcledit
hcleditGo

Go package and CLI for editing HCL configuration files using a jq-like query syntax.

#cli-tool#devops-tools#hcl
Stars62
Forks11
Last commit2 years ago
validate
validateGo

A Go package for automatic struct field validation using struct tags.

#validation#go-package#api-validation
Stars62
Forks14
Last commit3 years ago
Go RethinkDB ToDo
Go RethinkDB ToDoCSS

A TodoMVC-style example application built with Go and RethinkDB using the GoRethink driver.

#database-driver#example-project#todo-app
Stars62
Forks15
Last commit10 years ago
concurrent-writer
concurrent-writerGo

A highly concurrent drop-in replacement for bufio.Writer that allows writes to continue during flushes.

#writer#concurrent#non-blocking
Stars62
Forks9
Last commit8 years ago
g
gGo

A comprehensive functional programming framework for Go providing Option, Result, collections, iterators, and concurrency utilities.

#functional-programming#type-safety#error-handling
Stars62
Forks2
Last commit21 days ago
event
eventGo

A Go package implementing the observer pattern for event-driven programming with flexible subscription and firing.

#event-driven#event-go#software-architecture
Stars62
Forks12
Last commit8 years ago
manpage-completion-generator
manpage-completion-generatorGo

A Go tool that automatically generates zsh shell completions from man pages using fish shell's completion files.

#productivity#zsh-completions#zsh-plugin
Stars61
Forks1
Last commit
chain
chainGo

A Go package for composing nested http.Handler instances into reusable chains.

#http-handler#net-http#server-side
Stars61
Forks3
Last commit8 years ago
mixpanel
mixpanelGo

A Go client library for sending events and user profile updates to Mixpanel's analytics platform.

#event-tracking#mixpanel-client#golang-library
Stars61
Forks29
Last commit7 months ago
caps
capsGo

A Unicode-aware case conversion library for Go supporting camel, snake, kebab, and other naming conventions.

#unicode#unicode-case-folding#naming-conventions
Stars61
Forks0
Last commit2 years ago
config
configGo

A Go library for declarative configuration loading from files, environment variables, and command-line arguments.

#hacktoberfest#viper#environment-variables
Stars61
Forks4
Last commit1 year ago
minquery
minqueryGo

A Go package for MongoDB/mgo that enables efficient pagination using cursors instead of skip/limit.

#database#pagination#query-optimization
Stars61
Forks19
Last commit3 years ago
go-qr
go-qrGo

A native Go library for generating high-quality QR codes with minimal dependencies.

#png#barcode#qr-code
Stars61
Forks6
Last commit18 days ago
pipeline
pipelineGo

A Go package providing a simplistic implementation of pipelines using goroutines for concurrent data processing.

#stream-processing#pipeline#golang-library
Stars60
Forks10
Last commit4 years ago
allot
allotGo

A Go library for matching and parsing commands with placeholders and regex patterns.

#parsing#matching#chatbots
Stars60
Forks9
Last commit4 years ago
Don
DonGo

A fast and simple Go API framework with automatic request parsing, multi-format support, and low memory footprint.

#web-services#high-performance#api-framework
Stars60
Forks5
Last commit1 month ago
shutdown
shutdownGo

A Go package providing convenient shutdown hooks for graceful application termination with OS signal handling.

#hooks#graceful-shutdown#signal
Stars60
Forks7
Last commit4 years ago
godbal
godbalGo

A lightweight, no-ORM database abstraction layer for Go with SQL builder and easy result mapping (currently MySQL only).

#database-driver#sqlbuilder#lightweight
Stars60
Forks29
Last commit7 years ago
go-vertical-slice-architecture
go-vertical-slice-architectureGo

A Go project template implementing vertical slice architecture for clean, testable, and dependency-isolated code.

#api#backend-template#dependency-injection
Stars60
Forks6
Last commit
psql-streamer
psql-streamerGo

Streams PostgreSQL database events to Kafka using logical replication and can also consume events from Kafka.

#logical-replication#event-driven#replication
Stars60
Forks13
Last commit6 years ago
lazyenv
lazyenvGo

A terminal user interface (TUI) for browsing, editing, comparing, and managing .env files.

#terminal-application#developer-tools#bubble-tea
Stars60
Forks0
Last commit8 days ago
terraform-provider-coder
terraform-provider-coderGo

Terraform provider for managing Coder development environments as infrastructure.

#devops#development-environments#terraform-provider
Stars60
Forks26
Last commit4 days ago
GPFS Exporter
GPFS ExporterGo

A Prometheus exporter that collects metrics from IBM Spectrum Scale (GPFS) filesystems for monitoring and alerting.

#metrics-collection#filesystem-monitoring#gpfs
Stars59
Forks19
Last commit1 month ago
terraform-provider-graphql
terraform-provider-graphqlGo

A Terraform provider for managing GraphQL API resources through infrastructure-as-code.

#devops#graphql#terraform-provider
Stars59
Forks17
Last commit26 days ago
FEVER
FEVERGo

A fast, extensible event router for processing Suricata's JSON EVE output, designed for high-throughput network security monitoring.

#netsec#suricata#metadata-aggregation
Stars58
Forks7
Last commit1 month ago
go-rest-api-with-fiber
go-rest-api-with-fiberGo

A RESTful API built with Go and the Fiber web framework for high-performance backend services.

#web-services#logrocket#fiber-framework
Stars58
Forks18
Last commit6 years ago
portproxy
portproxyGo

A TCP proxy that relays requests to a remote server and can modify HTTP responses to add CORS headers.

#http-proxy#api-tool#cli-tool
Stars58
Forks15
Last commit11 years ago
api-fu
api-fuGo

A collection of Go packages for building robust, spec-compliant GraphQL APIs with performance and best practices in mind.

#api-framework#graphql#type-generation
Stars58
Forks4
Last commit2 years ago
xk6-mqtt
xk6-mqttGo

A k6 extension for load testing MQTT brokers by simulating publishers and subscribers.

#load-testing#iot-testing#performance-testing
Stars58
Forks42
Last commit10 months ago
PreviousPage 57 of 77Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 years ago
2 years ago
#Golang1469
#Go Library491
#Cli Tool323
#Docker322
#Devops269
#Developer Tools225
#Cli209
#Golang Library207
#Self Hosted206
#Hacktoberfest154
#Performance149
#Microservices144