From 71c59c2669ba2be1b65313dedc02af36283dbd91 Mon Sep 17 00:00:00 2001 From: eleven26 Date: Tue, 19 Mar 2024 01:00:28 +0000 Subject: [PATCH] Update stars. --- README.md | 620 +++++++++++++++++++++++++++--------------------------- 1 file changed, 310 insertions(+), 310 deletions(-) diff --git a/README.md b/README.md index eb7b168..41386b3 100644 --- a/README.md +++ b/README.md @@ -205,9 +205,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a _Libraries for building programs that leverage AI._ -- [langchaingo(stars: 2524)](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. -- [LocalAI(stars: 17706)](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models. -- [Ollama(stars: 48314)](https://github.com/jmorganca/ollama) - Run large language models locally. +- [langchaingo(stars: 2538)](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. +- [LocalAI(stars: 17744)](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models. +- [Ollama(stars: 48636)](https://github.com/jmorganca/ollama) - Run large language models locally. **[⬆ back to top](#contents)** @@ -233,31 +233,31 @@ _Libraries for implementing authentication schemes._ - [authboss(stars: 3617)](https://github.com/volatiletech/authboss) - Modular authentication system for the web. It tries to remove as much boilerplate and "hard things" as possible so that each time you start a new web project in Go, you can plug it in, configure it, and start building your app without having to build an authentication system each time. - [branca(stars: 74)](https://github.com/essentialkaos/branca) - branca token [specification implementation](https://github.com/tuupola/branca-spec) for Golang 1.15+. -- [casbin(stars: 16676)](https://github.com/hsluoyz/casbin) - Authorization library that supports access control models like ACL, RBAC, and ABAC. +- [casbin(stars: 16678)](https://github.com/hsluoyz/casbin) - Authorization library that supports access control models like ACL, RBAC, and ABAC. - [cookiestxt(stars: 13)](https://github.com/mengzhuo/cookiestxt) - provides a parser of cookies.txt file format. - [go-guardian(stars: 523)](https://github.com/shaj13/go-guardian) - Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication that supports LDAP, Basic, Bearer token, and Certificate based authentication. - [go-jose(stars: 229)](https://github.com/go-jose/go-jose) - Fairly complete implementation of the JOSE working group's JSON Web Token, JSON Web Signatures, and JSON Web Encryption specs. - [gologin(stars: 1755)](https://github.com/dghubble/gologin) - chainable handlers for login with OAuth1 and OAuth2 authentication providers. - [gorbac(stars: 1543)](https://github.com/mikespook/gorbac) - provides a lightweight role-based access control (RBAC) implementation in Golang. - [gosession](http://github.com/Kwynto/gosession) - This is quick session for net/http in GoLang. This package is perhaps the best implementation of the session mechanism, or at least it tries to become one. -- [goth(stars: 4842)](https://github.com/markbates/goth) - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box. +- [goth(stars: 4849)](https://github.com/markbates/goth) - provides a simple, clean, and idiomatic way to use OAuth and OAuth2. Handles multiple providers out of the box. - [jeff(stars: 260)](https://github.com/abraithwaite/jeff) - Simple, flexible, secure, and idiomatic web session management with pluggable backends. - [jwt(stars: 347)](https://github.com/pascaldekloe/jwt) - Lightweight JSON Web Token (JWT) library. - [jwt(stars: 638)](https://github.com/cristalhq/jwt) - Safe, simple, and fast JSON Web Tokens for Go. - [jwt-auth(stars: 231)](https://github.com/adam-hanna/jwt-auth) - JWT middleware for Golang http servers with many configuration options. -- [jwt-go(stars: 6189)](https://github.com/golang-jwt/jwt) - A full featured implementation of JSON Web Tokens (JWT). This library supports the parsing and verification as well as the generation and signing of JWTs. +- [jwt-go(stars: 6194)](https://github.com/golang-jwt/jwt) - A full featured implementation of JSON Web Tokens (JWT). This library supports the parsing and verification as well as the generation and signing of JWTs. - [keto(stars: 4553)](https://github.com/ory/keto) - Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and other access models. -- [loginsrv(stars: 1912)](https://github.com/tarent/loginsrv) - JWT login microservice with pluggable backends such as OAuth2 (Github), htpasswd, osiam. -- [oauth2(stars: 5091)](https://github.com/golang/oauth2) - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine, and App Engine support. -- [oidc(stars: 1146)](https://github.com/zitadel/oidc) - Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation -- [openfga(stars: 2096)](https://github.com/openfga/openfga) - Implementation of fine-grained authorization based on the "Zanzibar: Google's Consistent, Global Authorization System" paper. Backed by [CNCF](https://www.cncf.io/). +- [loginsrv(stars: 1911)](https://github.com/tarent/loginsrv) - JWT login microservice with pluggable backends such as OAuth2 (Github), htpasswd, osiam. +- [oauth2(stars: 5092)](https://github.com/golang/oauth2) - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine, and App Engine support. +- [oidc(stars: 1148)](https://github.com/zitadel/oidc) - Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation +- [openfga(stars: 2097)](https://github.com/openfga/openfga) - Implementation of fine-grained authorization based on the "Zanzibar: Google's Consistent, Global Authorization System" paper. Backed by [CNCF](https://www.cncf.io/). - [osin(stars: 1878)](https://github.com/openshift/osin) - Golang OAuth2 server library. - [otpgen(stars: 133)](https://github.com/grijul/otpgen) - Library to generate TOTP/HOTP codes. - [otpgo(stars: 65)](https://github.com/jltorresm/otpgo) - Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. -- [paseto(stars: 794)](https://github.com/o1egl/paseto) - Golang implementation of Platform-Agnostic Security Tokens (PASETO). +- [paseto(stars: 795)](https://github.com/o1egl/paseto) - Golang implementation of Platform-Agnostic Security Tokens (PASETO). - [permissions2(stars: 500)](https://github.com/xyproto/permissions2) - Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. - [scope(stars: 35)](https://github.com/SonicRoshan/scope) - Easily Manage OAuth2 Scopes In Go. -- [scs(stars: 1877)](https://github.com/alexedwards/scs) - Session Manager for HTTP servers. +- [scs(stars: 1879)](https://github.com/alexedwards/scs) - Session Manager for HTTP servers. - [securecookie(stars: 74)](https://github.com/chmike/securecookie) - Efficient secure cookie encoding/decoding. - [session(stars: 114)](https://github.com/icza/session) - Go session management for web servers (including support for Google App Engine - GAE). - [sessions(stars: 76)](https://github.com/adam-hanna/sessions) - Dead simple, highly performant, highly customizable sessions service for go http servers. @@ -270,13 +270,13 @@ _Libraries for implementing authentication schemes._ _Tools for building blockchains._ -- [cometbft(stars: 509)](https://github.com/cometbft/cometbft) - A distributed, Byzantine fault-tolerant, deterministic state machine replication engine. It is a fork of Tendermint Core and implements the Tendermint consensus algorithm. -- [cosmos-sdk(stars: 5815)](https://github.com/cosmos/cosmos-sdk) - A Framework for Building Public Blockchains in the Cosmos Ecosystem. -- [go-ethereum(stars: 45432)](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol. +- [cometbft(stars: 510)](https://github.com/cometbft/cometbft) - A distributed, Byzantine fault-tolerant, deterministic state machine replication engine. It is a fork of Tendermint Core and implements the Tendermint consensus algorithm. +- [cosmos-sdk(stars: 5825)](https://github.com/cosmos/cosmos-sdk) - A Framework for Building Public Blockchains in the Cosmos Ecosystem. +- [go-ethereum(stars: 45448)](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol. - [gosemble(stars: 6)](https://github.com/LimeChain/gosemble) - A Go-based framework for building Polkadot/Substrate-compatible runtimes. - [gossamer(stars: 411)](https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host. -- [kubo(stars: 15699)](https://github.com/ipfs/kubo) - A blockchain framework implemented in Go. It provides content-addressable storage which can be used for decentralized storage in DApps. It is based on the IPFS protocol. -- [solana-go(stars: 548)](https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces. +- [kubo(stars: 15700)](https://github.com/ipfs/kubo) - A blockchain framework implemented in Go. It provides content-addressable storage which can be used for decentralized storage in DApps. It is based on the IPFS protocol. +- [solana-go(stars: 552)](https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces. - [tendermint(stars: 5627)](https://github.com/tendermint/tendermint) - High-performance middleware for transforming a state machine written in any programming language into a Byzantine Fault Tolerant replicated state machine using the Tendermint consensus and blockchain protocols. **[⬆ back to top](#contents)** @@ -285,13 +285,13 @@ _Tools for building blockchains._ _Libraries for building and working with bots._ -- [bot(stars: 339)](https://github.com/go-telegram/bot) - Zero-dependencies Telegram Bot library with additional UI components -- [echotron(stars: 316)](https://github.com/NicoNex/echotron) - An elegant and concurrent library for Telegram Bots in Go. +- [bot(stars: 340)](https://github.com/go-telegram/bot) - Zero-dependencies Telegram Bot library with additional UI components +- [echotron(stars: 317)](https://github.com/NicoNex/echotron) - An elegant and concurrent library for Telegram Bots in Go. - [ephemeral-roles(stars: 85)](https://github.com/ewohltman/ephemeral-roles) - A Discord bot for managing ephemeral roles based upon voice channel member presence. - [go-chat-bot(stars: 813)](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go. - [go-joe](https://joe-bot.net) - A general-purpose bot library inspired by Hubot but written in Go. - [go-sarah(stars: 261)](https://github.com/oklahomer/go-sarah) - Framework to build a bot for desired chat services including LINE, Slack, Gitter, and more. -- [go-tg(stars: 58)](https://github.com/mr-linch/go-tg) - Generated from official docs Go client library for accessing Telegram Bot API, with batteries for building complex bots included. +- [go-tg(stars: 59)](https://github.com/mr-linch/go-tg) - Generated from official docs Go client library for accessing Telegram Bot API, with batteries for building complex bots included. - [go-tgbot(stars: 117)](https://github.com/olebedev/go-tgbot) - Pure Golang Telegram Bot API wrapper, generated from swagger file, session-based router, and middleware. - [go-twitch-irc(stars: 333)](https://github.com/gempir/go-twitch-irc) - Library to write bots for twitch.tv chat - [Golang CryptoTrading Bot(stars: 997)](https://github.com/saniales/golang-crypto-trading-bot) - A golang implementation of a console-based trading bot for cryptocurrency exchanges. @@ -306,12 +306,12 @@ _Libraries for building and working with bots._ - [slacker(stars: 808)](https://github.com/shomali11/slacker) - Easy to use framework to create Slack bots. - [slackscot(stars: 56)](https://github.com/alexandre-normand/slackscot) - Another framework for building Slack bots. - [tbot(stars: 349)](https://github.com/yanzay/tbot) - Telegram bot server with API similar to net/http. -- [telebot(stars: 3560)](https://github.com/tucnak/telebot) - Telegram bot framework is written in Go. -- [telego(stars: 350)](https://github.com/mymmrac/telego) - Telegram Bot API library for Golang with full one-to-one API implementation. -- [telegram-bot-api(stars: 5328)](https://github.com/Syfaro/telegram-bot-api) - Simple and clean Telegram bot client. +- [telebot(stars: 3561)](https://github.com/tucnak/telebot) - Telegram bot framework is written in Go. +- [telego(stars: 352)](https://github.com/mymmrac/telego) - Telegram Bot API library for Golang with full one-to-one API implementation. +- [telegram-bot-api(stars: 5333)](https://github.com/Syfaro/telegram-bot-api) - Simple and clean Telegram bot client. - [teleterm(stars: 33)](https://github.com/alfiankan/teleterm) - Telegram Bot Exec Terminal Command. - [Tenyks(stars: 176)](https://github.com/kyleterry/tenyks) - Service oriented IRC bot using Redis and JSON for messaging. -- [wayback(stars: 1600)](https://github.com/wabarc/wayback) - A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages. +- [wayback(stars: 1602)](https://github.com/wabarc/wayback) - A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages. **[⬆ back to top](#contents)** @@ -325,11 +325,11 @@ _Libraries and tools help with build automation._ - [gilbert](https://go-gilbert.github.io) - Build system and task runner for Go projects. - [gob(stars: 7)](https://github.com/kcmvp/gob) - [Gradle](https://docs.gradle.org/)/[Maven](https://maven.apache.org/) like build tool for Go projects. - [goyek(stars: 490)](https://github.com/goyek/goyek) - Create build pipelines in Go. -- [mage(stars: 3864)](https://github.com/magefile/mage) - Mage is a make/rake-like build tool using Go. +- [mage(stars: 3866)](https://github.com/magefile/mage) - Mage is a make/rake-like build tool using Go. - [mmake(stars: 1698)](https://github.com/tj/mmake) - Modern Make. - [realize(stars: 4438)](https://github.com/tockins/realize) - Go build a system with file watchers and live to reload. Run, build and watch file changes with custom paths. -- [Task(stars: 9773)](https://github.com/go-task/task) - simple "Make" alternative. -- [taskctl(stars: 277)](https://github.com/taskctl/taskctl) - Concurrent task runner. +- [Task(stars: 9781)](https://github.com/go-task/task) - simple "Make" alternative. +- [taskctl(stars: 276)](https://github.com/taskctl/taskctl) - Concurrent task runner. - [xc(stars: 966)](https://github.com/joerdav/xc) - Task runner with README.md defined tasks, executable markdown. **[⬆ back to top](#contents)** @@ -344,8 +344,8 @@ _Libraries for building Console Applications and Console User Interfaces._ - [aurora(stars: 1387)](https://github.com/logrusorgru/aurora) - ANSI terminal colors that support fmt.Printf/Sprintf. - [box-cli-maker(stars: 445)](https://github.com/Delta456/box-cli-maker) - Make Highly Customized Boxes for your CLI. - [bubble-table(stars: 298)](https://github.com/Evertras/bubble-table) - An interactive table component for bubbletea. -- [bubbles(stars: 4489)](https://github.com/charmbracelet/bubbles) - TUI components for bubbletea. -- [bubbletea(stars: 23198)](https://github.com/charmbracelet/bubbletea) - Go framework to build terminal apps, based on The Elm Architecture. +- [bubbles(stars: 4494)](https://github.com/charmbracelet/bubbles) - TUI components for bubbletea. +- [bubbletea(stars: 23218)](https://github.com/charmbracelet/bubbletea) - Go framework to build terminal apps, based on The Elm Architecture. - [cfmt(stars: 102)](https://github.com/mingrammer/cfmt) - Contextual fmt inspired by bootstrap color classes. - [cfmt(stars: 63)](https://github.com/i582/cfmt) - Simple and convenient formatted stylized output fully compatible with fmt library. - [chalk(stars: 442)](https://github.com/ttacon/chalk) - Intuitive package for prettifying terminal/console output. @@ -358,14 +358,14 @@ _Libraries for building Console Applications and Console User Interfaces._ - [go-isatty(stars: 791)](https://github.com/mattn/go-isatty) - isatty for golang. - [go-palette(stars: 14)](https://github.com/abusomani/go-palette) - Go library that provides elegant and convenient style definitions using ANSI colors. Fully compatible & wraps the [fmt library](https://pkg.go.dev/fmt) for nice terminal layouts. - [go-prompt(stars: 5163)](https://github.com/c-bata/go-prompt) - Library for building a powerful interactive prompt, inspired by [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). -- [gocui(stars: 9610)](https://github.com/jroimartin/gocui) - Minimalist Go library aimed at creating Console User Interfaces. +- [gocui(stars: 9613)](https://github.com/jroimartin/gocui) - Minimalist Go library aimed at creating Console User Interfaces. - [gommon/color](https://github.com/labstack/gommon/tree/master/color) - Style terminal text. - [gookit/color(stars: 1442)](https://github.com/gookit/color) - Terminal color rendering tool library, support 16 colors, 256 colors, RGB color rendering output, compatible with Windows. -- [lipgloss(stars: 7075)](https://github.com/charmbracelet/lipgloss) - Declaratively define styles for color, format and layout in the terminal. +- [lipgloss(stars: 7079)](https://github.com/charmbracelet/lipgloss) - Declaratively define styles for color, format and layout in the terminal. - [marker(stars: 46)](https://github.com/cyucelen/marker) - Easiest way to match and mark strings for colorful terminal outputs. - [mpb(stars: 2208)](https://github.com/vbauerster/mpb) - Multi progress bar for terminal applications. -- [progressbar(stars: 3756)](https://github.com/schollz/progressbar) - Basic thread-safe progress bar that works in every OS. -- [pterm(stars: 4495)](https://github.com/pterm/pterm) - A library to beautify console output on every platform with many combinable components. +- [progressbar(stars: 3763)](https://github.com/schollz/progressbar) - Basic thread-safe progress bar that works in every OS. +- [pterm(stars: 4496)](https://github.com/pterm/pterm) - A library to beautify console output on every platform with many combinable components. - [simpletable(stars: 507)](https://github.com/alexeyco/simpletable) - Simple tables in a terminal with Go. - [spinner(stars: 2257)](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. - [tabby(stars: 344)](https://github.com/cheynewallace/tabby) - A tiny library for super simple Golang tables. @@ -374,8 +374,8 @@ _Libraries for building Console Applications and Console User Interfaces._ - [termbox-go(stars: 4630)](https://github.com/nsf/termbox-go) - Termbox is a library for creating cross-platform text-based interfaces. - [termdash(stars: 2554)](https://github.com/mum4k/termdash) - Go terminal dashboard based on **termbox-go** and inspired by [termui](https://github.com/gizak/termui). - [termenv(stars: 1612)](https://github.com/muesli/termenv) - Advanced ANSI style & color support for your terminal applications. -- [termui(stars: 12877)](https://github.com/gizak/termui) - Go terminal dashboard based on **termbox-go** and inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib). -- [uilive(stars: 1653)](https://github.com/gosuri/uilive) - Library for updating terminal output in real time. +- [termui(stars: 12878)](https://github.com/gizak/termui) - Go terminal dashboard based on **termbox-go** and inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib). +- [uilive(stars: 1654)](https://github.com/gosuri/uilive) - Library for updating terminal output in real time. - [uiprogress(stars: 2066)](https://github.com/gosuri/uiprogress) - Flexible library to render progress bars in terminal applications. - [uitable(stars: 724)](https://github.com/gosuri/uitable) - Library to improve readability in terminal apps using tabular data. - [yacspin(stars: 429)](https://github.com/theckman/yacspin) - Yet Another CLi Spinner package, for working with terminal spinners. @@ -387,23 +387,23 @@ _Libraries for building Console Applications and Console User Interfaces._ _Libraries for building standard or basic Command Line applications._ - [acmd(stars: 108)](https://github.com/cristalhq/acmd) - Simple, useful, and opinionated CLI package in Go. -- [argparse(stars: 585)](https://github.com/akamensky/argparse) - Command line argument parser inspired by Python's argparse module. +- [argparse(stars: 586)](https://github.com/akamensky/argparse) - Command line argument parser inspired by Python's argparse module. - [argv(stars: 40)](https://github.com/cosiner/argv) - Go library to split command line string as arguments array using the bash syntax. -- [carapace(stars: 176)](https://github.com/rsteube/carapace) - Command argument completion generator for spf13/cobra. -- [carapace-bin(stars: 585)](https://github.com/rsteube/carapace-bin) - Multi-shell multi-command argument completer. +- [carapace(stars: 177)](https://github.com/rsteube/carapace) - Command argument completion generator for spf13/cobra. +- [carapace-bin(stars: 588)](https://github.com/rsteube/carapace-bin) - Multi-shell multi-command argument completer. - [carapace-spec(stars: 15)](https://github.com/rsteube/carapace-spec) - Define simple completions using a spec file. - [cli(stars: 716)](https://github.com/mkideal/cli) - Feature-rich and easy to use command-line package based on golang struct tags. - [cli(stars: 125)](https://github.com/teris-io/cli) - Simple and complete API for building command line interfaces in Go. -- [climax(stars: 213)](https://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command. +- [climax(stars: 214)](https://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command. - [clîr(stars: 165)](https://github.com/leaanthony/clir) - A Simple and Clear CLI library. Dependency free. - [cmd(stars: 41)](https://github.com/posener/cmd) - Extends the standard `flag` package to support sub commands and more in idiomatic way. - [cmdr(stars: 129)](https://github.com/hedzr/cmdr) - A POSIX/GNU style, getopt-like command-line UI Go library. -- [cobra(stars: 35531)](https://github.com/spf13/cobra) - Commander for modern Go CLI interactions. +- [cobra(stars: 35545)](https://github.com/spf13/cobra) - Commander for modern Go CLI interactions. - [command-chain(stars: 57)](https://github.com/rainu/go-command-chain) - A go library for configure and run command chains - such as pipelining in unix shells. - [commandeer(stars: 172)](https://github.com/jaffee/commandeer) - Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags. - [complete(stars: 910)](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion. - [Dnote(stars: 2657)](https://github.com/dnote/dnote) - A simple command line notebook with multi-device sync. -- [elvish(stars: 5283)](https://github.com/elves/elvish) - An expressive programming language and a versatile interactive shell. +- [elvish(stars: 5284)](https://github.com/elves/elvish) - An expressive programming language and a versatile interactive shell. - [env(stars: 109)](https://github.com/codingconcepts/env) - Tag-based environment configuration for structs. - [flag(stars: 130)](https://github.com/cosiner/flag) - Simple but powerful command line option parsing library for Go supporting subcommand. - [flaggy(stars: 845)](https://github.com/integrii/flaggy) - A robust and idiomatic flags package with excellent subcommand support. @@ -416,22 +416,22 @@ _Libraries for building standard or basic Command Line applications._ - [gocmd(stars: 66)](https://github.com/devfacet/gocmd) - Go library for building command line applications. - [hiboot cli](https://github.com/hidevopsio/hiboot/tree/master/pkg/app/cli) - cli application framework with auto configuration and dependency injection. - [job(stars: 140)](https://github.com/liujianping/job) - JOB, make your short-term command as a long-term job. -- [kingpin(stars: 3421)](https://github.com/alecthomas/kingpin) - Command line and flag parser supporting sub commands (superseded by `kong`; see below). -- [liner(stars: 1029)](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces. +- [kingpin(stars: 3422)](https://github.com/alecthomas/kingpin) - Command line and flag parser supporting sub commands (superseded by `kong`; see below). +- [liner(stars: 1030)](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces. - [mcli(stars: 24)](https://github.com/jxskiss/mcli) - A minimal but very powerful cli library for Go. - [mitchellh/cli(stars: 1716)](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces. - [mow.cli](https://github.com/jawher/mow.cli) - Go library for building CLI applications with sophisticated flag and argument parsing and validation. -- [ops(stars: 1180)](https://github.com/nanovms/ops) - Unikernel Builder/Orchestrator. +- [ops(stars: 1182)](https://github.com/nanovms/ops) - Unikernel Builder/Orchestrator. - [pflag(stars: 2287)](https://github.com/spf13/pflag) - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. - [readline](https://github.com/reeflective/readline) Shell library with modern and easy to use UI features. - [sand(stars: 24)](https://github.com/Zaba505/sand) - Simple API for creating interpreters and so much more. - [sflags(stars: 148)](https://github.com/octago/sflags) - Struct based flags generator for flag, urfave/cli, pflag, cobra, kingpin, and other libraries. - [strumt(stars: 57)](https://github.com/antham/strumt) - Library to create prompt chain. - [subcmd(stars: 8)](https://github.com/bobg/subcmd) - Another approach to parsing and running subcommands. Works alongside the standard `flag` package. -- [survey(stars: 4016)](https://github.com/go-survey/survey) - Build interactive and accessible prompts with full support for windows and posix terminals. +- [survey(stars: 4017)](https://github.com/go-survey/survey) - Build interactive and accessible prompts with full support for windows and posix terminals. - [ts(stars: 20)](https://github.com/liujianping/ts) - Timestamp convert & compare tool. - [ukautz/clif(stars: 124)](https://github.com/ukautz/clif) - Small command line interface framework. -- [urfave/cli(stars: 21458)](https://github.com/urfave/cli) - Simple, fast, and fun package for building command line apps in Go (formerly codegangsta/cli). +- [urfave/cli(stars: 21461)](https://github.com/urfave/cli) - Simple, fast, and fun package for building command line apps in Go (formerly codegangsta/cli). - [version(stars: 87)](https://github.com/mszostok/version) - Collects and displays CLI version information in multiple formats along with upgrade notice. - [wlog(stars: 64)](https://github.com/dixonwille/wlog) - Simple logging interface that supports cross-platform color and concurrency. - [wmenu(stars: 211)](https://github.com/dixonwille/wmenu) - Easy to use menu structure for cli applications that prompt users to make choices. @@ -442,7 +442,7 @@ _Libraries for building standard or basic Command Line applications._ _Libraries for configuration parsing._ -- [aconfig(stars: 516)](https://github.com/cristalhq/aconfig) - Simple, useful and opinionated config loader. +- [aconfig(stars: 515)](https://github.com/cristalhq/aconfig) - Simple, useful and opinionated config loader. - [cleanenv(stars: 1395)](https://github.com/ilyakaznacheev/cleanenv) - Minimalistic configuration reader (from files, ENV, and wherever you want). - [config(stars: 334)](https://github.com/JeremyLoy/config) - Cloud native application configuration. Bind ENV to structs in only two lines. - [config(stars: 46)](https://github.com/num30/config) - configure you app using file, environment variables, or flags in two lines of code @@ -452,7 +452,7 @@ _Libraries for configuration parsing._ - [configuro(stars: 92)](https://github.com/sherifabdlnaby/configuro) - opinionated configuration loading & validation framework from ENV and Files focused towards 12-Factor compliant applications. - [confita(stars: 485)](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct. - [conflate(stars: 32)](https://github.com/the4thamigo-uk/conflate) - Library/tool to merge multiple JSON/YAML/TOML files from arbitrary URLs, validation against a JSON schema, and application of default values defined in the schema. -- [env(stars: 4250)](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults). +- [env(stars: 4251)](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults). - [env(stars: 48)](https://github.com/junk1tm/env) - A lightweight package for loading environment variables into structs. - [envcfg(stars: 103)](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. - [envconf(stars: 11)](https://github.com/ian-kent/envconf) - Configuration from environment. @@ -464,10 +464,10 @@ _Libraries for configuration parsing._ - [go-aws-ssm(stars: 54)](https://github.com/PaddleHQ/go-aws-ssm) - Go package that fetches parameters from AWS System Manager - Parameter Store. - [go-conf(stars: 11)](https://github.com/ThomasObenaus/go-conf) - Simple library for application configuration based on annotated structs. It supports reading the configuration from environment variables, config files and command line parameters. - [go-ini(stars: 11)](https://github.com/subpop/go-ini) - A Go package that marshals and unmarshals INI-files. -- [go-ssm-config(stars: 18)](https://github.com/ianlopshire/go-ssm-config) - Go utility for loading configuration parameters from AWS SSM (Parameter Store). +- [go-ssm-config(stars: 19)](https://github.com/ianlopshire/go-ssm-config) - Go utility for loading configuration parameters from AWS SSM (Parameter Store). - [go-up(stars: 43)](https://github.com/ufoscout/go-up) - A simple configuration library with recursive placeholders resolution and no magic. - [goConfig(stars: 3)](https://github.com/crgimenes/goConfig) - Parses a struct as input and populates the fields of this struct with parameters from command line, environment variables and configuration file. -- [godotenv(stars: 7358)](https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from `.env`). +- [godotenv(stars: 7365)](https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from `.env`). - [gofigure(stars: 67)](https://github.com/ian-kent/gofigure) - Go application configuration made easy. - [GoLobby/Config(stars: 357)](https://github.com/golobby/config) - GoLobby Config is a lightweight yet powerful configuration manager for the Go programming language. - [gone/jconf](https://github.com/One-com/gone/tree/master/jconf) - Modular JSON configuration. Keep you config structs along with the code they configure and delegate parsing to submodules without sacrificing full config serialization. @@ -482,9 +482,9 @@ _Libraries for configuration parsing._ - [joshbetz/config(stars: 217)](https://github.com/joshbetz/config) - Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP. - [kelseyhightower/envconfig(stars: 4863)](https://github.com/kelseyhightower/envconfig) - Go library for managing configuration data from environment variables. - [koanf(stars: 2286)](https://github.com/knadh/koanf) - Light weight, extensible library for reading config in Go applications. Built in support for JSON, TOML, YAML, env, command line. -- [konf(stars: 8)](https://github.com/nil-go/konf) - The simplest API for reading/watching config from file, env, flag and clouds (e.g. AWS, Azure, GCP). +- [konf(stars: 9)](https://github.com/nil-go/konf) - The simplest API for reading/watching config from file, env, flag and clouds (e.g. AWS, Azure, GCP). - [konfig(stars: 648)](https://github.com/lalamove/konfig) - Composable, observable and performant config handling for Go for the distributed processing era. -- [kong(stars: 1773)](https://github.com/alecthomas/kong) - Command-line parser with support for arbitrarily complex command-line structures and additional sources of configuration such as YAML, JSON, TOML, etc (successor to `kingpin`). +- [kong(stars: 1775)](https://github.com/alecthomas/kong) - Command-line parser with support for arbitrarily complex command-line structures and additional sources of configuration such as YAML, JSON, TOML, etc (successor to `kingpin`). - [mini(stars: 35)](https://github.com/sasbury/mini) - Golang package for parsing ini-style configuration files. - [nasermirzaei89/env(stars: 16)](https://github.com/nasermirzaei89/env) - Simple useful package for read environment variables. - [nfigure(stars: 7)](https://github.com/muir/nfigure) - Per-library struct-tag based configuration from command lines (Posix & Go-style); environment, JSON, YAML @@ -494,8 +494,8 @@ _Libraries for configuration parsing._ - [swap(stars: 8)](https://github.com/oblq/swap) - Instantiate/configure structs recursively, based on build environment. (YAML, TOML, JSON and env). - [typenv(stars: 9)](https://github.com/diegomarangoni/typenv) - Minimalistic, zero dependency, typed environment variables library. - [uConfig(stars: 70)](https://github.com/omeid/uconfig) - Lightweight, zero-dependency, and extendable configuration management. -- [viper(stars: 25460)](https://github.com/spf13/viper) - Go configuration with fangs. -- [xdg(stars: 552)](https://github.com/adrg/xdg) - Go implementation of the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories). +- [viper(stars: 25467)](https://github.com/spf13/viper) - Go configuration with fangs. +- [xdg(stars: 553)](https://github.com/adrg/xdg) - Go implementation of the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories). - [xdg(stars: 80)](https://github.com/OpenPeeDeeP/xdg) - Cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html). **[⬆ back to top](#contents)** @@ -504,9 +504,9 @@ _Libraries for configuration parsing._ _Tools for help with continuous integration._ -- [CDS(stars: 4404)](https://github.com/ovh/cds) - Enterprise-Grade CI/CD and DevOps Automation Open Source Platform. +- [CDS(stars: 4406)](https://github.com/ovh/cds) - Enterprise-Grade CI/CD and DevOps Automation Open Source Platform. - [dot(stars: 6)](https://github.com/opnlabs/dot) - A minimal, local first continuous integration system that uses Docker to run jobs concurrently in stages. -- [drone(stars: 31260)](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go. +- [drone(stars: 31267)](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go. - [duci(stars: 74)](https://github.com/duck8823/duci) - A simple ci server no needs domain specific languages. - [go-fuzz-action(stars: 11)](https://github.com/jidicula/go-fuzz-action) - Use Go 1.18's built-in fuzz testing in GitHub Actions. - [go-test-coverage(stars: 43)](https://github.com/vladopajic/go-test-coverage) - Tool and GitHub action which reports issues when test coverage is below set threshold. @@ -515,7 +515,7 @@ _Tools for help with continuous integration._ - [goveralls(stars: 779)](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system. - [overalls(stars: 114)](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls. - [roveralls(stars: 20)](https://github.com/LawrenceWoodman/roveralls) - Recursive coverage testing tool. -- [woodpecker(stars: 3577)](https://github.com/woodpecker-ci/woodpecker) - Woodpecker is a community fork of the Drone CI system. +- [woodpecker(stars: 3581)](https://github.com/woodpecker-ci/woodpecker) - Woodpecker is a community fork of the Drone CI system. **[⬆ back to top](#contents)** @@ -537,16 +537,16 @@ _Libraries for preprocessing CSS files._ - [bit(stars: 155)](https://github.com/yourbasic/bit) - Golang set data structure with bonus bit-twiddling functions. - [crunch(stars: 91)](https://github.com/superwhiskers/crunch) - Go package implementing buffers for handling various datatypes easily. - [go-ef(stars: 31)](https://github.com/amallia/go-ef) - A Go implementation of the Elias-Fano encoding. -- [roaring(stars: 2320)](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets. +- [roaring(stars: 2321)](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets. ### Bit Sets - [bitmap(stars: 269)](https://github.com/kelindar/bitmap) - Dense, zero-allocation, SIMD-enabled bitmap/bitset in Go. -- [bitset(stars: 1246)](https://github.com/bits-and-blooms/bitset) - Go package implementing bitsets. +- [bitset(stars: 1247)](https://github.com/bits-and-blooms/bitset) - Go package implementing bitsets. ### Bloom and Cuckoo Filters -- [bloom(stars: 2240)](https://github.com/bits-and-blooms/bloom) - Go package implementing Bloom filters. +- [bloom(stars: 2241)](https://github.com/bits-and-blooms/bloom) - Go package implementing Bloom filters. - [bloom(stars: 148)](https://github.com/zhenjl/bloom) - Bloom filters implemented in Go. - [bloom(stars: 84)](https://github.com/yourbasic/bloom) - Golang Bloom filter implementation. - [bloomfilter(stars: 16)](https://github.com/OldPanda/bloomfilter) - Yet another Bloomfilter implementation in Go, compatible with Java's Guava library. @@ -558,8 +558,8 @@ _Libraries for preprocessing CSS files._ ### Data Structure and Algorithm Collections - [algorithms(stars: 765)](https://github.com/shady831213/algorithms) - Algorithms and data structures.CLRS study. -- [go-datastructures(stars: 7291)](https://github.com/Workiva/go-datastructures) - Collection of useful, performant, and thread-safe data structures. -- [gods(stars: 15218)](https://github.com/emirpasic/gods) - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc. +- [go-datastructures(stars: 7290)](https://github.com/Workiva/go-datastructures) - Collection of useful, performant, and thread-safe data structures. +- [gods(stars: 15224)](https://github.com/emirpasic/gods) - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc. - [gostl(stars: 976)](https://github.com/liyue201/gostl) - Data structure and algorithm library for go, designed to provide functions similar to C++ STL. ### Iterators @@ -587,11 +587,11 @@ additional ordered map implementations. - [go-geoindex(stars: 354)](https://github.com/hailocab/go-geoindex) - In-memory geo index. - [go-rampart(stars: 95)](https://github.com/francesconi/go-rampart) - Determine how intervals relate to each other. - [go-rquad(stars: 129)](https://github.com/aurelien-rainone/go-rquad) - Region quadtrees with efficient point location and neighbour finding. -- [go-tuple(stars: 73)](https://github.com/barweiss/go-tuple) - Generic tuple implementation for Go 1.18+. +- [go-tuple(stars: 74)](https://github.com/barweiss/go-tuple) - Generic tuple implementation for Go 1.18+. - [go18ds(stars: 42)](https://github.com/daichi-m/go18ds) - Go Data Structures using Go 1.18 generics. - [gofal(stars: 18)](https://github.com/xxjwxc/gofal) - fractional api for Go. - [gogu(stars: 92)](https://github.com/esimov/gogu) - A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library. -- [gota(stars: 2891)](https://github.com/kniren/gota) - Implementation of dataframes, series, and data wrangling methods for Go. +- [gota(stars: 2892)](https://github.com/kniren/gota) - Implementation of dataframes, series, and data wrangling methods for Go. - [hide(stars: 59)](https://github.com/emvi/hide) - ID type with marshalling to/from hash to prevent sending IDs to clients. - [hilbert(stars: 274)](https://github.com/google/hilbert) - Go package for mapping values to and from space-filling curves, such as Hilbert and Peano curves. - [hyperloglog(stars: 904)](https://github.com/axiomhq/hyperloglog) - HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction. @@ -623,7 +623,7 @@ additional ordered map implementations. ### Text Analysis -- [bleve(stars: 9540)](https://github.com/blevesearch/bleve) - Modern text indexing library for go. +- [bleve(stars: 9542)](https://github.com/blevesearch/bleve) - Modern text indexing library for go. - [go-adaptive-radix-tree(stars: 332)](https://github.com/plar/go-adaptive-radix-tree) - Go implementation of Adaptive Radix Tree. - [go-edlib(stars: 443)](https://github.com/hbollon/go-edlib) - Go string comparison and edit distance algorithms library (Levenshtein, LCS, Hamming, Damerau levenshtein, Jaro-Winkler, etc.) compatible with Unicode. - [levenshtein(stars: 84)](https://github.com/agext/levenshtein) - Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix. @@ -665,86 +665,86 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [clusteredBigCache(stars: 44)](https://github.com/oaStuff/clusteredBigCache) - BigCache with clustering support and individual item expiration. - [coherence-go-client(stars: 7)](https://github.com/oracle/coherence-go-client) - Full implementation of Oracle Coherence cache API for Go applications using gRPC as network transport. - [couchcache(stars: 60)](https://github.com/codingsince1985/couchcache) - RESTful caching micro-service backed by Couchbase server. -- [fastcache(stars: 1959)](https://github.com/VictoriaMetrics/fastcache) - fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. +- [fastcache(stars: 1960)](https://github.com/VictoriaMetrics/fastcache) - fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. - [GCache(stars: 2518)](https://github.com/bluele/gcache) - Cache library with support for expirable Cache, LFU, LRU and ARC. - [gdcache(stars: 12)](https://github.com/ulovecode/gdcache) - A pure non-intrusive cache library implemented by golang, you can use it to implement your own distributed cache. -- [go-cache(stars: 122)](https://github.com/viney-shih/go-cache) - A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern. +- [go-cache(stars: 123)](https://github.com/viney-shih/go-cache) - A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern. - [go-freelru](https://github.com/elastic/go-freelru) A GC-less, fast and generic LRU hashmap library with optional locking, sharding, eviction and expiration. - [go-mcache(stars: 93)](https://github.com/OrlovEvgeny/go-mcache) - Fast in-memory key:value store/cache library. Pointer caches. -- [gocache(stars: 2174)](https://github.com/eko/gocache) - A complete Go cache library with multiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more. +- [gocache(stars: 2178)](https://github.com/eko/gocache) - A complete Go cache library with multiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more. - [gocache(stars: 5)](https://github.com/yuseferi/gocache) - A data race free Go ache library with high performance and auto pruge functionality -- [groupcache(stars: 12658)](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. +- [groupcache(stars: 12661)](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. - [imcache(stars: 112)](https://github.com/erni27/imcache) - A generic in-memory cache Go library. It supports expiration, sliding expiration, max entries limit, eviction callbacks and sharding. - [nscache(stars: 9)](https://github.com/no-src/nscache) - A Go caching framework that supports multiple data source drivers. -- [otter(stars: 1096)](https://github.com/maypok86/otter) - A high performance lockless cache for Go. Many times faster than Ristretto and friends. +- [otter(stars: 1099)](https://github.com/maypok86/otter) - A high performance lockless cache for Go. Many times faster than Ristretto and friends. - [remember-go(stars: 137)](https://github.com/rocketlaunchr/remember-go) - A universal interface for caching slow database queries (backed by redis, memcached, ristretto, or in-memory). - [theine(stars: 211)](https://github.com/Yiling-J/theine-go) - High performance, near optimal in-memory cache with proactive TTL expiration and generics. - [timedmap(stars: 69)](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs. -- [ttlcache(stars: 822)](https://github.com/jellydator/ttlcache) - An in-memory cache with item expiration and generics. +- [ttlcache(stars: 823)](https://github.com/jellydator/ttlcache) - An in-memory cache with item expiration and generics. - [ttlcache(stars: 9)](https://github.com/cheshir/ttlcache) - In-memory key value storage with TTL for each record. ### Databases Implemented in Go -- [badger(stars: 13241)](https://github.com/dgraph-io/badger) - Fast key-value store in Go. -- [bbolt(stars: 7479)](https://github.com/etcd-io/bbolt) - An embedded key/value database for Go. +- [badger(stars: 13244)](https://github.com/dgraph-io/badger) - Fast key-value store in Go. +- [bbolt(stars: 7487)](https://github.com/etcd-io/bbolt) - An embedded key/value database for Go. - [Bitcask](https://git.mills.io/prologic/bitcask) - Bitcask is an embeddable, persistent and fast key-value (KV) database written in pure Go with predictable read/write performance, low latency and high throughput thanks to the bitcask on-disk layout (LSM+WAL). -- [buntdb(stars: 4351)](https://github.com/tidwall/buntdb) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support. +- [buntdb(stars: 4354)](https://github.com/tidwall/buntdb) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support. - [clover(stars: 570)](https://github.com/ostafen/clover) - A lightweight document-oriented NoSQL database written in pure Golang. -- [cockroach(stars: 28828)](https://github.com/cockroachdb/cockroach) - Scalable, Geo-Replicated, Transactional Datastore. +- [cockroach(stars: 28838)](https://github.com/cockroachdb/cockroach) - Scalable, Geo-Replicated, Transactional Datastore. - [Coffer(stars: 37)](https://github.com/claygod/coffer) - Simple ACID key-value database that supports transactions. - [column(stars: 1363)](https://github.com/kelindar/column) - High-performance, columnar, embeddable in-memory store with bitmap indexing and transactions. -- [CovenantSQL(stars: 1471)](https://github.com/CovenantSQL/CovenantSQL) - CovenantSQL is a SQL database on blockchain. +- [CovenantSQL(stars: 1472)](https://github.com/CovenantSQL/CovenantSQL) - CovenantSQL is a SQL database on blockchain. - [Databunker(stars: 1183)](https://github.com/paranoidguy/databunker) - Personally identifiable information (PII) storage service built to comply with GDPR and CCPA. -- [dgraph(stars: 19975)](https://github.com/dgraph-io/dgraph) - Scalable, Distributed, Low Latency, High Throughput Graph Database. +- [dgraph(stars: 19977)](https://github.com/dgraph-io/dgraph) - Scalable, Distributed, Low Latency, High Throughput Graph Database. - [diskv(stars: 1338)](https://github.com/peterbourgon/diskv) - Home-grown disk-backed key-value store. -- [dolt(stars: 16626)](https://github.com/dolthub/dolt) - Dolt – It's Git for Data. +- [dolt(stars: 16641)](https://github.com/dolthub/dolt) - Dolt – It's Git for Data. - [dtf(stars: 214)](https://github.com/dtm-labs/dtf) - A distributed transaction manager. Support XA, TCC, SAGA, Reliable Messages. - [eliasdb(stars: 987)](https://github.com/krotik/eliasdb) - Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language. -- [godis(stars: 3264)](https://github.com/hdt3213/godis) - A Golang implemented high-performance Redis server and cluster. -- [goleveldb(stars: 5981)](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. +- [godis(stars: 3265)](https://github.com/hdt3213/godis) - A Golang implemented high-performance Redis server and cluster. +- [goleveldb(stars: 5984)](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. - [hare(stars: 86)](https://github.com/jameycribbs/hare) - A simple database management system that stores each table as a text file of line-delimited JSON. - [immudb(stars: 8453)](https://github.com/codenotary/immudb) - immudb is a lightweight, high-speed immutable database for systems and applications written in Go. -- [influxdb(stars: 27468)](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics. +- [influxdb(stars: 27479)](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics. - [ledisdb(stars: 4056)](https://github.com/siddontang/ledisdb) - Ledisdb is a high performance NoSQL like Redis based on LevelDB. - [levigo(stars: 416)](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB. - [libradb(stars: 143)](https://github.com/amit-davidson/LibraDB) - LibraDB is a simple database with less then 1000 lines of code for learning. -- [LinDB(stars: 2806)](https://github.com/lindb/lindb) - LinDB is a scalable, high performance, high availability distributed time series database. -- [lotusdb(stars: 1929)](https://github.com/flower-corp/lotusdb) - Fast k/v database compatible with lsm and b+tree. -- [Milvus(stars: 26005)](https://github.com/milvus-io/milvus) - Milvus is a vector database for embedding management, analytics and search. +- [LinDB(stars: 2808)](https://github.com/lindb/lindb) - LinDB is a scalable, high performance, high availability distributed time series database. +- [lotusdb(stars: 1932)](https://github.com/flower-corp/lotusdb) - Fast k/v database compatible with lsm and b+tree. +- [Milvus(stars: 26037)](https://github.com/milvus-io/milvus) - Milvus is a vector database for embedding management, analytics and search. - [moss(stars: 942)](https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go. -- [nutsdb(stars: 3269)](https://github.com/xujiajun/nutsdb) - Nutsdb is a simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set. -- [objectbox-go(stars: 1011)](https://github.com/objectbox/objectbox-go) - High-performance embedded Object Database (NoSQL) with Go API. +- [nutsdb(stars: 3270)](https://github.com/xujiajun/nutsdb) - Nutsdb is a simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set. +- [objectbox-go(stars: 1010)](https://github.com/objectbox/objectbox-go) - High-performance embedded Object Database (NoSQL) with Go API. - [piladb(stars: 202)](https://github.com/fern4lvarez/piladb) - Lightweight RESTful database engine based on stack data structures. - [pogreb(stars: 1211)](https://github.com/akrylysov/pogreb) - Embedded key-value store for read-heavy workloads. -- [prometheus(stars: 52210)](https://github.com/prometheus/prometheus) - Monitoring system and time series database. +- [prometheus(stars: 52232)](https://github.com/prometheus/prometheus) - Monitoring system and time series database. - [pudge(stars: 360)](https://github.com/recoilme/pudge) - Fast and simple key/value store written using Go's standard library. - [regatta(stars: 59)](https://github.com/jamf/regatta) - Fast, simple, geo-distributed KV store built for cloud native era. -- [rosedb(stars: 4273)](https://github.com/roseduan/rosedb) - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset. -- [rqlite(stars: 14714)](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite. +- [rosedb(stars: 4277)](https://github.com/roseduan/rosedb) - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset. +- [rqlite(stars: 14722)](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite. - [tempdb(stars: 18)](https://github.com/rafaeljesus/tempdb) - Key-value store for temporary items. -- [tidb(stars: 35896)](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. +- [tidb(stars: 35904)](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. - [tiedot(stars: 2718)](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang. - [unitdb(stars: 116)](https://github.com/unit-io/unitdb) - Fast timeseries database for IoT, realtime messaging applications. Access unitdb with pubsub over tcp or websocket using github.com/unit-io/unitd application. - [Vasto(stars: 255)](https://github.com/chrislusf/vasto) - A distributed high-performance key-value store. On Disk. Eventual consistent. HA. Able to grow or shrink without service interruption. -- [VictoriaMetrics(stars: 10578)](https://github.com/VictoriaMetrics/VictoriaMetrics) - fast, resource-effective and scalable open source time series database. May be used as long-term remote storage for Prometheus. Supports PromQL. +- [VictoriaMetrics(stars: 10592)](https://github.com/VictoriaMetrics/VictoriaMetrics) - fast, resource-effective and scalable open source time series database. May be used as long-term remote storage for Prometheus. Supports PromQL. ### Database Schema Migration -- [atlas(stars: 4743)](https://github.com/ariga/atlas) - A Database Toolkit. A CLI designed to help companies better work with their data. +- [atlas(stars: 4749)](https://github.com/ariga/atlas) - A Database Toolkit. A CLI designed to help companies better work with their data. - [avro(stars: 45)](https://github.com/khezen/avro) - Discover SQL schemas and convert them to AVRO schemas. Query SQL records into AVRO bytes. -- [bytebase(stars: 9734)](https://github.com/bytebase/bytebase) - Safe database schema change and version control for DevOps teams. +- [bytebase(stars: 9744)](https://github.com/bytebase/bytebase) - Safe database schema change and version control for DevOps teams. - [darwin(stars: 141)](https://github.com/GuiaBolso/darwin) - Database schema evolution library for Go. -- [dbmate(stars: 4237)](https://github.com/amacneil/dbmate) - A lightweight, framework-agnostic database migration tool. +- [dbmate(stars: 4240)](https://github.com/amacneil/dbmate) - A lightweight, framework-agnostic database migration tool. - [go-fixtures(stars: 28)](https://github.com/RichardKnop/go-fixtures) - Django style fixtures for Golang's excellent built-in database/sql library. - [go-pg-migrate(stars: 10)](https://github.com/lawzava/go-pg-migrate) - CLI-friendly package for go-pg migrations management. - [go-pg-migrations(stars: 84)](https://github.com/robinjoseph08/go-pg-migrations) - A Go package to help write migrations with go-pg/pg. - [goavro(stars: 944)](https://github.com/linkedin/goavro) - A Go package that encodes and decodes Avro data. - [godfish(stars: 7)](https://github.com/rafaelespinoza/godfish) - Database migration manager, works with native query language. Support for cassandra, mysql, postgres, sqlite3. -- [goose(stars: 5378)](https://github.com/pressly/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. +- [goose(stars: 5382)](https://github.com/pressly/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. - [gorm-seeder(stars: 13)](https://github.com/Kachit/gorm-seeder) - Simple database seeder for Gorm ORM. - [gormigrate(stars: 978)](https://github.com/go-gormigrate/gormigrate) - Database schema migration helper for Gorm ORM. - [libschema(stars: 14)](https://github.com/muir/libschema) - Define your migrations separately in each library. Migrations for open source libraries. MySQL & PostgreSQL. -- [migrate(stars: 13671)](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library. +- [migrate(stars: 13675)](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library. - [migrator(stars: 162)](https://github.com/lopezator/migrator) - Dead simple Go database migration library. - [migrator(stars: 24)](https://github.com/larapulse/migrator) - MySQL database migrator designed to run migrations to your features and manage database schema update with intuitive go code. - [schema(stars: 30)](https://github.com/adlio/schema) - Library to embed schema migrations for database/sql-compatible databases inside your Go binaries. @@ -761,19 +761,19 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [dg(stars: 22)](https://github.com/codingconcepts/dg) - A fast data generator that produces CSV files from generated relational data. - [dynago(stars: 11)](https://github.com/twharmon/dynago) - Simplify working with AWS DynamoDB. - [go-mysql(stars: 4377)](https://github.com/siddontang/go-mysql) - Go toolset to handle MySQL protocol and replication. -- [go-mysql-elasticsearch(stars: 4062)](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically. +- [go-mysql-elasticsearch(stars: 4063)](https://github.com/siddontang/go-mysql-elasticsearch) - Sync your MySQL data into Elasticsearch automatically. - [hasql](https://golang.yandex/hasql) - Library for accessing multi-host SQL database installations. - [kingshard(stars: 6324)](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang. -- [octillery(stars: 187)](https://github.com/knocknote/octillery) - Go package for sharding databases ( Supports every ORM or raw SQL ). +- [octillery(stars: 188)](https://github.com/knocknote/octillery) - Go package for sharding databases ( Supports every ORM or raw SQL ). - [onedump(stars: 49)](https://github.com/liweiyi88/onedump) - Database backup from different drivers to different destinations with one command and configuration. -- [orchestrator(stars: 5442)](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer. +- [orchestrator(stars: 5443)](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer. - [pg_timetable(stars: 1006)](https://github.com/cybertec-postgresql/pg_timetable) - Advanced scheduling for PostgreSQL. -- [pgweb(stars: 8227)](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser. +- [pgweb(stars: 8229)](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser. - [prep(stars: 32)](https://github.com/hexdigest/prep) - Use prepared SQL statements without changing your code. -- [pREST(stars: 4056)](https://github.com/prest/prest) - Simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new. +- [pREST(stars: 4057)](https://github.com/prest/prest) - Simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new. - [rdb(stars: 335)](https://github.com/HDT3213/rdb) - Redis RDB file parser for secondary development and memory analysis. - [rwdb(stars: 18)](https://github.com/andizzle/rwdb) - rwdb provides read replica capability for multiple database servers setup. -- [vitess(stars: 17650)](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. +- [vitess(stars: 17666)](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. ### SQL Query Builders @@ -781,28 +781,28 @@ _Libraries for building and using SQL._ - [bqb(stars: 121)](https://github.com/nullism/bqb) - Lightweight and easy to learn query builder. - [buildsqlx(stars: 143)](https://github.com/arthurkushman/buildsqlx) - Go database query builder library for PostgreSQL. -- [builq(stars: 82)](https://github.com/cristalhq/builq) - Easily build SQL queries in Go. +- [builq(stars: 83)](https://github.com/cristalhq/builq) - Easily build SQL queries in Go. - [dbq(stars: 389)](https://github.com/rocketlaunchr/dbq) - Zero boilerplate database operations for Go. - [Dotsql(stars: 714)](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use them with ease. - [gendry(stars: 1572)](https://github.com/didi/gendry) - Non-invasive SQL builder and powerful data binder. - [godbal(stars: 59)](https://github.com/xujiajun/godbal) - Database Abstraction Layer (dbal) for go. Support SQL builder and get result easily. -- [goqu(stars: 2206)](https://github.com/doug-martin/goqu) - Idiomatic SQL builder and query library. +- [goqu(stars: 2207)](https://github.com/doug-martin/goqu) - Idiomatic SQL builder and query library. - [gosql(stars: 30)](https://github.com/twharmon/gosql) - SQL Query builder with better null values support. -- [Hotcoal(stars: 13)](https://github.com/motrboat/hotcoal) - Secure your handcrafted SQL against injection. +- [Hotcoal(stars: 14)](https://github.com/motrboat/hotcoal) - Secure your handcrafted SQL against injection. - [igor(stars: 120)](https://github.com/galeone/igor) - Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax. -- [jet(stars: 1944)](https://github.com/go-jet/jet) - Framework for writing type-safe SQL queries in Go, with ability to easily convert database query result into desired arbitrary object structure. +- [jet(stars: 1946)](https://github.com/go-jet/jet) - Framework for writing type-safe SQL queries in Go, with ability to easily convert database query result into desired arbitrary object structure. - [ormlite(stars: 13)](https://github.com/pupizoid/ormlite) - Lightweight package containing some ORM-like features and helpers for sqlite databases. - [ozzo-dbx(stars: 619)](https://github.com/go-ozzo/ozzo-dbx) - Powerful data retrieval methods as well as DB-agnostic query building capabilities. - [qry(stars: 35)](https://github.com/HnH/qry) - Tool that generates constants from files with raw SQL queries. - [sg(stars: 5)](https://github.com/go-the-way/sg) - A SQL Gen for generating standard SQLs(supports: CRUD) written in Go. - [sq(stars: 195)](https://github.com/bokwoon95/go-structured-query) - Type-safe SQL builder and struct mapper for Go. -- [sqlc(stars: 10458)](https://github.com/kyleconroy/sqlc) - Generate type-safe code from SQL. +- [sqlc(stars: 10467)](https://github.com/kyleconroy/sqlc) - Generate type-safe code from SQL. - [sqlf(stars: 139)](https://github.com/leporo/sqlf) - Fast SQL query builder. - [sqlingo(stars: 364)](https://github.com/lqs/sqlingo) - A lightweight DSL to build SQL in Go. - [sqrl(stars: 266)](https://github.com/elgris/sqrl) - SQL query builder, fork of Squirrel with improved performance. - [Squalus](https://gitlab.com/qosenergy/squalus) - Thin layer over the Go SQL package that makes it easier to perform queries. -- [Squirrel(stars: 6428)](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries. -- [xo(stars: 3539)](https://github.com/knq/xo) - Generate idiomatic Go code for databases based on existing schema definitions or custom queries supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server. +- [Squirrel(stars: 6432)](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries. +- [xo(stars: 3540)](https://github.com/knq/xo) - Generate idiomatic Go code for databases based on existing schema definitions or custom queries supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server. **[⬆ back to top](#contents)** @@ -822,16 +822,16 @@ _Libraries for building and using SQL._ - [bgc(stars: 21)](https://github.com/viant/bgc) - Datastore Connectivity for BigQuery for go. - [firebirdsql(stars: 214)](https://github.com/nakagami/firebirdsql) - Firebird RDBMS SQL driver for Go. - [go-adodb(stars: 135)](https://github.com/mattn/go-adodb) - Microsoft ActiveX Object DataBase driver for go that uses database/sql. -- [go-mssqldb(stars: 1791)](https://github.com/denisenkom/go-mssqldb) - Microsoft MSSQL driver for Go. +- [go-mssqldb(stars: 1792)](https://github.com/denisenkom/go-mssqldb) - Microsoft MSSQL driver for Go. - [go-oci8(stars: 624)](https://github.com/mattn/go-oci8) - Oracle driver for go that uses database/sql. -- [go-sql-driver/mysql(stars: 14077)](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. -- [go-sqlite3(stars: 7345)](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that uses database/sql. +- [go-sql-driver/mysql(stars: 14085)](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. +- [go-sqlite3(stars: 7350)](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that uses database/sql. - [godror(stars: 494)](https://github.com/godror/godror) - Oracle driver for Go, using the ODPI-C driver. - [gofreetds(stars: 110)](https://github.com/minus5/gofreetds) - Microsoft MSSQL driver. Go wrapper over [FreeTDS](https://www.freetds.org). - [KSQL(stars: 273)](https://github.com/VinGarcia/ksql) - A Simple and Powerful Golang SQL Library -- [pgx(stars: 9201)](https://github.com/jackc/pgx) - PostgreSQL driver supporting features beyond those exposed by database/sql. +- [pgx(stars: 9207)](https://github.com/jackc/pgx) - PostgreSQL driver supporting features beyond those exposed by database/sql. - [pig(stars: 16)](https://github.com/alexeyco/pig) - Simple [pgx](https://github.com/jackc/pgx) wrapper to execute and [scan](https://github.com/georgysavva/scany) query results easily. -- [pq(stars: 8660)](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. +- [pq(stars: 8662)](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. - [Sqinn-Go(stars: 395)](https://github.com/cvilsmeier/sqinn-go) - SQLite with pure Go. - [sqlhooks(stars: 631)](https://github.com/qustavo/sqlhooks) - Attach hooks to any database/sql driver. - [surrealdb.go](https://github.com/surrealdb/surrealdb.go) - SurrealDB Driver for Go. @@ -862,17 +862,17 @@ _Libraries for building and using SQL._ - [neo4j(stars: 27)](https://github.com/cihangir/neo4j) - Neo4j Rest API Bindings for Golang. - [Neo4j-GO(stars: 77)](https://github.com/davemeehan/Neo4j-GO) - Neo4j REST Client in golang. - [neoism(stars: 389)](https://github.com/jmcvetta/neoism) - Neo4j client for Golang. -- [qmgo(stars: 1255)](https://github.com/qiniu/qmgo) - The MongoDB driver for Go. It‘s based on official MongoDB driver but easier to use like Mgo. -- [redeo(stars: 431)](https://github.com/bsm/redeo) - Redis-protocol compatible TCP servers/services. -- [redigo(stars: 9684)](https://github.com/gomodule/redigo) - Redigo is a Go client for the Redis database. -- [redis(stars: 19066)](https://github.com/redis/go-redis) - Redis client for Golang. +- [qmgo(stars: 1256)](https://github.com/qiniu/qmgo) - The MongoDB driver for Go. It‘s based on official MongoDB driver but easier to use like Mgo. +- [redeo(stars: 432)](https://github.com/bsm/redeo) - Redis-protocol compatible TCP servers/services. +- [redigo(stars: 9686)](https://github.com/gomodule/redigo) - Redigo is a Go client for the Redis database. +- [redis(stars: 19073)](https://github.com/redis/go-redis) - Redis client for Golang. - [rueidis](http://github.com/rueian/rueidis) - Fast Redis RESP3 client with auto pipelining and server-assisted client side caching. - [xredis(stars: 19)](https://github.com/shomali11/xredis) - Typesafe, customizable, clean & easy to use Redis client. ### Search and Analytic Databases - [clickhouse-go](https://github.com/ClickHouse/clickhouse-go/) - ClickHouse SQL client for Go with a `database/sql` compatibility. -- [elastic(stars: 7293)](https://github.com/olivere/elastic) - Elasticsearch client for Go. +- [elastic(stars: 7295)](https://github.com/olivere/elastic) - Elasticsearch client for Go. - [elasticsql(stars: 1138)](https://github.com/cch123/elasticsql) - Convert sql to elasticsearch dsl in Go. - [elastigo(stars: 947)](https://github.com/mattbaird/elastigo) - Elasticsearch client library. - [go-elasticsearch(stars: 5410)](https://github.com/elastic/go-elasticsearch) - Official Elasticsearch client for Go. @@ -886,7 +886,7 @@ _Libraries for building and using SQL._ _Libraries for working with dates and times._ - [approx(stars: 7)](https://github.com/goschtalt/approx) - A Duration extension supporting parsing/printing durations in days, weeks and years. -- [carbon(stars: 4446)](https://github.com/golang-module/carbon) - A simple, semantic and developer-friendly golang package for datetime. +- [carbon(stars: 4447)](https://github.com/golang-module/carbon) - A simple, semantic and developer-friendly golang package for datetime. - [carbon(stars: 770)](https://github.com/uniplaces/carbon) - Simple Time extension with a lot of util methods, ported from PHP Carbon library. - [cronrange(stars: 18)](https://github.com/1set/cronrange) - Parses Cron-style time range expressions, checks if the given time is within any ranges. - [date(stars: 123)](https://github.com/rickb777/date) - Augments Time for working with dates, date ranges, time spans, periods, and time-of-day. @@ -902,7 +902,7 @@ _Libraries for working with dates and times._ - [gostradamus(stars: 196)](https://github.com/bykof/gostradamus) - A Go package for working with dates. - [iso8601(stars: 136)](https://github.com/relvacode/iso8601) - Efficiently parse ISO8601 date-times without regex. - [kair(stars: 25)](https://github.com/GuilhermeCaruso/kair) - Date and Time - Golang Formatting Library. -- [now(stars: 4344)](https://github.com/jinzhu/now) - Now is a time toolkit for golang. +- [now(stars: 4345)](https://github.com/jinzhu/now) - Now is a time toolkit for golang. - [NullTime(stars: 14)](https://github.com/kirillDanshin/nulltime) - Nullable `time.Time`. - [strftime(stars: 12)](https://github.com/awoodbeck/strftime) - C99-compatible strftime formatter. - [timespan(stars: 84)](https://github.com/SaidinWoT/timespan) - For interacting with intervals of time, defined as a start time and a duration. @@ -915,7 +915,7 @@ _Libraries for working with dates and times._ _Packages that help with building Distributed Systems._ -- [arpc(stars: 870)](https://github.com/lesismal/arpc) - More effective network communication, support two-way-calling, notify, broadcast. +- [arpc(stars: 871)](https://github.com/lesismal/arpc) - More effective network communication, support two-way-calling, notify, broadcast. - [bedrock(stars: 3)](https://github.com/z5labs/bedrock) - Provides a minimal, modular and composable foundation for quickly developing services and more use case specific frameworks in Go. - [celeriac](https://github.com/svcavallar/celeriac.v1) - Library for adding support for interacting and monitoring Celery workers, tasks and events in Go. - [consistent(stars: 654)](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads. @@ -923,55 +923,55 @@ _Packages that help with building Distributed Systems._ - [dht(stars: 296)](https://github.com/anacrolix/dht) - BitTorrent Kademlia DHT implementation. - [digota(stars: 497)](https://github.com/digota/digota) - grpc ecommerce microservice. - [dot](https://github.com/dotchain/dot/) - distributed sync using operational transformation/OT. -- [doublejump(stars: 97)](https://github.com/edwingeng/doublejump) - A revamped Google's jump consistent hash. -- [dragonboat(stars: 4900)](https://github.com/lni/dragonboat) - A feature complete and high performance multi-group Raft library in Go. -- [Dragonfly(stars: 1906)](https://github.com/dragonflyoss/Dragonfly2) - Provide efficient, stable and secure file distribution and image acceleration based on p2p technology to be the best practice and standard solution in cloud native architectures. +- [doublejump(stars: 98)](https://github.com/edwingeng/doublejump) - A revamped Google's jump consistent hash. +- [dragonboat(stars: 4905)](https://github.com/lni/dragonboat) - A feature complete and high performance multi-group Raft library in Go. +- [Dragonfly(stars: 1909)](https://github.com/dragonflyoss/Dragonfly2) - Provide efficient, stable and secure file distribution and image acceleration based on p2p technology to be the best practice and standard solution in cloud native architectures. - [drmaa(stars: 48)](https://github.com/dgruber/drmaa) - Job submission library for cluster schedulers based on the DRMAA standard. - [dynamolock](https://cirello.io/dynamolock) - DynamoDB-backed distributed locking implementation. - [dynatomic(stars: 16)](https://github.com/tylfin/dynatomic) - A library for using DynamoDB as an atomic counter. -- [emitter-io(stars: 3723)](https://github.com/emitter-io/emitter) - High performance, distributed, secure and low latency publish-subscribe platform built with MQTT, Websockets and love. +- [emitter-io(stars: 3724)](https://github.com/emitter-io/emitter) - High performance, distributed, secure and low latency publish-subscribe platform built with MQTT, Websockets and love. - [failured(stars: 11)](https://github.com/andy2046/failured) - adaptive accrual failure detector for distributed systems. - [flowgraph(stars: 55)](https://github.com/vectaport/flowgraph) - flow-based programming package. -- [gleam(stars: 3329)](https://github.com/chrislusf/gleam) - Fast and scalable distributed map/reduce system written in pure Go and Luajit, combining Go's high concurrency with Luajit's high performance, runs standalone or distributed. -- [glow(stars: 3181)](https://github.com/chrislusf/glow) - Easy-to-Use scalable distributed big data processing, Map-Reduce, DAG execution, all in pure Go. +- [gleam(stars: 3330)](https://github.com/chrislusf/gleam) - Fast and scalable distributed map/reduce system written in pure Go and Luajit, combining Go's high concurrency with Luajit's high performance, runs standalone or distributed. +- [glow(stars: 3182)](https://github.com/chrislusf/glow) - Easy-to-Use scalable distributed big data processing, Map-Reduce, DAG execution, all in pure Go. - [gmsec(stars: 24)](https://github.com/gmsec/micro) - A Go distributed systems development framework. - [go-doudou(stars: 1315)](https://github.com/unionj-cloud/go-doudou) - A gossip protocol and OpenAPI 3.0 spec based decentralized microservice framework. Built-in go-doudou cli focusing on low-code and rapid dev can power up your productivity. - [go-health(stars: 734)](https://github.com/InVisionApp/go-health) - Library for enabling asynchronous dependency health checks in your service. -- [go-jump(stars: 376)](https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function. -- [go-kit(stars: 26017)](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. -- [go-micro(stars: 21275)](https://github.com/micro/go-micro) - A distributed systems development framework. +- [go-jump(stars: 377)](https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function. +- [go-kit(stars: 26016)](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. +- [go-micro(stars: 21278)](https://github.com/micro/go-micro) - A distributed systems development framework. - [go-mysql-lock(stars: 58)](https://github.com/sanketplus/go-mysql-lock) - MySQL based distributed lock. - [go-pdu(stars: 46)](https://github.com/pdupub/go-pdu) - A decentralized identity-based social network. - [go-sundheit(stars: 521)](https://github.com/AppsFlyer/go-sundheit) - A library built to provide support for defining async service health checks for golang services. -- [go-zero(stars: 27285)](https://github.com/tal-tech/go-zero) - A web and rpc framework. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity. +- [go-zero(stars: 27290)](https://github.com/tal-tech/go-zero) - A web and rpc framework. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity. - [gorpc(stars: 686)](https://github.com/valyala/gorpc) - Simple, fast and scalable RPC library for high load. -- [grpc-go(stars: 19661)](https://github.com/grpc/grpc-go) - The Go language implementation of gRPC. HTTP/2 based RPC. -- [hprose(stars: 1254)](https://github.com/hprose/hprose-golang) - Very newbility RPC Library, support 25+ languages now. +- [grpc-go(stars: 19669)](https://github.com/grpc/grpc-go) - The Go language implementation of gRPC. HTTP/2 based RPC. +- [hprose(stars: 1253)](https://github.com/hprose/hprose-golang) - Very newbility RPC Library, support 25+ languages now. - [jsonrpc(stars: 185)](https://github.com/osamingo/jsonrpc) - The jsonrpc package helps implement of JSON-RPC 2.0. - [jsonrpc(stars: 304)](https://github.com/ybbus/jsonrpc) - JSON-RPC 2.0 HTTP client implementation. -- [Kitex(stars: 6579)](https://github.com/cloudwego/kitex) - A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices. If the performance and extensibility are the main concerns when you develop microservices, Kitex can be a good choice. -- [Kratos(stars: 22230)](https://github.com/go-kratos/kratos) - A modular-designed and easy-to-use microservices framework in Go. +- [Kitex(stars: 6578)](https://github.com/cloudwego/kitex) - A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices. If the performance and extensibility are the main concerns when you develop microservices, Kitex can be a good choice. +- [Kratos(stars: 22240)](https://github.com/go-kratos/kratos) - A modular-designed and easy-to-use microservices framework in Go. - [liftbridge(stars: 2527)](https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams for NATS. -- [lura(stars: 6016)](https://github.com/luraproject/lura) - Ultra performant API Gateway framework with middlewares. +- [lura(stars: 6017)](https://github.com/luraproject/lura) - Ultra performant API Gateway framework with middlewares. - [micro(stars: 11977)](https://github.com/micro/micro) - A distributed systems runtime for the cloud and beyond. -- [NATS(stars: 14534)](https://github.com/nats-io/gnatsd) - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. +- [NATS(stars: 14541)](https://github.com/nats-io/gnatsd) - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. - [outboxer(stars: 151)](https://github.com/italolelis/outboxer) - Outboxer is a go library that implements the outbox pattern. - [pglock](https://cirello.io/pglock) - PostgreSQL-backed distributed locking implementation. - [pjrpc](https://gitlab.com/pjrpc/pjrpc) - Golang JSON-RPC Server-Client with Protobuf spec. -- [raft(stars: 7769)](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. -- [raft(stars: 483)](https://github.com/etcd-io/raft) - Go implementation of the Raft consensus protocol, by CoreOS. +- [raft(stars: 7772)](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. +- [raft(stars: 485)](https://github.com/etcd-io/raft) - Go implementation of the Raft consensus protocol, by CoreOS. - [rain(stars: 922)](https://github.com/cenkalti/rain) - BitTorrent client and library. -- [redis-lock(stars: 1283)](https://github.com/bsm/redislock) - Simplified distributed locking implementation using Redis. +- [redis-lock(stars: 1285)](https://github.com/bsm/redislock) - Simplified distributed locking implementation using Redis. - [resgate](https://resgate.io/) - Realtime API Gateway for building REST, real time, and RPC APIs, where all clients are synchronized seamlessly. - [ringpop-go(stars: 813)](https://github.com/uber/ringpop-go) - Scalable, fault-tolerant application-layer sharding for Go applications. -- [rpcx(stars: 7908)](https://github.com/smallnest/rpcx) - Distributed pluggable RPC service framework like alibaba Dubbo. +- [rpcx(stars: 7910)](https://github.com/smallnest/rpcx) - Distributed pluggable RPC service framework like alibaba Dubbo. - [Semaphore(stars: 91)](https://github.com/jexia/semaphore) - A straightforward (micro) service orchestrator. - [sleuth(stars: 371)](https://github.com/ursiform/sleuth) - Library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)). -- [sponge(stars: 763)](https://github.com/zhufuyi/sponge) - A distributed development framework that integrates automatic code generation, gin and grpc frameworks, base development frameworks. -- [Tarmac(stars: 307)](https://github.com/tarmac-project/tarmac) - Framework for writing functions, microservices, or monoliths with WebAssembly +- [sponge(stars: 768)](https://github.com/zhufuyi/sponge) - A distributed development framework that integrates automatic code generation, gin and grpc frameworks, base development frameworks. +- [Tarmac(stars: 306)](https://github.com/tarmac-project/tarmac) - Framework for writing functions, microservices, or monoliths with WebAssembly - [Temporal(stars: 437)](https://github.com/temporalio/sdk-go) - Durable execution system for making code fault-tolerant and simple. -- [torrent(stars: 5213)](https://github.com/anacrolix/torrent) - BitTorrent client package. -- [trpc-go(stars: 633)](https://github.com/trpc-group/trpc-go) - The Go language implementation of tRPC, which is a pluggable, high-performance RPC framework. +- [torrent(stars: 5217)](https://github.com/anacrolix/torrent) - BitTorrent client package. +- [trpc-go(stars: 635)](https://github.com/trpc-group/trpc-go) - The Go language implementation of tRPC, which is a pluggable, high-performance RPC framework. **[⬆ back to top](#contents)** @@ -981,7 +981,7 @@ _Tools for updating dynamic DNS records._ - [DDNS(stars: 241)](https://github.com/skibish/ddns) - Personal DDNS client with Digital Ocean Networking DNS as backend. - [dyndns](https://gitlab.com/alcastle/dyndns) - Background Go process to regularly and automatically check your IP Address and make updates to (one or many) Dynamic DNS records for Google domains whenever your address changes. -- [GoDNS(stars: 1421)](https://github.com/timothyye/godns) - A dynamic DNS client tool, supports DNSPod & HE.net, written in Go. +- [GoDNS(stars: 1420)](https://github.com/timothyye/godns) - A dynamic DNS client tool, supports DNSPod & HE.net, written in Go. **[⬆ back to top](#contents)** @@ -992,7 +992,7 @@ _Libraries and tools that implement email creation and sending._ - [chasquid](https://blitiri.com.ar/p/chasquid) - SMTP server written in Go. - [douceur(stars: 239)](https://github.com/aymerick/douceur) - CSS inliner for your HTML emails. - [email(stars: 2543)](https://github.com/jordan-wright/email) - A robust and flexible email library for Go. -- [email-verifier(stars: 1042)](https://github.com/AfterShip/email-verifier) - A Go library for email verification without sending any emails. +- [email-verifier(stars: 1043)](https://github.com/AfterShip/email-verifier) - A Go library for email verification without sending any emails. - [go-dkim(stars: 95)](https://github.com/toorop/go-dkim) - DKIM library, to sign & verify email. - [go-email-normalizer(stars: 60)](https://github.com/dimuska139/go-email-normalizer) - Golang library for providing a canonical representation of email address. - [go-email-validator(stars: 52)](https://github.com/go-email-validator/go-email-validator) - Modular email validator for syntax, disposable, smtp, etc... checking. @@ -1003,11 +1003,11 @@ _Libraries and tools that implement email creation and sending._ - [go-simple-mail(stars: 586)](https://github.com/xhit/go-simple-mail) - Very simple package to send emails with SMTP Keep Alive and two timeouts: Connect and Send. - [Hectane(stars: 219)](https://github.com/hectane/hectane) - Lightweight SMTP client providing an HTTP API. - [hermes(stars: 2751)](https://github.com/matcornic/hermes) - Golang package that generates clean, responsive HTML e-mails. -- [Maddy(stars: 4602)](https://github.com/foxcpp/maddy) - All-in-one (SMTP, IMAP, DKIM, DMARC, MTA-STS, DANE) email server +- [Maddy(stars: 4603)](https://github.com/foxcpp/maddy) - All-in-one (SMTP, IMAP, DKIM, DMARC, MTA-STS, DANE) email server - [mailchain(stars: 141)](https://github.com/mailchain/mailchain) - Send encrypted emails to blockchain addresses written in Go. - [mailgun-go(stars: 676)](https://github.com/mailgun/mailgun-go) - Go library for sending mail with the Mailgun API. - [MailHog(stars: 13181)](https://github.com/mailhog/MailHog) - Email and SMTP testing with web and API interface. -- [Mailpit(stars: 4280)](https://github.com/axllent/mailpit) - Email and SMTP testing tool for developers. +- [Mailpit(stars: 4282)](https://github.com/axllent/mailpit) - Email and SMTP testing tool for developers. - [mailx(stars: 11)](https://github.com/valord577/mailx) - Mailx is a library that makes it easier to send email via SMTP. It is an enhancement of the golang standard library `net/smtp`. - [SendGrid(stars: 947)](https://github.com/sendgrid/sendgrid-go) - SendGrid's Go library for sending email. - [smtp(stars: 74)](https://github.com/mailhog/smtp) - SMTP server protocol state machine. @@ -1024,23 +1024,23 @@ _Embedding other languages inside your go code._ - [binder(stars: 69)](https://github.com/alexeyco/binder) - Go to Lua binding library, based on [gopher-lua](https://github.com/yuin/gopher-lua). - [cel-go(stars: 2003)](https://github.com/google/cel-go) - Fast, portable, non-Turing complete expression evaluation with gradual typing. - [ecal(stars: 38)](https://github.com/krotik/ecal) - A simple embeddable scripting language which supports concurrent event processing. -- [expr(stars: 5422)](https://github.com/antonmedv/expr) - Expression evaluation engine for Go: fast, non-Turing complete, dynamic typing, static typing. +- [expr(stars: 5427)](https://github.com/antonmedv/expr) - Expression evaluation engine for Go: fast, non-Turing complete, dynamic typing, static typing. - [gentee(stars: 125)](https://github.com/gentee/gentee) - Embeddable scripting programming language. - [gisp(stars: 510)](https://github.com/jcla1/gisp) - Simple LISP in Go. - [go-duktape(stars: 781)](https://github.com/olebedev/go-duktape) - Duktape JavaScript engine bindings for Go. -- [go-lua(stars: 2888)](https://github.com/Shopify/go-lua) - Port of the Lua 5.2 VM to pure Go. +- [go-lua(stars: 2889)](https://github.com/Shopify/go-lua) - Port of the Lua 5.2 VM to pure Go. - [go-php(stars: 922)](https://github.com/deuill/go-php) - PHP bindings for Go. - [go-python(stars: 1519)](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API. -- [goja(stars: 4789)](https://github.com/dop251/goja) - ECMAScript 5.1(+) implementation in Go. +- [goja(stars: 4797)](https://github.com/dop251/goja) - ECMAScript 5.1(+) implementation in Go. - [golua(stars: 634)](https://github.com/aarzilli/golua) - Go bindings for Lua C API. -- [gopher-lua(stars: 5930)](https://github.com/yuin/gopher-lua) - Lua 5.1 VM and compiler written in Go. +- [gopher-lua(stars: 5933)](https://github.com/yuin/gopher-lua) - Lua 5.1 VM and compiler written in Go. - [gval(stars: 693)](https://github.com/PaesslerAG/gval) - A highly customizable expression language written in Go. -- [metacall(stars: 1473)](https://github.com/metacall/core) - Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript, Python, Ruby, C#, WebAssembly, Java, Cobol and more. +- [metacall(stars: 1477)](https://github.com/metacall/core) - Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript, Python, Ruby, C#, WebAssembly, Java, Cobol and more. - [ngaro(stars: 26)](https://github.com/db47h/ngaro) - Embeddable Ngaro VM implementation enabling scripting in Retro. - [prolog(stars: 527)](https://github.com/ichiban/prolog) - Embeddable Prolog. - [purl(stars: 40)](https://github.com/ian-kent/purl) - Perl 5.18.2 embedded in Go. -- [starlark-go(stars: 2176)](https://github.com/google/starlark-go) - Go implementation of Starlark: Python-like language with deterministic evaluation and hermetic execution. -- [tengo(stars: 3410)](https://github.com/d5/tengo) - Bytecode compiled script language for Go. +- [starlark-go(stars: 2180)](https://github.com/google/starlark-go) - Go implementation of Starlark: Python-like language with deterministic evaluation and hermetic execution. +- [tengo(stars: 3411)](https://github.com/d5/tengo) - Bytecode compiled script language for Go. **[⬆ back to top](#contents)** @@ -1049,7 +1049,7 @@ _Embedding other languages inside your go code._ _Libraries for handling errors._ - [emperror(stars: 327)](https://github.com/emperror/emperror) - Error handling tools and best practices for Go libraries and applications. -- [eris(stars: 1405)](https://github.com/rotisserie/eris) - A better way to handle, trace, and log errors in Go. Compatible with the standard error library and github.com/pkg/errors. +- [eris(stars: 1406)](https://github.com/rotisserie/eris) - A better way to handle, trace, and log errors in Go. Compatible with the standard error library and github.com/pkg/errors. - [errlog(stars: 456)](https://github.com/snwfdhmp/errlog) - Hackable package that determines responsible source code for an error (and some other fast-debugging features). Pluggable to any logger in-place. - [errors(stars: 191)](https://github.com/emperror/errors) - Drop-in replacement for the standard library errors package and github.com/pkg/errors. Provides various error handling primitives. - [errors(stars: 6)](https://github.com/neuronlabs/errors) - Simple golang error handling with classification primitives. @@ -1060,10 +1060,10 @@ _Libraries for handling errors._ - [errorx(stars: 1069)](https://github.com/joomcode/errorx) - A feature rich error package with stack traces, composition of errors and more. - [exception(stars: 27)](https://github.com/rbrahul/exception) - A simple utility package for exception handling with try-catch in Golang. - [Falcon(stars: 10)](https://github.com/SonicRoshan/falcon) - A Simple Yet Highly Powerful Package For Error Handling. -- [Fault(stars: 147)](https://github.com/Southclaws/fault) - An ergonomic mechanism for wrapping errors in order to facilitate structured metadata and context for error values. -- [go-multierror(stars: 2159)](https://github.com/hashicorp/go-multierror) - Go (golang) package for representing a list of errors as a single error. -- [oops(stars: 161)](https://github.com/samber/oops) - Error handling with context, stack trace and source fragments. -- [tracerr(stars: 897)](https://github.com/ztrue/tracerr) - Golang errors with stack trace and source fragments. +- [Fault(stars: 148)](https://github.com/Southclaws/fault) - An ergonomic mechanism for wrapping errors in order to facilitate structured metadata and context for error values. +- [go-multierror(stars: 2161)](https://github.com/hashicorp/go-multierror) - Go (golang) package for representing a list of errors as a single error. +- [oops(stars: 162)](https://github.com/samber/oops) - Error handling with context, stack trace and source fragments. +- [tracerr(stars: 898)](https://github.com/ztrue/tracerr) - Golang errors with stack trace and source fragments. **[⬆ back to top](#contents)** @@ -1071,19 +1071,19 @@ _Libraries for handling errors._ _Libraries for handling files and file systems._ -- [afero(stars: 5626)](https://github.com/spf13/afero) - FileSystem Abstraction System for Go. +- [afero(stars: 5628)](https://github.com/spf13/afero) - FileSystem Abstraction System for Go. - [afs(stars: 284)](https://github.com/viant/afs) - Abstract File Storage (mem, scp, zip, tar, cloud: s3, gs) for Go. - [baraka(stars: 53)](https://github.com/xis/baraka) - A library to process http file uploads easily. - [bigfile(stars: 247)](https://github.com/bigfile/bigfile) - A file transfer system, support to manage files with http api, rpc call and ftp client. - [checksum(stars: 97)](https://github.com/codingsince1985/checksum) - Compute message digest, like MD5, SHA256, SHA1, CRC or BLAKE2s, for large files. -- [copy(stars: 659)](https://github.com/otiai10/copy) - Copy directory recursively. +- [copy(stars: 660)](https://github.com/otiai10/copy) - Copy directory recursively. - [flop(stars: 34)](https://github.com/homedepot/flop) - File operations library which aims to mirror feature parity with [GNU cp](https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html). -- [gdu(stars: 3165)](https://github.com/dundee/gdu) - Disk usage analyzer with console interface. +- [gdu(stars: 3164)](https://github.com/dundee/gdu) - Disk usage analyzer with console interface. - [go-csv-tag(stars: 112)](https://github.com/artonge/go-csv-tag) - Load csv file using tag. - [go-decent-copy(stars: 21)](https://github.com/hugocarreira/go-decent-copy) - Copy files for humans. - [go-exiftool(stars: 219)](https://github.com/barasher/go-exiftool) - Go bindings for ExifTool, the well-known library used to extract as much metadata as possible (EXIF, IPTC, ...) from files (pictures, PDF, office, ...). - [go-gtfs(stars: 38)](https://github.com/artonge/go-gtfs) - Load gtfs files in go. -- [gofs(stars: 399)](https://github.com/no-src/gofs) - A cross-platform real-time file synchronization tool out of the box. +- [gofs(stars: 400)](https://github.com/no-src/gofs) - A cross-platform real-time file synchronization tool out of the box. - [gut/yos(stars: 28)](https://github.com/1set/gut) - Simple and reliable package for file operations like copy/move/diff/list on files, directories and symbolic links. - [higgs(stars: 18)](https://github.com/dastoori/higgs) - A tiny cross-platform Go library to hide/unhide files and directories. - [iso9660(stars: 251)](https://github.com/kdomanski/iso9660) - A package for reading and creating ISO9660 disk images @@ -1091,7 +1091,7 @@ _Libraries for handling files and file systems._ - [opc(stars: 75)](https://github.com/qmuntal/opc) - Load Open Packaging Conventions (OPC) files for Go. - [parquet(stars: 91)](https://github.com/parsyl/parquet) - Read and write [parquet](https://parquet.apache.org) files. - [pathtype(stars: 13)](https://github.com/jonchun/pathtype) - Treat paths as their own type instead of using strings. -- [pdfcpu(stars: 6060)](https://github.com/pdfcpu/pdfcpu) - PDF processor. +- [pdfcpu(stars: 6061)](https://github.com/pdfcpu/pdfcpu) - PDF processor. - [skywalker(stars: 96)](https://github.com/dixonwille/skywalker) - Package to allow one to concurrently go through a filesystem with ease. - [stl](https://gitlab.com/russoj88/stl) - Modules to read and write STL (stereolithography) files. Concurrent algorithm for reading. - [todotxt(stars: 20)](https://github.com/1set/todotxt) - Go library for Gina Trapani's [_todo.txt_](http://todotxt.org/) files, supports parsing and manipulating of task lists in the [_todo.txt_ format](https://github.com/todotxt/todo.txt). @@ -1108,14 +1108,14 @@ _Packages for accounting and finance._ - [bbgo(stars: 1080)](https://github.com/c9s/bbgo) - A crypto trading bot framework written in Go. Including common crypto exchange API, standard indicators, back-testing and many built-in strategies. - [currency(stars: 488)](https://github.com/bojanz/currency) - Handles currency amounts, provides currency information and formatting. - [currency(stars: 59)](https://github.com/bnkamalesh/currency) - High performant & accurate currency computation package. -- [decimal(stars: 5804)](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers. +- [decimal(stars: 5807)](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers. - [decimal(stars: 24)](https://github.com/govalues/decimal) - Immutable decimal numbers with panic-free arithmetic. - [fpdecimal(stars: 28)](https://github.com/nikolaydubina/fpdecimal) - Fast and precise serialization and arithmetic for small fixed-point decimals - [fpmoney(stars: 24)](https://github.com/nikolaydubina/fpmoney) - Fast and simple ISO4217 fixed-point decimal money. - [go-finance(stars: 164)](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations. - [go-finance(stars: 25)](https://github.com/pieterclaerhout/go-finance) - Module to fetch exchange rates, check VAT numbers via VIES and check IBAN bank account numbers. - [go-finnhub(stars: 85)](https://github.com/m1/go-finnhub) - Client for stock market, forex and crypto data from finnhub.io. Access real-time financial market data from 60+ stock exchanges, 10 forex brokers, and 15+ crypto exchanges. -- [go-money(stars: 1471)](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern. +- [go-money(stars: 1472)](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern. - [go-nowpayments(stars: 2)](https://github.com/matm/go-nowpayments) - Library for the crypto NOWPayments API. - [money(stars: 13)](https://github.com/govalues/money) - Immutable monetary amounts and exchange rates with panic-free arithmetic. - [ofxgo(stars: 129)](https://github.com/aclindsa/ofxgo) - Query OFX servers and/or parse the responses (with example command-line client). @@ -1143,10 +1143,10 @@ _Libraries for working with forms._ - [forms(stars: 137)](https://github.com/albrow/forms) - Framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files. - [gbind(stars: 8)](https://github.com/bdjimmy/gbind) - Bind data to any Go value. Can use built-in and custom expression binding capabilities; supports data validation - [gorilla/csrf(stars: 984)](https://github.com/gorilla/csrf) - CSRF protection for Go web applications & services. -- [httpin(stars: 250)](https://github.com/ggicci/httpin) - Decode an HTTP request into a custom struct, including querystring, forms, HTTP headers, etc. +- [httpin(stars: 251)](https://github.com/ggicci/httpin) - Decode an HTTP request into a custom struct, including querystring, forms, HTTP headers, etc. - [nosurf(stars: 1489)](https://github.com/justinas/nosurf) - CSRF protection middleware for Go. - [qs(stars: 71)](https://github.com/sonh/qs) - Go module for encoding structs into URL query parameters. -- [queryparam](https://github.com/tomwright/queryparam) - Decode `url.Values` into usable struct values of standard or custom types. +- [queryparam(stars: 19)](https://github.com/tomwright/queryparam) - Decode `url.Values` into usable struct values of standard or custom types. **[⬆ back to top](#contents)** @@ -1157,10 +1157,10 @@ _Packages to support functional programming in Go._ - [fp-go(stars: 284)](https://github.com/repeale/fp-go) - Collection of Functional Programming helpers powered by Golang 1.18+ generics. - [fpGo(stars: 336)](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang. - [fuego(stars: 142)](https://github.com/seborama/fuego) - Functional Experiment in Go. -- [go-functional(stars: 277)](https://github.com/BooleanCat/go-functional) - Functional programming in Go using generics +- [go-functional(stars: 278)](https://github.com/BooleanCat/go-functional) - Functional programming in Go using generics - [go-underscore(stars: 1293)](https://github.com/tobyhede/go-underscore) - Useful collection of helpfully functional Go collection utilities. - [gofp(stars: 144)](https://github.com/rbrahul/gofp) - A lodash like powerful utility library for Golang. -- [mo(stars: 2180)](https://github.com/samber/mo) - Monads and popular FP abstractions, based on Go 1.18+ Generics (Option, Result, Either...). +- [mo(stars: 2182)](https://github.com/samber/mo) - Monads and popular FP abstractions, based on Go 1.18+ Generics (Option, Result, Either...). - [underscore(stars: 106)](https://github.com/rjNemo/underscore) - Functional programming helpers for Go 1.18 and beyond. - [valor(stars: 16)](https://github.com/phelmkamp/valor) - Generic option and result types that optionally contain a value. @@ -1171,23 +1171,23 @@ _Packages to support functional programming in Go._ _Awesome game development libraries._ - [Azul3D(stars: 598)](https://github.com/azul3d/engine) - 3D game engine written in Go. -- [Ebitengine(stars: 9640)](https://github.com/hajimehoshi/ebiten) - dead simple 2D game engine in Go. +- [Ebitengine(stars: 9643)](https://github.com/hajimehoshi/ebiten) - dead simple 2D game engine in Go. - [engo(stars: 1704)](https://github.com/EngoEngine/engo) - Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm. - [fantasyname(stars: 31)](https://github.com/s0rg/fantasyname) - Fantasy names generator. - [g3n(stars: 2610)](https://github.com/g3n/engine) - Go 3D Game Engine. - [go-astar(stars: 580)](https://github.com/beefsack/go-astar) - Go implementation of the A\* path finding algorithm. -- [go-sdl2(stars: 2111)](https://github.com/veandco/go-sdl2) - Go bindings for the [Simple DirectMedia Layer](https://www.libsdl.org/). +- [go-sdl2(stars: 2114)](https://github.com/veandco/go-sdl2) - Go bindings for the [Simple DirectMedia Layer](https://www.libsdl.org/). - [go3d(stars: 287)](https://github.com/ungerik/go3d) - Performance oriented 2D/3D math package for Go. - [gonet(stars: 1244)](https://github.com/xtaci/gonet) - Game server skeleton implemented with golang. - [goworld(stars: 2485)](https://github.com/xiaonanln/goworld) - Scalable game server engine, featuring space-entity framework and hot-swapping. - [Harfang3D(stars: 448)](https://github.com/harfang3d/harfang3d) - 3D engine for the Go language, works on Windows and Linux ([Harfang on Go.dev](https://github.com/harfang3d/harfang-go)). -- [Leaf(stars: 5111)](https://github.com/name5566/leaf) - Lightweight game server framework. +- [Leaf(stars: 5113)](https://github.com/name5566/leaf) - Lightweight game server framework. - [nano(stars: 2643)](https://github.com/lonng/nano) - Lightweight, facility, high performance golang based game server framework. - [Oak(stars: 1499)](https://github.com/oakmound/oak) - Pure Go game engine. -- [Pitaya(stars: 2120)](https://github.com/topfreegames/pitaya) - Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK. +- [Pitaya(stars: 2122)](https://github.com/topfreegames/pitaya) - Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK. - [Pixel(stars: 4383)](https://github.com/faiface/pixel) - Hand-crafted 2D game library in Go. - [prototype(stars: 87)](https://github.com/gonutz/prototype) - Cross-platform (Windows/Linux/Mac) library for creating desktop games using a minimal API. -- [raylib-go(stars: 1244)](https://github.com/gen2brain/raylib-go) - Go bindings for [raylib](https://www.raylib.com/), a simple and easy-to-use library to learn videogames programming. +- [raylib-go(stars: 1246)](https://github.com/gen2brain/raylib-go) - Go bindings for [raylib](https://www.raylib.com/), a simple and easy-to-use library to learn videogames programming. - [termloop(stars: 1393)](https://github.com/JoelOtter/termloop) - Terminal-based game engine for Go, built on top of Termbox. - [tile(stars: 134)](https://github.com/kelindar/tile) - Data-oriented and cache-friendly 2D Grid library (TileMap), includes pathfinding, observers and import/export. @@ -1202,13 +1202,13 @@ _Tools that generate Go code._ - [generis(stars: 43)](https://github.com/senselogic/GENERIS) - Code generation tool providing generics, free-form macros, conditional compilation and HTML templating. - [go-enum(stars: 634)](https://github.com/abice/go-enum) - Code generation for enums from code comments. - [go-linq(stars: 3419)](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. -- [goderive(stars: 1156)](https://github.com/awalterschulze/goderive) - Derives functions from input types. +- [goderive(stars: 1158)](https://github.com/awalterschulze/goderive) - Derives functions from input types. - [gotype(stars: 58)](https://github.com/wzshiming/gotype) - Golang source code parsing, usage like reflect package. -- [goverter(stars: 423)](https://github.com/jmattheis/goverter) - Generate converters by defining an interface. +- [goverter(stars: 424)](https://github.com/jmattheis/goverter) - Generate converters by defining an interface. - [GoWrap(stars: 877)](https://github.com/hexdigest/gowrap) - Generate decorators for Go interfaces using simple templates. - [interfaces(stars: 416)](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. - [jennifer(stars: 3147)](https://github.com/dave/jennifer) - Generate arbitrary Go code without templates. -- [oapi-codegen(stars: 5029)](https://github.com/deepmap/oapi-codegen) - This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions. +- [oapi-codegen(stars: 5035)](https://github.com/deepmap/oapi-codegen) - This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions. - [typeregistry(stars: 23)](https://github.com/xiaoxin01/typeregistry) - A library to create type dynamically. **[⬆ back to top](#contents)** @@ -1223,13 +1223,13 @@ _Geographic tools and servers_ - [H3(stars: 272)](https://github.com/uber/h3-go) - Go bindings for H3, a hierarchical hexagonal geospatial indexing system. - [H3 GeoJSON(stars: 3)](https://github.com/mmadfox/go-geojson2h3) - Conversion utilities between H3 indexes and GeoJSON. - [H3GeoDist(stars: 2)](https://github.com/mmadfox/go-h3geo-dist) - Distribution of Uber H3geo cells by virtual nodes. -- [mbtileserver(stars: 587)](https://github.com/consbio/mbtileserver) - A simple Go-based server for map tiles stored in mbtiles format. +- [mbtileserver(stars: 588)](https://github.com/consbio/mbtileserver) - A simple Go-based server for map tiles stored in mbtiles format. - [osm(stars: 332)](https://github.com/paulmach/osm) - Library for reading, writing and working with OpenStreetMap data and APIs. - [pbf(stars: 48)](https://github.com/maguro/pbf) - OpenStreetMap PBF golang encoder/decoder. - [S2 geojson(stars: 27)](https://github.com/pantrif/s2-geojson) - Convert geojson to s2 cells & demonstrating some S2 geometry features on map. - [S2 geometry(stars: 1625)](https://github.com/golang/geo) - S2 geometry library in Go. - [simplefeatures(stars: 115)](https://github.com/peterstace/simplefeatures) - simplesfeatures is a 2D geometry library that provides Go types that model geometries, as well as algorithms that operate on them. -- [Tile38(stars: 8861)](https://github.com/tidwall/tile38) - Geolocation DB with spatial index and realtime geofencing. +- [Tile38(stars: 8863)](https://github.com/tidwall/tile38) - Geolocation DB with spatial index and realtime geofencing. - [Web-Mercator-Projection](https://github.com/jorelosorio/web-mercator-projection) A project to easily use and convert LonLat, Point and Tile to display info, markers, etc, in a map using the Web Mercator Projection. - [WGS84(stars: 112)](https://github.com/wroge/wgs84) - Library for Coordinate Conversion and Transformation (ETRS89, OSGB36, NAD83, RGF93, Web Mercator, UTM). @@ -1243,7 +1243,7 @@ _Tools for compiling Go to other languages._ - [c4go(stars: 352)](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code. - [esp32(stars: 81)](https://github.com/andygeiss/esp32-transpiler) - Transpile Go into Arduino code. - [f4go(stars: 42)](https://github.com/Konstantin8105/f4go) - Transpile FORTRAN 77 code to Go code. -- [gopherjs(stars: 12337)](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript. +- [gopherjs(stars: 12340)](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript. - [tardisgo(stars: 429)](https://github.com/tardisgo/tardisgo) - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler. **[⬆ back to top](#contents)** @@ -1252,14 +1252,14 @@ _Tools for compiling Go to other languages._ _Tools for managing and working with Goroutines._ -- [ants(stars: 11862)](https://github.com/panjf2000/ants) - A high-performance and low-cost goroutine pool in Go. -- [artifex(stars: 183)](https://github.com/borderstech/artifex) - Simple in-memory job queue for Golang using worker-based dispatching. +- [ants(stars: 11863)](https://github.com/panjf2000/ants) - A high-performance and low-cost goroutine pool in Go. +- [artifex(stars: 184)](https://github.com/borderstech/artifex) - Simple in-memory job queue for Golang using worker-based dispatching. - [async(stars: 174)](https://github.com/reugn/async) - An alternative sync library for Go (Future, Promise, Locks). - [async(stars: 132)](https://github.com/studiosol/async) - A safe way to execute functions asynchronously, recovering them in case of panic. - [async-job(stars: 8)](https://github.com/lab210-dev/async-job) - AsyncJob is an asynchronous queue job manager with light code, clear and speed. - [breaker(stars: 16)](https://github.com/kamilsk/breaker) - Flexible mechanism to make execution flow interruptible. - [channelify(stars: 28)](https://github.com/ddelizia/channelify) - Transform your function to return channels for easy and powerful parallel processing. -- [conc(stars: 8248)](https://github.com/sourcegraph/conc) - `conc` is your toolbelt for structured concurrency in go, making common tasks easier and safer. +- [conc(stars: 8253)](https://github.com/sourcegraph/conc) - `conc` is your toolbelt for structured concurrency in go, making common tasks easier and safer. - [concurrency-limiter(stars: 17)](https://github.com/vivek-ng/concurrency-limiter) - Concurrency limiter with support for timeouts , dynamic priority and context cancellation of goroutines. - [conexec(stars: 14)](https://github.com/ITcathyh/conexec) - A concurrent toolkit to help execute funcs concurrently in an efficient and safe way. It supports specifying the overall timeout to avoid blocking and uses goroutine pool to improve efficiency. - [cyclicbarrier(stars: 137)](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang. @@ -1267,29 +1267,29 @@ _Tools for managing and working with Goroutines._ - [flowmatic(stars: 235)](https://github.com/carlmjohnson/flowmatic) - Structured concurrency made easy. - [go-accumulator(stars: 6)](https://github.com/nar10z/go-accumulator) - Solution for accumulation of events and their subsequent processing. - [go-actor(stars: 107)](https://github.com/vladopajic/go-actor) - A tiny library for writing concurrent programs using actor model. -- [go-floc(stars: 264)](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease. +- [go-floc(stars: 265)](https://github.com/workanator/go-floc) - Orchestrate goroutines with ease. - [go-flow(stars: 217)](https://github.com/kamildrazkiewicz/go-flow) - Control goroutines execution order. - [go-tools/multithreading(stars: 14)](https://github.com/nikhilsaraf/go-tools) - Manage a pool of goroutines using this lightweight library with a simple API. -- [go-trylock(stars: 33)](https://github.com/subchen/go-trylock) - TryLock support on read-write lock for Golang. +- [go-trylock(stars: 34)](https://github.com/subchen/go-trylock) - TryLock support on read-write lock for Golang. - [go-waitgroup(stars: 44)](https://github.com/pieterclaerhout/go-waitgroup) - Like `sync.WaitGroup` with error handling and concurrency control. - [go-workerpool(stars: 10)](https://github.com/zenthangplus/go-workerpool) - Inspired from Java Thread Pool, Go WorkerPool aims to control heavy Go Routines. -- [go-workers(stars: 162)](https://github.com/catmullet/go-workers) - Easily and safely run workers for large data processing pipelines. +- [go-workers(stars: 163)](https://github.com/catmullet/go-workers) - Easily and safely run workers for large data processing pipelines. - [goccm(stars: 69)](https://github.com/zenthangplus/goccm) - Go Concurrency Manager package limits the number of goroutines that allowed to run concurrently. - [gohive(stars: 51)](https://github.com/loveleshsharma/gohive) - A highly performant and easy to use Goroutine pool for Go. - [gollback(stars: 117)](https://github.com/vardius/gollback) - asynchronous simple function utilities, for managing execution of closures and callbacks. -- [gowl(stars: 64)](https://github.com/hamed-yousefi/gowl) - Gowl is a process management and process monitoring tool at once. An infinite worker pool gives you the ability to control the pool and processes and monitor their status. +- [gowl(stars: 65)](https://github.com/hamed-yousefi/gowl) - Gowl is a process management and process monitoring tool at once. An infinite worker pool gives you the ability to control the pool and processes and monitor their status. - [goworker(stars: 2774)](https://github.com/benmanns/goworker) - goworker is a Go-based background worker. - [gowp(stars: 488)](https://github.com/xxjwxc/gowp) - gowp is concurrency limiting goroutine pool. - [gpool(stars: 88)](https://github.com/Sherifabdlnaby/gpool) - manages a resizeable pool of context-aware goroutines to bound concurrency. -- [grpool(stars: 739)](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool. +- [grpool(stars: 740)](https://github.com/ivpusic/grpool) - Lightweight Goroutine pool. - [hands(stars: 10)](https://github.com/duanckham/hands) - A process controller used to control the execution and return strategies of multiple goroutines. - [Hunch(stars: 97)](https://github.com/AaronJan/Hunch) - Hunch provides functions like: `All`, `First`, `Retry`, `Waterfall` etc., that makes asynchronous flow control more intuitive. -- [kyoo(stars: 46)](https://github.com/dirkaholic/kyoo) - Provides an unlimited job queue and concurrent worker pools. -- [neilotoole/errgroup(stars: 157)](https://github.com/neilotoole/errgroup) - Drop-in alternative to `sync/errgroup`, limited to a pool of N worker goroutines. +- [kyoo(stars: 47)](https://github.com/dirkaholic/kyoo) - Provides an unlimited job queue and concurrent worker pools. +- [neilotoole/errgroup(stars: 158)](https://github.com/neilotoole/errgroup) - Drop-in alternative to `sync/errgroup`, limited to a pool of N worker goroutines. - [nursery(stars: 62)](https://github.com/arunsworld/nursery) - Structured concurrency in Go. - [oversight](https://pkg.go.dev/cirello.io/oversight) - Oversight is a complete implementation of the Erlang supervision trees. - [parallel-fn(stars: 36)](https://github.com/rafaeljesus/parallel-fn) - Run functions in parallel. -- [pond(stars: 1159)](https://github.com/alitto/pond) - Minimalistic and High-performance goroutine worker pool written in Go. +- [pond(stars: 1160)](https://github.com/alitto/pond) - Minimalistic and High-performance goroutine worker pool written in Go. - [pool(stars: 723)](https://github.com/go-playground/pool) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation. - [queue(stars: 15)](https://github.com/AnikHasibul/queue) - Gives you a `sync.WaitGroup` like queue group accessibility. Helps you to throttle and limit goroutines, wait for the end of the all goroutines and much more. - [routine(stars: 179)](https://github.com/timandy/routine) - `routine` is a `ThreadLocal` for go library. It encapsulates and provides some easy-to-use, non-competitive, high-performance `goroutine` context access interfaces, which can help you access coroutine context information more gracefully. @@ -1300,7 +1300,7 @@ _Tools for managing and working with Goroutines._ - [threadpool(stars: 96)](https://github.com/shettyh/threadpool) - Golang threadpool implementation. - [tunny(stars: 3776)](https://github.com/Jeffail/tunny) - Goroutine pool for golang. - [worker-pool(stars: 90)](https://github.com/vardius/worker-pool) - goworker is a Go simple async worker pool. -- [workerpool](https://github.com/gammazero/workerpool) - Goroutine pool that limits the concurrency of task execution, not the number of tasks queued. +- [workerpool(stars: 1233)](https://github.com/gammazero/workerpool) - Goroutine pool that limits the concurrency of task execution, not the number of tasks queued. **[⬆ back to top](#contents)** @@ -1312,20 +1312,20 @@ _Toolkits_ - [app(stars: 7633)](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS. Supports: MacOS, Windows in progress. - [energy(stars: 246)](https://github.com/energye/energy) - Cross-platform based on LCL(Native System UI Control Library) and CEF(Chromium Embedded Framework) (Windows/ macOS / Linux) -- [fyne(stars: 22887)](https://github.com/fyne-io/fyne) - Cross platform native GUIs designed for Go based on Material Design. Supports: Linux, macOS, Windows, BSD, iOS and Android. +- [fyne(stars: 22894)](https://github.com/fyne-io/fyne) - Cross platform native GUIs designed for Go based on Material Design. Supports: Linux, macOS, Windows, BSD, iOS and Android. - [gio](https://gioui.org) - Gio is a library for writing cross-platform immediate mode GUI-s in Go. Gio supports all the major platforms: Linux, macOS, Windows, Android, iOS, FreeBSD, OpenBSD and WebAssembly. - [go-gtk](https://mattn.github.io/go-gtk/) - Go bindings for GTK. - [go-sciter(stars: 2562)](https://github.com/sciter-sdk/go-sciter) - Go bindings for Sciter: the Embeddable HTML/CSS/script engine for modern desktop UI development. Cross platform. - [Goey](https://bitbucket.org/rj/goey/src/master/) - Cross platform UI toolkit aggregator for Windows / Linux / Mac. GTK, Cocoa, Windows API -- [goradd/html5tag(stars: 7)](https://github.com/goradd/html5tag) - Library for outputting HTML5 tags. -- [gotk3(stars: 2006)](https://github.com/gotk3/gotk3) - Go bindings for GTK3. -- [gowd(stars: 415)](https://github.com/dtylman/gowd) - Rapid and simple desktop UI development with GO, HTML, CSS and NW.js. Cross platform. -- [qt(stars: 10186)](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi). +- [goradd/html5tag(stars: 8)](https://github.com/goradd/html5tag) - Library for outputting HTML5 tags. +- [gotk3(stars: 2007)](https://github.com/gotk3/gotk3) - Go bindings for GTK3. +- [gowd(stars: 416)](https://github.com/dtylman/gowd) - Rapid and simple desktop UI development with GO, HTML, CSS and NW.js. Cross platform. +- [qt(stars: 10187)](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi). - [ui(stars: 8324)](https://github.com/andlabs/ui) - Platform-native GUI library for Go. Cross platform. - [unison(stars: 132)](https://github.com/richardwilkes/unison) - A unified graphical user experience toolkit for Go desktop applications. macOS, Windows, and Linux are supported. - [Wails](https://wails.io) - Mac, Windows, Linux desktop apps with HTML UI using built-in OS HTML renderer. -- [walk(stars: 6681)](https://github.com/lxn/walk) - Windows application library kit for Go. -- [webview(stars: 11932)](https://github.com/zserge/webview) - Cross-platform webview window with simple two-way JavaScript bindings (Windows / macOS / Linux). +- [walk(stars: 6683)](https://github.com/lxn/walk) - Windows application library kit for Go. +- [webview(stars: 11933)](https://github.com/zserge/webview) - Cross-platform webview window with simple two-way JavaScript bindings (Windows / macOS / Linux). _Interaction_ @@ -1333,7 +1333,7 @@ _Interaction_ - [gosx-notifier(stars: 585)](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. - [mac-activity-tracker(stars: 26)](https://github.com/prashantgupta24/activity-tracker) - OSX library to notify about any (pluggable) activity on your machine. - [mac-sleep-notifier(stars: 30)](https://github.com/prashantgupta24/mac-sleep-notifier) - OSX Sleep/Wake notifications in golang. -- [robotgo(stars: 9149)](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation. Control the mouse, keyboard and other. +- [robotgo(stars: 9154)](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation. Control the mouse, keyboard and other. - [systray(stars: 3076)](https://github.com/getlantern/systray) - Cross platform Go library to place an icon and menu in the notification area. - [trayhost(stars: 249)](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar. - [zenity(stars: 609)](https://github.com/ncruces/zenity) - Cross-platform Go library and CLI to create simple dialogs that interact graphically with the user. @@ -1344,14 +1344,14 @@ _Interaction_ _Libraries, tools, and tutorials for interacting with hardware._ -- [arduino-cli(stars: 4136)](https://github.com/arduino/arduino-cli) - Official Arduino CLI and library. Can run standalone, or be incorporated into larger Go projects. +- [arduino-cli(stars: 4138)](https://github.com/arduino/arduino-cli) - Official Arduino CLI and library. Can run standalone, or be incorporated into larger Go projects. - [emgo(stars: 1051)](https://github.com/ziutek/emgo) - Go-like language for programming embedded systems (e.g. STM32 MCU). - [ghw(stars: 1566)](https://github.com/jaypipes/ghw) - Golang hardware discovery/inspection library. - [go-osc(stars: 186)](https://github.com/hypebeast/go-osc) - Open Sound Control (OSC) bindings for Go. - [go-rpio(stars: 2120)](https://github.com/stianeikeland/go-rpio) - GPIO for Go, doesn't require cgo. - [goroslib(stars: 296)](https://github.com/aler9/goroslib) - Robot Operating System (ROS) library for Go. - [joystick(stars: 54)](https://github.com/0xcafed00d/joystick) - a polled API to read the state of an attached joystick. -- [sysinfo(stars: 489)](https://github.com/zcalusic/sysinfo) - A pure Go library providing Linux OS / kernel / hardware system information. +- [sysinfo(stars: 490)](https://github.com/zcalusic/sysinfo) - A pure Go library providing Linux OS / kernel / hardware system information. **[⬆ back to top](#contents)** @@ -1367,15 +1367,15 @@ _Libraries for manipulating images._ - [darkroom(stars: 224)](https://github.com/gojek/darkroom) - An image proxy with changeable storage backends and image processing engines with focus on speed and resiliency. - [draft(stars: 576)](https://github.com/lucasepe/draft) - Generate High Level Microservice Architecture diagrams for GraphViz using simple YAML syntax. - [geopattern(stars: 1260)](https://github.com/pravj/geopattern) - Create beautiful generative image patterns from a string. -- [gg(stars: 4241)](https://github.com/fogleman/gg) - 2D rendering in pure Go. +- [gg(stars: 4243)](https://github.com/fogleman/gg) - 2D rendering in pure Go. - [gift(stars: 1714)](https://github.com/disintegration/gift) - Package of image processing filters. -- [gltf(stars: 229)](https://github.com/qmuntal/gltf) - Efficient and robust glTF 2.0 reader, writer and validator. -- [go-cairo(stars: 138)](https://github.com/ungerik/go-cairo) - Go binding for the cairo graphics library. +- [gltf(stars: 230)](https://github.com/qmuntal/gltf) - Efficient and robust glTF 2.0 reader, writer and validator. +- [go-cairo(stars: 139)](https://github.com/ungerik/go-cairo) - Go binding for the cairo graphics library. - [go-gd(stars: 59)](https://github.com/bolknote/go-gd) - Go binding for GD library. - [go-nude(stars: 397)](https://github.com/koyachi/go-nude) - Nudity detection with Go. - [go-webcolors(stars: 27)](https://github.com/jyotiska/go-webcolors) - Port of webcolors library from Python to Go. -- [go-webp(stars: 191)](https://github.com/kolesa-team/go-webp) - Library for encode and decode webp pictures, using libwebp. -- [gocv(stars: 6175)](https://github.com/hybridgroup/gocv) - Go package for computer vision using OpenCV 3.3+. +- [go-webp(stars: 192)](https://github.com/kolesa-team/go-webp) - Library for encode and decode webp pictures, using libwebp. +- [gocv(stars: 6181)](https://github.com/hybridgroup/gocv) - Go package for computer vision using OpenCV 3.3+. - [goimagehash(stars: 687)](https://github.com/corona10/goimagehash) - Go Perceptual image hashing package. - [goimghdr(stars: 40)](https://github.com/corona10/goimghdr) - The imghdr module determines the type of image contained in a file for Go. - [govatar(stars: 578)](https://github.com/o1egl/govatar) - Library and CMD tool for generating funny avatars. @@ -1383,16 +1383,16 @@ _Libraries for manipulating images._ - [gowitness(stars: 2633)](https://github.com/sensepost/gowitness) - Screenshoting webpages using go and headless chrome on command line. - [gridder(stars: 73)](https://github.com/shomali11/gridder) - A Grid based 2D Graphics library. - [image2ascii(stars: 824)](https://github.com/qeesung/image2ascii) - Convert image to ASCII. -- [imagick(stars: 1677)](https://github.com/gographics/imagick) - Go binding to ImageMagick's MagickWand C API. -- [imaginary(stars: 5284)](https://github.com/h2non/imaginary) - Fast and simple HTTP microservice for image resizing. -- [imaging(stars: 5022)](https://github.com/disintegration/imaging) - Simple Go image processing package. +- [imagick(stars: 1678)](https://github.com/gographics/imagick) - Go binding to ImageMagick's MagickWand C API. +- [imaginary(stars: 5286)](https://github.com/h2non/imaginary) - Fast and simple HTTP microservice for image resizing. +- [imaging(stars: 5024)](https://github.com/disintegration/imaging) - Simple Go image processing package. - [img(stars: 151)](https://github.com/hawx/img) - Selection of image manipulation tools. - [ln(stars: 3228)](https://github.com/fogleman/ln) - 3D line art rendering in Go. - [mergi(stars: 222)](https://github.com/noelyahan/mergi) - Tool & Go library for image manipulation (Merge, Crop, Resize, Watermark, Animate). - [mort(stars: 499)](https://github.com/aldor007/mort) - Storage and image processing server written in Go. - [mpo(stars: 14)](https://github.com/donatj/mpo) - Decoder and conversion tool for MPO 3D Photos. - [picfit(stars: 1990)](https://github.com/thoas/picfit) - An image resizing server written in Go. -- [pt(stars: 2064)](https://github.com/fogleman/pt) - Path tracing engine written in Go. +- [pt(stars: 2065)](https://github.com/fogleman/pt) - Path tracing engine written in Go. - [rez(stars: 210)](https://github.com/bamiaux/rez) - Image resizing in pure Go and SIMD. - [scout(stars: 13)](https://github.com/jonoton/scout) - Scout is a standalone open source software solution for DIY video security. - [smartcrop(stars: 1786)](https://github.com/muesli/smartcrop) - Finds good crops for arbitrary images and crop sizes. @@ -1401,7 +1401,7 @@ _Libraries for manipulating images._ - [svgo(stars: 2096)](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation. - [tga(stars: 34)](https://github.com/ftrvxmtrx/tga) - Package tga is a TARGA image format decoder/encoder. - [transformimgs(stars: 178)](https://github.com/Pixboost/transformimgs) - Transformimgs resizes and optimises images for Web using next-generation formats. -- [webp-server(stars: 70)](https://github.com/mehdipourfar/webp-server) - Simple and minimal image server capable of storing, resizing, converting and caching images. +- [webp-server(stars: 72)](https://github.com/mehdipourfar/webp-server) - Simple and minimal image server capable of storing, resizing, converting and caching images. **[⬆ back to top](#contents)** @@ -1411,7 +1411,7 @@ _Libraries for programming devices of the IoT._ - [connectordb(stars: 392)](https://github.com/connectordb/connectordb) - Open-Source Platform for Quantified Self & IoT. - [devices(stars: 264)](https://github.com/goiot/devices) - Suite of libraries for IoT devices, experimental for x/exp/io. -- [ekuiper(stars: 1327)](https://github.com/lf-edge/ekuiper) - Lightweight data stream processing engine for IoT edge. +- [ekuiper(stars: 1328)](https://github.com/lf-edge/ekuiper) - Lightweight data stream processing engine for IoT edge. - [eywa(stars: 61)](https://github.com/xcodersun/eywa) - Project Eywa is essentially a connection manager that keeps track of connected devices. - [flogo(stars: 2364)](https://github.com/tibcosoftware/flogo) - Project Flogo is an Open Source Framework for IoT Edge Apps & Integration. - [gatt(stars: 1102)](https://github.com/paypal/gatt) - Gatt is a Go package for building Bluetooth Low Energy peripherals. @@ -1432,11 +1432,11 @@ _Libraries for scheduling jobs._ - [cheek(stars: 117)](https://github.com/datarootsio/cheek) - A simple crontab like scheduler that aims to offer a KISS approach to job scheduling. - [clockwerk(stars: 141)](https://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax. - [cronticker(stars: 11)](https://github.com/krayzpipes/cronticker) - A ticker implementation to support cron schedules. -- [Dagu(stars: 1109)](https://github.com/dagu-go/dagu) - No-code workflow executor. it executes DAGs defined in a simple YAML format. +- [Dagu(stars: 1111)](https://github.com/dagu-go/dagu) - No-code workflow executor. it executes DAGs defined in a simple YAML format. - [go-cron(stars: 224)](https://github.com/rk/go-cron) - Simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons. -- [go-dag(stars: 2)](https://github.com/rhosocial/go-dag) - A framework developed in Go that manages the execution of workflows described by directed acyclic graphs. -- [go-quartz(stars: 1626)](https://github.com/reugn/go-quartz) - Simple, zero-dependency scheduling library for Go. -- [gocron(stars: 4772)](https://github.com/go-co-op/gocron) - Easy and fluent Go job scheduling. This is an actively maintained fork of [jasonlvhit/gocron](https://github.com/jasonlvhit/gocron). +- [go-dag(stars: 3)](https://github.com/rhosocial/go-dag) - A framework developed in Go that manages the execution of workflows described by directed acyclic graphs. +- [go-quartz(stars: 1628)](https://github.com/reugn/go-quartz) - Simple, zero-dependency scheduling library for Go. +- [gocron(stars: 4774)](https://github.com/go-co-op/gocron) - Easy and fluent Go job scheduling. This is an actively maintained fork of [jasonlvhit/gocron](https://github.com/jasonlvhit/gocron). - [goflow(stars: 254)](https://github.com/fieldryand/goflow) - A simple but powerful DAG scheduler and dashboard. - [gron(stars: 1009)](https://github.com/roylee0704/gron) - Define time-based tasks using a simple Go API and Gron’s scheduler will run them accordingly. - [gronx(stars: 359)](https://github.com/adhocore/gronx) - Cron expression parser, task runner and daemon consuming crontab like task list. @@ -1445,7 +1445,7 @@ _Libraries for scheduling jobs._ - [leprechaun(stars: 101)](https://github.com/kilgaloon/leprechaun) - Job scheduler that supports webhooks, crons and classic scheduling. - [sched(stars: 27)](https://github.com/romshark/sched) - A job scheduler with the ability to fast-forward time. - [scheduler(stars: 440)](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. -- [tasks(stars: 229)](https://github.com/madflojo/tasks) - An easy to use in-process scheduler for recurring tasks in Go. +- [tasks(stars: 235)](https://github.com/madflojo/tasks) - An easy to use in-process scheduler for recurring tasks in Go. **[⬆ back to top](#contents)** @@ -1461,7 +1461,7 @@ _Libraries for working with JSON._ - [fastjson(stars: 2135)](https://github.com/valyala/fastjson) - Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection. - [gabs(stars: 3341)](https://github.com/Jeffail/gabs) - For parsing, creating and editing unknown or dynamic JSON in Go. - [gjo(stars: 123)](https://github.com/skanehira/gjo) - Small utility to create JSON objects. -- [GJSON(stars: 13462)](https://github.com/tidwall/gjson) - Get a JSON value with one line of code. +- [GJSON(stars: 13464)](https://github.com/tidwall/gjson) - Get a JSON value with one line of code. - [go-jsonerror(stars: 15)](https://github.com/ddymko/go-jsonerror) - Go-JsonError is meant to allow us to easily create json response errors that follow the JsonApi spec. - [go-respond(stars: 53)](https://github.com/nicklaw5/go-respond) - Go package for handling common HTTP JSON responses. - [gojmapr(stars: 22)](https://github.com/limiu82214/gojmapr) - Get simple struct from complex json by json path. @@ -1528,38 +1528,38 @@ _Libraries for generating and working with log files._ - [logger(stars: 158)](https://github.com/azer/logger) - Minimalistic logging library for Go. - [logmatic(stars: 16)](https://github.com/borderstech/logmatic) - Colorized logger for Golang with dynamic log level configuration. - [logo(stars: 11)](https://github.com/mbndr/logo) - Golang logger to different configurable writers. -- [logrus(stars: 23898)](https://github.com/Sirupsen/logrus) - Structured logger for Go. +- [logrus(stars: 23902)](https://github.com/Sirupsen/logrus) - Structured logger for Go. - [logrusiowriter(stars: 16)](https://github.com/cabify/logrusiowriter) - `io.Writer` implementation using [logrus](https://github.com/sirupsen/logrus) logger. - [logrusly(stars: 28)](https://github.com/sebest/logrusly) - [logrus](https://github.com/sirupsen/logrus) plug-in to send errors to a [Loggly](https://www.loggly.com/). - [logur(stars: 197)](https://github.com/logur/logur) - An opinionated logger interface and collection of logging best practices with adapters and integrations for well-known libraries ([logrus](https://github.com/sirupsen/logrus), [go-kit log](https://github.com/go-kit/kit/tree/master/log), [zap](https://github.com/uber-go/zap), [zerolog](https://github.com/rs/zerolog), etc). - [logutils(stars: 364)](https://github.com/hashicorp/logutils) - Utilities for slightly better logging in Go (Golang) extending the standard logger. - [logxi(stars: 352)](https://github.com/mgutz/logxi) - 12-factor app logger that is fast and makes you happy. -- [lumberjack(stars: 4553)](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser. +- [lumberjack(stars: 4555)](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser. - [mlog(stars: 33)](https://github.com/jbrodriguez/mlog) - Simple logging module for go, with 5 levels, an optional rotating logfile feature and stdout/stderr output. - [noodlog(stars: 44)](https://github.com/gyozatech/noodlog) - Parametrized JSON logging library which lets you obfuscate sensitive data and marshal any kind of content. No more printed pointers instead of values, nor escape chars for the JSON strings. - [onelog(stars: 415)](https://github.com/francoispqt/onelog) - Onelog is a dead simple but very efficient JSON logger. It is the fastest JSON logger out there in all scenarios. Also, it is one of the logger with the lowest allocation. - [ozzo-log(stars: 122)](https://github.com/go-ozzo/ozzo-log) - High performance logging supporting log severity, categorization, and filtering. Can send filtered log messages to various targets (e.g. console, network, mail). - [phuslu/log(stars: 549)](https://github.com/phuslu/log) - High performance structured logging. -- [pp(stars: 1772)](https://github.com/k0kubun/pp) - Colored pretty printer for Go language. +- [pp(stars: 1773)](https://github.com/k0kubun/pp) - Colored pretty printer for Go language. - [rollingwriter(stars: 292)](https://github.com/arthurkiller/rollingWriter) - RollingWriter is an auto-rotate `io.Writer` implementation with multi policies to provide log file rotation. - [seelog(stars: 1638)](https://github.com/cihub/seelog) - Logging functionality with flexible dispatching, filtering, and formatting. - [slf4g(stars: 3)](https://github.com/echocat/slf4g) - Simple Logging Facade for Golang: Simple structured logging; but powerful, extendable and customizable, with huge amount of learnings from decades of past logging frameworks. - [slog(stars: 343)](https://github.com/gookit/slog) - Lightweight, configurable, extensible logger for Go. - [slog-formatter(stars: 79)](https://github.com/samber/slog-formatter) - Common formatters for slog and helpers to build your own. -- [slog-multi(stars: 230)](https://github.com/samber/slog-multi) - Chain of slog.Handler (pipeline, fanout...). +- [slog-multi(stars: 231)](https://github.com/samber/slog-multi) - Chain of slog.Handler (pipeline, fanout...). - [spew(stars: 5877)](https://github.com/davecgh/go-spew) - Implements a deep pretty printer for Go data structures to aid in debugging. - [sqldb-logger(stars: 334)](https://github.com/simukti/sqldb-logger) - A logger for Go SQL database driver without modify existing \*sql.DB stdlib usage. - [stdlog(stars: 47)](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs. - [structy/log(stars: 5)](https://github.com/structy/log) - A simple to use log system, minimalist but with features for debugging and differentiation of messages. - [tail(stars: 2664)](https://github.com/hpcloud/tail) - Go package striving to emulate the features of the BSD tail program. -- [tint(stars: 567)](https://github.com/lmittmann/tint) - A slog.Handler that writes tinted logs. +- [tint(stars: 566)](https://github.com/lmittmann/tint) - A slog.Handler that writes tinted logs. - [xlog(stars: 8)](https://github.com/xfxdev/xlog) - Plugin architecture and flexible log system for Go, with level ctrl, multiple log target and custom log format. - [xlog(stars: 138)](https://github.com/rs/xlog) - Structured logger for `net/context` aware HTTP handlers with flexible dispatching. - [xylog(stars: 15)](https://github.com/xybor-x/xylog) - Leveled and structured logging, dynamic fields, high performance, zone management, simple configuration, and readable syntax. - [yell(stars: 1)](https://github.com/jfcg/yell) - Yet another minimalistic logging library. -- [zap(stars: 20693)](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go. +- [zap(stars: 20699)](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go. - [zax(stars: 17)](https://github.com/yuseferi/zax) - Integrate Context with Zap logger, which leads to more flexibility in Go logging. -- [zerolog(stars: 9609)](https://github.com/rs/zerolog) - Zero-allocation JSON logger. +- [zerolog(stars: 9613)](https://github.com/rs/zerolog) - Zero-allocation JSON logger. - [zkits-logger(stars: 25)](https://github.com/edoger/zkits-logger) - A powerful zero-dependency JSON logger. - [zl(stars: 5)](https://github.com/nkmr-jp/zl) - High Developer Experience, zap based logger. It offers rich functionality but is easy to configure. @@ -1584,15 +1584,15 @@ _Libraries for Machine Learning._ - [gobrain(stars: 550)](https://github.com/goml/gobrain) - Neural Networks written in go. - [godist(stars: 36)](https://github.com/e-dard/godist) - Various probability distributions, and associated methods. - [goga(stars: 209)](https://github.com/tomcraven/goga) - Genetic algorithm library for Go. -- [GoLearn(stars: 9124)](https://github.com/sjwhitworth/golearn) - General Machine Learning library for Go. +- [GoLearn(stars: 9125)](https://github.com/sjwhitworth/golearn) - General Machine Learning library for Go. - [golinear(stars: 44)](https://github.com/danieldk/golinear) - liblinear bindings for Go. -- [GoMind(stars: 74)](https://github.com/surenderthakran/gomind) - A simplistic Neural Network Library in Go. -- [goml(stars: 1532)](https://github.com/cdipaolo/goml) - On-line Machine Learning in Go. +- [GoMind(stars: 75)](https://github.com/surenderthakran/gomind) - A simplistic Neural Network Library in Go. +- [goml(stars: 1533)](https://github.com/cdipaolo/goml) - On-line Machine Learning in Go. - [gonet(stars: 79)](https://github.com/dathoangnd/gonet) - Neural Network for Go. - [Goptuna(stars: 249)](https://github.com/c-bata/goptuna) - Bayesian optimization framework for black-box functions written in Go. Everything will be optimized. - [goRecommend(stars: 202)](https://github.com/timkaye11/goRecommend) - Recommendation Algorithms library written in Go. -- [gorgonia(stars: 5288)](https://github.com/gorgonia/gorgonia) - graph-based computational library like Theano for Go that provides primitives for building various machine learning and neural network algorithms. -- [gorse(stars: 7957)](https://github.com/zhenghaoz/gorse) - An offline recommender system backend based on collaborative filtering written in Go. +- [gorgonia(stars: 5291)](https://github.com/gorgonia/gorgonia) - graph-based computational library like Theano for Go that provides primitives for building various machine learning and neural network algorithms. +- [gorse(stars: 7961)](https://github.com/zhenghaoz/gorse) - An offline recommender system backend based on collaborative filtering written in Go. - [goscore(stars: 93)](https://github.com/asafschers/goscore) - Go Scoring API for PMML. - [gosseract(stars: 2443)](https://github.com/otiai10/gosseract) - Go package for OCR (Optical Character Recognition), by using Tesseract C++ library. - [libsvm(stars: 72)](https://github.com/datastream/libsvm) - libsvm golang version derived work based on LIBSVM 3.14. @@ -1615,16 +1615,16 @@ _Libraries for Machine Learning._ _Libraries that implement messaging systems._ - [ami(stars: 28)](https://github.com/kak-tus/ami) - Go client to reliable queues based on Redis Cluster Streams. -- [amqp(stars: 1261)](https://github.com/rabbitmq/amqp091-go) - Go RabbitMQ Client Library. +- [amqp(stars: 1263)](https://github.com/rabbitmq/amqp091-go) - Go RabbitMQ Client Library. - [APNs2(stars: 2914)](https://github.com/sideshow/apns2) - HTTP/2 Apple Push Notification provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps. -- [Asynq(stars: 8376)](https://github.com/hibiken/asynq) - A simple, reliable, and efficient distributed task queue for Go built on top of Redis. -- [Beaver(stars: 1502)](https://github.com/Clivern/Beaver) - A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps. -- [Benthos(stars: 7298)](https://github.com/Jeffail/benthos) - A message streaming bridge between a range of protocols. -- [Bus(stars: 325)](https://github.com/mustafaturan/bus) - Minimalist message bus implementation for internal communication. -- [Centrifugo(stars: 7775)](https://github.com/centrifugal/centrifugo) - Real-time messaging (Websockets or SockJS) server in Go. -- [Chanify(stars: 1203)](https://github.com/chanify/chanify) - A push notification server send message to your iOS devices. +- [Asynq(stars: 8382)](https://github.com/hibiken/asynq) - A simple, reliable, and efficient distributed task queue for Go built on top of Redis. +- [Beaver(stars: 1503)](https://github.com/Clivern/Beaver) - A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps. +- [Benthos](https://github.com/Jeffail/benthos) - A message streaming bridge between a range of protocols. +- [Bus(stars: 326)](https://github.com/mustafaturan/bus) - Minimalist message bus implementation for internal communication. +- [Centrifugo(stars: 7778)](https://github.com/centrifugal/centrifugo) - Real-time messaging (Websockets or SockJS) server in Go. +- [Chanify(stars: 1204)](https://github.com/chanify/chanify) - A push notification server send message to your iOS devices. - [Commander(stars: 65)](https://github.com/jeroenrinzema/commander) - A high-level event driven consumer/producer supporting various "dialects" such as Apache Kafka. -- [Confluent Kafka Golang Client(stars: 4367)](https://github.com/confluentinc/confluent-kafka-go) - confluent-kafka-go is Confluent's Golang client for Apache Kafka and the Confluent Platform. +- [Confluent Kafka Golang Client(stars: 4368)](https://github.com/confluentinc/confluent-kafka-go) - confluent-kafka-go is Confluent's Golang client for Apache Kafka and the Confluent Platform. - [dbus(stars: 935)](https://github.com/godbus/dbus) - Native Go bindings for D-Bus. - [drone-line(stars: 79)](https://github.com/appleboy/drone-line) - Sending [Line](https://at.line.me/en) notifications using a binary, docker or Drone CI. - [emitter(stars: 492)](https://github.com/olebedev/emitter) - Emits events using Go way, with wildcard, predicates, cancellation possibilities and many other good wins. @@ -1643,48 +1643,48 @@ _Libraries that implement messaging systems._ - [golongpoll(stars: 648)](https://github.com/jcuga/golongpoll) - HTTP longpoll server library that makes web pub-sub simple. - [gopush-cluster(stars: 2077)](https://github.com/Terry-Mao/gopush-cluster) - gopush-cluster is a go push server cluster. - [gorush(stars: 7545)](https://github.com/appleboy/gorush) - Push notification server using [APNs2](https://github.com/sideshow/apns2) and google [GCM](https://github.com/google/go-gcm). -- [gosd(stars: 23)](https://github.com/alexsniffin/gosd) - A library for scheduling when to dispatch a message to a channel. +- [gosd](https://github.com/alexsniffin/gosd) - A library for scheduling when to dispatch a message to a channel. - [guble(stars: 156)](https://github.com/smancke/guble) - Messaging server using push notifications (Google Firebase Cloud Messaging, Apple Push Notification services, SMS) as well as websockets, a REST API, featuring distributed operation and message-persistence. - [hare(stars: 51)](https://github.com/leozz37/hare) - A user friendly library for sending messages and listening to TCP sockets. - [hub(stars: 140)](https://github.com/leandro-lugaresi/hub) - A Message/Event Hub for Go applications, using publish/subscribe pattern with support for alias like rabbitMQ exchanges. -- [jazz(stars: 18)](https://github.com/socifi/jazz) - A simple RabbitMQ abstraction layer for queue administration and publishing and consuming of messages. -- [machinery(stars: 7243)](https://github.com/RichardKnop/machinery) - Asynchronous task queue/job queue based on distributed message passing. -- [mangos(stars: 637)](https://github.com/nanomsg/mangos) - Pure go implementation of the Nanomsg ("Scalability Protocols") with transport interoperability. -- [melody(stars: 3478)](https://github.com/olahol/melody) - Minimalist framework for dealing with websocket sessions, includes broadcasting and automatic ping/pong handling. -- [Mercure(stars: 3704)](https://github.com/dunglas/mercure) - Server and library to dispatch server-sent updates using the Mercure protocol (built on top of Server-Sent Events). -- [messagebus(stars: 263)](https://github.com/vardius/message-bus) - messagebus is a Go simple async message bus, perfect for using as event bus when doing event sourcing, CQRS, DDD. -- [NATS Go Client(stars: 5064)](https://github.com/nats-io/nats) - Lightweight and high performance publish-subscribe and distributed queueing messaging system - this is the Go library. -- [nsq-event-bus(stars: 77)](https://github.com/rafaeljesus/nsq-event-bus) - A tiny wrapper around NSQ topic and channel. -- [oplog(stars: 112)](https://github.com/dailymotion/oplog) - Generic oplog/replication system for REST APIs. -- [pubsub(stars: 409)](https://github.com/tuxychandru/pubsub) - Simple pubsub package for go. -- [Quamina(stars: 356)](https://github.com/timbray/quamina) - Fast pattern-matching for filtering messages and events. -- [rabbus(stars: 97)](https://github.com/rafaeljesus/rabbus) - A tiny wrapper over amqp exchanges and queues. -- [rabtap(stars: 252)](https://github.com/jandelgado/rabtap) - RabbitMQ swiss army knife cli app. -- [RapidMQ(stars: 67)](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue. -- [Ratus(stars: 97)](https://github.com/hyperonym/ratus) - Ratus is a RESTful asynchronous task queue server. -- [redisqueue(stars: 120)](https://github.com/robinjoseph08/redisqueue) - redisqueue provides a producer and consumer of a queue that uses Redis streams. -- [rmqconn(stars: 22)](https://github.com/sbabiv/rmqconn) - RabbitMQ Reconnection. Wrapper over amqp.Connection and amqp.Dial. Allowing to do a reconnection when the connection is broken before forcing the call to the Close () method to be closed. -- [sarama(stars: 10871)](https://github.com/Shopify/sarama) - Go library for Apache Kafka. -- [Uniqush-Push(stars: 1523)](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices. -- [Watermill(stars: 6642)](https://github.com/ThreeDotsLabs/watermill) - Working efficiently with message streams. Building event driven applications, enabling event sourcing, RPC over messages, sagas. Can use conventional pub/sub implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog. -- [zmq4(stars: 1123)](https://github.com/pebbe/zmq4) - Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). +- [jazz](https://github.com/socifi/jazz) - A simple RabbitMQ abstraction layer for queue administration and publishing and consuming of messages. +- [machinery](https://github.com/RichardKnop/machinery) - Asynchronous task queue/job queue based on distributed message passing. +- [mangos](https://github.com/nanomsg/mangos) - Pure go implementation of the Nanomsg ("Scalability Protocols") with transport interoperability. +- [melody](https://github.com/olahol/melody) - Minimalist framework for dealing with websocket sessions, includes broadcasting and automatic ping/pong handling. +- [Mercure](https://github.com/dunglas/mercure) - Server and library to dispatch server-sent updates using the Mercure protocol (built on top of Server-Sent Events). +- [messagebus](https://github.com/vardius/message-bus) - messagebus is a Go simple async message bus, perfect for using as event bus when doing event sourcing, CQRS, DDD. +- [NATS Go Client](https://github.com/nats-io/nats) - Lightweight and high performance publish-subscribe and distributed queueing messaging system - this is the Go library. +- [nsq-event-bus](https://github.com/rafaeljesus/nsq-event-bus) - A tiny wrapper around NSQ topic and channel. +- [oplog](https://github.com/dailymotion/oplog) - Generic oplog/replication system for REST APIs. +- [pubsub](https://github.com/tuxychandru/pubsub) - Simple pubsub package for go. +- [Quamina](https://github.com/timbray/quamina) - Fast pattern-matching for filtering messages and events. +- [rabbus](https://github.com/rafaeljesus/rabbus) - A tiny wrapper over amqp exchanges and queues. +- [rabtap](https://github.com/jandelgado/rabtap) - RabbitMQ swiss army knife cli app. +- [RapidMQ](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue. +- [Ratus](https://github.com/hyperonym/ratus) - Ratus is a RESTful asynchronous task queue server. +- [redisqueue](https://github.com/robinjoseph08/redisqueue) - redisqueue provides a producer and consumer of a queue that uses Redis streams. +- [rmqconn](https://github.com/sbabiv/rmqconn) - RabbitMQ Reconnection. Wrapper over amqp.Connection and amqp.Dial. Allowing to do a reconnection when the connection is broken before forcing the call to the Close () method to be closed. +- [sarama](https://github.com/Shopify/sarama) - Go library for Apache Kafka. +- [Uniqush-Push](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices. +- [Watermill](https://github.com/ThreeDotsLabs/watermill) - Working efficiently with message streams. Building event driven applications, enabling event sourcing, RPC over messages, sagas. Can use conventional pub/sub implementations like Kafka or RabbitMQ, but also HTTP or MySQL binlog. +- [zmq4](https://github.com/pebbe/zmq4) - Go interface to ZeroMQ version 4. Also available for [version 3](https://github.com/pebbe/zmq3) and [version 2](https://github.com/pebbe/zmq2). **[⬆ back to top](#contents)** ## Microsoft Office -- [unioffice(stars: 4130)](https://github.com/unidoc/unioffice) - Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents. +- [unioffice](https://github.com/unidoc/unioffice) - Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents. ### Microsoft Excel _Libraries for working with Microsoft Excel._ -- [excelize(stars: 17043)](https://github.com/xuri/excelize) - Golang library for reading and writing Microsoft Excel™ (XLSX) files. -- [exl(stars: 26)](https://github.com/go-the-way/exl) - Excel binding to struct written in Go.(Only supports Go1.18+) -- [go-excel(stars: 184)](https://github.com/szyhf/go-excel) - A simple and light reader to read a relate-db-like excel as a table. -- [goxlsxwriter(stars: 21)](https://github.com/fterrag/goxlsxwriter) - Golang bindings for libxlsxwriter for writing XLSX (Microsoft Excel) files. -- [xlsx(stars: 5725)](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. -- [xlsx(stars: 172)](https://github.com/plandem/xlsx) - Fast and safe way to read/update your existing Microsoft Excel files in Go programs. +- [excelize](https://github.com/xuri/excelize) - Golang library for reading and writing Microsoft Excel™ (XLSX) files. +- [exl](https://github.com/go-the-way/exl) - Excel binding to struct written in Go.(Only supports Go1.18+) +- [go-excel](https://github.com/szyhf/go-excel) - A simple and light reader to read a relate-db-like excel as a table. +- [goxlsxwriter](https://github.com/fterrag/goxlsxwriter) - Golang bindings for libxlsxwriter for writing XLSX (Microsoft Excel) files. +- [xlsx](https://github.com/tealeg/xlsx) - Library to simplify reading the XML format used by recent version of Microsoft Excel in Go programs. +- [xlsx](https://github.com/plandem/xlsx) - Fast and safe way to read/update your existing Microsoft Excel files in Go programs. **[⬆ back to top](#contents)** @@ -1694,26 +1694,26 @@ _Libraries for working with Microsoft Excel._ _Libraries for working with dependency injection._ -- [alice(stars: 51)](https://github.com/magic003/alice) - Additive dependency injection container for Golang. +- [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang. - [boot-go](http://github.com/boot-go/boot) - Component-based development with dependency injection using reflections for Go developers. - [cosban/di](https://gitlab.com/cosban/di) - A code generation based dependency injection wiring tool. -- [di(stars: 219)](https://github.com/goava/di) - A dependency injection container for go programming language. -- [dig(stars: 3635)](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go. -- [dingo(stars: 172)](https://github.com/i-love-flamingo/dingo) - A dependency injection toolkit for Go, based on Guice. -- [do(stars: 1533)](https://github.com/samber/do) - A dependency injection framework based on Generics. -- [fx(stars: 5070)](https://github.com/uber-go/fx) - A dependency injection based application framework for Go (built on top of dig). -- [gocontainer(stars: 19)](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container. -- [goioc/di(stars: 328)](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container. -- [GoLobby/Container(stars: 524)](https://github.com/golobby/container) - GoLobby Container is a lightweight yet powerful IoC dependency injection container for the Go programming language. -- [gontainer(stars: 22)](https://github.com/NVIDIA/gontainer) - A dependency injection service container for Go projects. -- [gontainer/gontainer(stars: 14)](https://github.com/gontainer/gontainer) - A YAML-based Dependency Injection container for GO. It supports dependencies' scopes, and auto-detection of circular dependencies. Gontainer is concurrent-safe. -- [google/wire(stars: 12120)](https://github.com/google/wire) - Automated Initialization in Go. -- [HnH/di(stars: 7)](https://github.com/HnH/di) - DI container library that is focused on clean API and flexibility. -- [kinit(stars: 10)](https://github.com/go-kata/kinit) - Customizable dependency injection container with the global mode, cascade initialization and panic-safe finalization. -- [kod(stars: 58)](https://github.com/go-kod/kod) - A generics based dependency injection framework for Go. -- [linker(stars: 35)](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support. -- [nject(stars: 28)](https://github.com/muir/nject) - A type safe, reflective framework for libraries, tests, http endpoints, and service startup. -- [ore(stars: 3)](https://github.com/firasdarwish/ore) - Lightweight, generic & simple dependency injection (DI) container. +- [di](https://github.com/goava/di) - A dependency injection container for go programming language. +- [dig](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go. +- [dingo](https://github.com/i-love-flamingo/dingo) - A dependency injection toolkit for Go, based on Guice. +- [do](https://github.com/samber/do) - A dependency injection framework based on Generics. +- [fx](https://github.com/uber-go/fx) - A dependency injection based application framework for Go (built on top of dig). +- [gocontainer](https://github.com/vardius/gocontainer) - Simple Dependency Injection Container. +- [goioc/di](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container. +- [GoLobby/Container](https://github.com/golobby/container) - GoLobby Container is a lightweight yet powerful IoC dependency injection container for the Go programming language. +- [gontainer](https://github.com/NVIDIA/gontainer) - A dependency injection service container for Go projects. +- [gontainer/gontainer](https://github.com/gontainer/gontainer) - A YAML-based Dependency Injection container for GO. It supports dependencies' scopes, and auto-detection of circular dependencies. Gontainer is concurrent-safe. +- [google/wire](https://github.com/google/wire) - Automated Initialization in Go. +- [HnH/di](https://github.com/HnH/di) - DI container library that is focused on clean API and flexibility. +- [kinit](https://github.com/go-kata/kinit) - Customizable dependency injection container with the global mode, cascade initialization and panic-safe finalization. +- [kod](https://github.com/go-kod/kod) - A generics based dependency injection framework for Go. +- [linker](https://github.com/logrange/linker) - A reflection based dependency injection and inversion of control library with components lifecycle support. +- [nject](https://github.com/muir/nject) - A type safe, reflective framework for libraries, tests, http endpoints, and service startup. +- [ore](https://github.com/firasdarwish/ore) - Lightweight, generic & simple dependency injection (DI) container. - [wire](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang. **[⬆ back to top](#contents)** @@ -1722,21 +1722,21 @@ _Libraries for working with dependency injection._ _**Unofficial** set of patterns for structuring projects._ -- [ardanlabs/service(stars: 3335)](https://github.com/ardanlabs/service) - A [starter kit](https://github.com/ardanlabs/service/wiki) for building production grade scalable web service applications. -- [cookiecutter-golang(stars: 664)](https://github.com/lacion/cookiecutter-golang) - A Go application boilerplate template for quick starting projects following production best practices. -- [go-module(stars: 27)](https://github.com/octomation/go-module) - Template for a typical module written on Go. -- [go-sample(stars: 126)](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. -- [go-starter(stars: 423)](https://github.com/allaboutapps/go-starter) - An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers. -- [go-todo-backend(stars: 295)](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. -- [gobase(stars: 54)](https://github.com/wajox/gobase) - A simple skeleton for golang application with basic setup for real golang application. -- [golang-standards/project-layout(stars: 45201)](https://github.com/golang-standards/project-layout) - Set of common historical and emerging project layout patterns in the Go ecosystem. Note: despite the org-name they do not represent official golang standards, see [this issue](https://github.com/golang-standards/project-layout/issues/117) for more information. Nonetheless, some may find the layout useful. -- [golang-templates/seed(stars: 431)](https://github.com/golang-templates/seed) - Go application GitHub repository template. -- [insidieux/inizio(stars: 18)](https://github.com/insidieux/inizio) - Golang project layout generator with plugins. -- [modern-go-application(stars: 1759)](https://github.com/sagikazarmark/modern-go-application) - Go application boilerplate and example applying modern practices. -- [nunu(stars: 1037)](https://github.com/go-nunu/nunu) - Nunu is a scaffolding tool for building Go applications. -- [pagoda(stars: 1249)](https://github.com/mikestefanello/pagoda) - Rapid, easy full-stack web development starter kit built in Go. -- [scaffold(stars: 147)](https://github.com/catchplay/scaffold) - Scaffold generates a starter Go project layout. Lets you focus on business logic implemented. -- [wangyoucao577/go-project-layout(stars: 24)](https://github.com/wangyoucao577/go-project-layout) - Set of practices and discussions on how to structure Go project layout. +- [ardanlabs/service](https://github.com/ardanlabs/service) - A [starter kit](https://github.com/ardanlabs/service/wiki) for building production grade scalable web service applications. +- [cookiecutter-golang](https://github.com/lacion/cookiecutter-golang) - A Go application boilerplate template for quick starting projects following production best practices. +- [go-module](https://github.com/octomation/go-module) - Template for a typical module written on Go. +- [go-sample](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. +- [go-starter](https://github.com/allaboutapps/go-starter) - An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers. +- [go-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. +- [gobase](https://github.com/wajox/gobase) - A simple skeleton for golang application with basic setup for real golang application. +- [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - Set of common historical and emerging project layout patterns in the Go ecosystem. Note: despite the org-name they do not represent official golang standards, see [this issue](https://github.com/golang-standards/project-layout/issues/117) for more information. Nonetheless, some may find the layout useful. +- [golang-templates/seed](https://github.com/golang-templates/seed) - Go application GitHub repository template. +- [insidieux/inizio](https://github.com/insidieux/inizio) - Golang project layout generator with plugins. +- [modern-go-application](https://github.com/sagikazarmark/modern-go-application) - Go application boilerplate and example applying modern practices. +- [nunu](https://github.com/go-nunu/nunu) - Nunu is a scaffolding tool for building Go applications. +- [pagoda](https://github.com/mikestefanello/pagoda) - Rapid, easy full-stack web development starter kit built in Go. +- [scaffold](https://github.com/catchplay/scaffold) - Scaffold generates a starter Go project layout. Lets you focus on business logic implemented. +- [wangyoucao577/go-project-layout](https://github.com/wangyoucao577/go-project-layout) - Set of practices and discussions on how to structure Go project layout. **[⬆ back to top](#contents)** @@ -1745,11 +1745,11 @@ _**Unofficial** set of patterns for structuring projects._ _Libraries for working with strings._ - [bexp](https://github.com/happy-sdk/happy/tree/main/pkg/strings/bexp) - Go implementation of Brace Expansion mechanism to generate arbitrary strings. -- [caps(stars: 52)](https://github.com/chanced/caps) - A case conversion library. +- [caps](https://github.com/chanced/caps) - A case conversion library. - [go-formatter](https://gitlab.com/tymonx/go-formatter) - Implements **replacement fields** surrounded by curly braces `{}` format strings. -- [gobeam/Stringy(stars: 199)](https://github.com/gobeam/Stringy) - String manipulation library to convert string to camel case, snake case, kebab case / slugify etc. -- [strutil(stars: 200)](https://github.com/ozgio/strutil) - String utilities. -- [sttr(stars: 794)](https://github.com/abhimanyu003/sttr) - cross-platform, cli app to perform various operations on string. +- [gobeam/Stringy](https://github.com/gobeam/Stringy) - String manipulation library to convert string to camel case, snake case, kebab case / slugify etc. +- [strutil](https://github.com/ozgio/strutil) - String utilities. +- [sttr](https://github.com/abhimanyu003/sttr) - cross-platform, cli app to perform various operations on string. - [xstrings](https://github.com/huandu/xstrings) - Collection of useful string functions ported from other languages. **[⬆ back to top](#contents)** @@ -3301,7 +3301,7 @@ _Software written in Go._ - [lgo](https://github.com/yunabe/lgo) - Interactive Go programming with Jupyter. It supports code completion, code inspection and 100% Go compatibility. - [limetext](https://limetext.github.io) - Lime Text is a powerful and elegant text editor primarily developed in Go that aims to be a Free and open-source software successor to Sublime Text. - [LiteIDE](https://github.com/visualfc/liteide) - LiteIDE is a simple, open source, cross-platform Go IDE. -- [mockingjay](https://github.com/quii/mockingjay-server) - Fake HTTP servers and consumer driven contracts from one configuration file. You can also make the server randomly misbehave to help do more realistic performance tests. +- [mockingjay(stars: 549)](https://github.com/quii/mockingjay-server) - Fake HTTP servers and consumer driven contracts from one configuration file. You can also make the server randomly misbehave to help do more realistic performance tests. - [myLG](https://github.com/mehrdadrad/mylg) - Command Line Network Diagnostic tool written in Go. - [naclpipe](https://github.com/unix4fun/naclpipe) - Simple NaCL EC25519 based crypto pipe tool written in Go. - [Neo-cowsay](https://github.com/Code-Hex/Neo-cowsay) - 🐮 cowsay is reborn. for a New Era.