diff --git a/README.md b/README.md index f9d1a44..0ef0624 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: 2814)](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. -- [LocalAI(stars: 18677)](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models. -- [Ollama(stars: 53243)](https://github.com/jmorganca/ollama) - Run large language models locally. +- [langchaingo(stars: 2828)](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. +- [LocalAI(stars: 18729)](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models. +- [Ollama(stars: 53486)](https://github.com/jmorganca/ollama) - Run large language models locally. **[⬆ back to top](#contents)** @@ -220,10 +220,10 @@ _Libraries for manipulating audio._ - [GoAudio(stars: 323)](https://github.com/DylanMeeus/GoAudio) - Native Go Audio Processing Library. - [gosamplerate(stars: 32)](https://github.com/dh1tw/gosamplerate) - libsamplerate bindings for go. - [id3v2(stars: 323)](https://github.com/bogem/id3v2) - ID3 decoding and encoding library for Go. -- [malgo(stars: 259)](https://github.com/gen2brain/malgo) - Mini audio library. +- [malgo(stars: 260)](https://github.com/gen2brain/malgo) - Mini audio library. - [minimp3(stars: 117)](https://github.com/tosone/minimp3) - Lightweight MP3 decoder library. -- [Oto(stars: 1471)](https://github.com/hajimehoshi/oto) - A low-level library to play sound on multiple platforms. -- [PortAudio(stars: 666)](https://github.com/gordonklaus/portaudio) - Go bindings for the PortAudio audio I/O library. +- [Oto(stars: 1473)](https://github.com/hajimehoshi/oto) - A low-level library to play sound on multiple platforms. +- [PortAudio(stars: 667)](https://github.com/gordonklaus/portaudio) - Go bindings for the PortAudio audio I/O library. **[⬆ back to top](#contents)** @@ -233,32 +233,32 @@ _Libraries for implementing authentication schemes._ - [authboss(stars: 3628)](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: 75)](https://github.com/essentialkaos/branca) - branca token [specification implementation](https://github.com/tuupola/branca-spec) for Golang 1.15+. -- [casbin(stars: 16771)](https://github.com/hsluoyz/casbin) - Authorization library that supports access control models like ACL, RBAC, and ABAC. +- [casbin(stars: 16776)](https://github.com/hsluoyz/casbin) - Authorization library that supports access control models like ACL, RBAC, and ABAC. - [cookiestxt(stars: 14)](https://github.com/mengzhuo/cookiestxt) - provides a parser of cookies.txt file format. - [go-guardian(stars: 524)](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: 242)](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: 1759)](https://github.com/dghubble/gologin) - chainable handlers for login with OAuth1 and OAuth2 authentication providers. - [gorbac(stars: 1548)](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: 4915)](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: 4918)](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: 348)](https://github.com/pascaldekloe/jwt) - Lightweight JSON Web Token (JWT) library. - [jwt(stars: 640)](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: 6290)](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: 4576)](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. +- [jwt-go(stars: 6298)](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: 4581)](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: 5119)](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: 1168)](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: 2187)](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/). +- [oauth2(stars: 5120)](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: 1169)](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: 2193)](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: 1882)](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: 64)](https://github.com/jltorresm/otpgo) - Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. - [paseto(stars: 803)](https://github.com/o1egl/paseto) - Golang implementation of Platform-Agnostic Security Tokens (PASETO). - [permissions2(stars: 501)](https://github.com/xyproto/permissions2) - Library for keeping track of users, login states, and permissions. Uses secure cookies and bcrypt. - [scope(stars: 36)](https://github.com/SonicRoshan/scope) - Easily Manage OAuth2 Scopes In Go. -- [scs(stars: 1926)](https://github.com/alexedwards/scs) - Session Manager for HTTP servers. -- [securecookie(stars: 75)](https://github.com/chmike/securecookie) - Efficient secure cookie encoding/decoding. +- [scs(stars: 1927)](https://github.com/alexedwards/scs) - Session Manager for HTTP servers. +- [securecookie(stars: 76)](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. - [sessionup(stars: 124)](https://github.com/swithek/sessionup) - Simple, yet effective HTTP session management and identification package. @@ -270,13 +270,13 @@ _Libraries for implementing authentication schemes._ _Tools for building blockchains._ -- [cometbft(stars: 525)](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: 5877)](https://github.com/cosmos/cosmos-sdk) - A Framework for Building Public Blockchains in the Cosmos Ecosystem. -- [go-ethereum(stars: 45699)](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. +- [cometbft(stars: 527)](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: 5879)](https://github.com/cosmos/cosmos-sdk) - A Framework for Building Public Blockchains in the Cosmos Ecosystem. +- [go-ethereum(stars: 45712)](https://github.com/ethereum/go-ethereum) - Official Go implementation of the Ethereum protocol. +- [gosemble(stars: 7)](https://github.com/LimeChain/gosemble) - A Go-based framework for building Polkadot/Substrate-compatible runtimes. - [gossamer(stars: 415)](https://github.com/ChainSafe/gossamer) - A Go implementation of the Polkadot Host. -- [kubo(stars: 15738)](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: 602)](https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces. +- [kubo(stars: 15739)](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: 606)](https://github.com/gagliardetto/solana-go) - Go library to interface with Solana JSON RPC and WebSocket interfaces. - [tendermint(stars: 5638)](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,7 +285,7 @@ _Tools for building blockchains._ _Libraries for building and working with bots._ -- [bot(stars: 363)](https://github.com/go-telegram/bot) - Zero-dependencies Telegram Bot library with additional UI components +- [bot(stars: 365)](https://github.com/go-telegram/bot) - Zero-dependencies Telegram Bot library with additional UI components - [echotron(stars: 330)](https://github.com/NicoNex/echotron) - An elegant and concurrent library for Telegram Bots in Go. - [ephemeral-roles(stars: 86)](https://github.com/ewohltman/ephemeral-roles) - A Discord bot for managing ephemeral roles based upon voice channel member presence. - [go-chat-bot(stars: 816)](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go. @@ -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: 351)](https://github.com/yanzay/tbot) - Telegram bot server with API similar to net/http. -- [telebot(stars: 3604)](https://github.com/tucnak/telebot) - Telegram bot framework is written in Go. -- [telego(stars: 379)](https://github.com/mymmrac/telego) - Telegram Bot API library for Golang with full one-to-one API implementation. -- [telegram-bot-api(stars: 5389)](https://github.com/Syfaro/telegram-bot-api) - Simple and clean Telegram bot client. +- [telebot(stars: 3606)](https://github.com/tucnak/telebot) - Telegram bot framework is written in Go. +- [telego(stars: 380)](https://github.com/mymmrac/telego) - Telegram Bot API library for Golang with full one-to-one API implementation. +- [telegram-bot-api(stars: 5391)](https://github.com/Syfaro/telegram-bot-api) - Simple and clean Telegram bot client. - [teleterm(stars: 34)](https://github.com/alfiankan/teleterm) - Telegram Bot Exec Terminal Command. - [Tenyks(stars: 178)](https://github.com/kyleterry/tenyks) - Service oriented IRC bot using Redis and JSON for messaging. -- [wayback(stars: 1629)](https://github.com/wabarc/wayback) - A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages. +- [wayback(stars: 1632)](https://github.com/wabarc/wayback) - A bot for Telegram, Mastodon, Slack, and other messaging platforms archives webpages. **[⬆ back to top](#contents)** @@ -325,12 +325,12 @@ _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: 498)](https://github.com/goyek/goyek) - Create build pipelines in Go. -- [mage(stars: 3871)](https://github.com/magefile/mage) - Mage is a make/rake-like build tool using Go. +- [mage(stars: 3870)](https://github.com/magefile/mage) - Mage is a make/rake-like build tool using Go. - [mmake(stars: 1701)](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: 9915)](https://github.com/go-task/task) - simple "Make" alternative. +- [realize(stars: 4440)](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: 9921)](https://github.com/go-task/task) - simple "Make" alternative. - [taskctl(stars: 276)](https://github.com/taskctl/taskctl) - Concurrent task runner. -- [xc(stars: 975)](https://github.com/joerdav/xc) - Task runner with README.md defined tasks, executable markdown. +- [xc(stars: 976)](https://github.com/joerdav/xc) - Task runner with README.md defined tasks, executable markdown. **[⬆ back to top](#contents)** @@ -340,12 +340,12 @@ _Libraries and tools help with build automation._ _Libraries for building Console Applications and Console User Interfaces._ -- [asciigraph(stars: 2489)](https://github.com/guptarohit/asciigraph) - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. +- [asciigraph(stars: 2491)](https://github.com/guptarohit/asciigraph) - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. - [aurora(stars: 1392)](https://github.com/logrusorgru/aurora) - ANSI terminal colors that support fmt.Printf/Sprintf. - [box-cli-maker(stars: 447)](https://github.com/Delta456/box-cli-maker) - Make Highly Customized Boxes for your CLI. - [bubble-table(stars: 309)](https://github.com/Evertras/bubble-table) - An interactive table component for bubbletea. -- [bubbles(stars: 4648)](https://github.com/charmbracelet/bubbles) - TUI components for bubbletea. -- [bubbletea(stars: 23633)](https://github.com/charmbracelet/bubbletea) - Go framework to build terminal apps, based on The Elm Architecture. +- [bubbles(stars: 4652)](https://github.com/charmbracelet/bubbles) - TUI components for bubbletea. +- [bubbletea(stars: 23653)](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,25 +358,25 @@ _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: 5168)](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: 9640)](https://github.com/jroimartin/gocui) - Minimalist Go library aimed at creating Console User Interfaces. +- [gocui(stars: 9642)](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: 1447)](https://github.com/gookit/color) - Terminal color rendering tool library, support 16 colors, 256 colors, RGB color rendering output, compatible with Windows. -- [lipgloss(stars: 7178)](https://github.com/charmbracelet/lipgloss) - Declaratively define styles for color, format and layout in the terminal. +- [gookit/color(stars: 1446)](https://github.com/gookit/color) - Terminal color rendering tool library, support 16 colors, 256 colors, RGB color rendering output, compatible with Windows. +- [lipgloss(stars: 7182)](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: 2221)](https://github.com/vbauerster/mpb) - Multi progress bar for terminal applications. -- [progressbar(stars: 3798)](https://github.com/schollz/progressbar) - Basic thread-safe progress bar that works in every OS. -- [pterm(stars: 4522)](https://github.com/pterm/pterm) - A library to beautify console output on every platform with many combinable components. +- [progressbar(stars: 3800)](https://github.com/schollz/progressbar) - Basic thread-safe progress bar that works in every OS. +- [pterm(stars: 4523)](https://github.com/pterm/pterm) - A library to beautify console output on every platform with many combinable components. - [simpletable(stars: 509)](https://github.com/alexeyco/simpletable) - Simple tables in a terminal with Go. - [spinner(stars: 2264)](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. - [tabby(stars: 347)](https://github.com/cheynewallace/tabby) - A tiny library for super simple Golang tables. - [table(stars: 49)](https://github.com/tomlazar/table) - Small library for terminal color based tables . - [tabular(stars: 76)](https://github.com/InVisionApp/tabular) - Print ASCII tables from command line utilities without the need to pass large sets of data to the API. - [termbox-go(stars: 4637)](https://github.com/nsf/termbox-go) - Termbox is a library for creating cross-platform text-based interfaces. -- [termdash(stars: 2585)](https://github.com/mum4k/termdash) - Go terminal dashboard based on **termbox-go** and inspired by [termui](https://github.com/gizak/termui). +- [termdash(stars: 2586)](https://github.com/mum4k/termdash) - Go terminal dashboard based on **termbox-go** and inspired by [termui](https://github.com/gizak/termui). - [termenv(stars: 1620)](https://github.com/muesli/termenv) - Advanced ANSI style & color support for your terminal applications. - [termui(stars: 12915)](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: 1656)](https://github.com/gosuri/uilive) - Library for updating terminal output in real time. -- [uiprogress(stars: 2067)](https://github.com/gosuri/uiprogress) - Flexible library to render progress bars in terminal applications. +- [uiprogress(stars: 2068)](https://github.com/gosuri/uiprogress) - Flexible library to render progress bars in terminal applications. - [uitable(stars: 726)](https://github.com/gosuri/uitable) - Library to improve readability in terminal apps using tabular data. - [yacspin(stars: 430)](https://github.com/theckman/yacspin) - Yet Another CLi Spinner package, for working with terminal spinners. @@ -398,7 +398,7 @@ _Libraries for building standard or basic Command Line applications._ - [clîr(stars: 166)](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: 131)](https://github.com/hedzr/cmdr) - A POSIX/GNU style, getopt-like command-line UI Go library. -- [cobra(stars: 35766)](https://github.com/spf13/cobra) - Commander for modern Go CLI interactions. +- [cobra(stars: 35786)](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: 911)](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion. @@ -409,14 +409,14 @@ _Libraries for building standard or basic Command Line applications._ - [flaggy(stars: 846)](https://github.com/integrii/flaggy) - A robust and idiomatic flags package with excellent subcommand support. - [flagvar(stars: 43)](https://github.com/sgreben/flagvar) - A collection of flag argument types for Go's standard `flag` package. - [go-andotp(stars: 27)](https://github.com/grijul/go-andotp) - A CLI program to encrypt/decrypt [andOTP](https://github.com/andOTP/andOTP) files. Can be used as a library as well. -- [go-arg(stars: 1852)](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go. +- [go-arg(stars: 1853)](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go. - [go-commander(stars: 35)](https://github.com/yitsushi/go-commander) - Go library to simplify CLI workflow. - [go-flags(stars: 2502)](https://github.com/jessevdk/go-flags) - go command line option parser. - [go-getoptions(stars: 56)](https://github.com/DavidGamba/go-getoptions) - Go option parser inspired by the flexibility of Perl’s GetOpt::Long. - [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: 141)](https://github.com/liujianping/job) - JOB, make your short-term command as a long-term job. -- [kingpin(stars: 3434)](https://github.com/alecthomas/kingpin) - Command line and flag parser supporting sub commands (superseded by `kong`; see below). +- [kingpin(stars: 3436)](https://github.com/alecthomas/kingpin) - Command line and flag parser supporting sub commands (superseded by `kong`; see below). - [liner(stars: 1031)](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces. - [mcli(stars: 25)](https://github.com/jxskiss/mcli) - A minimal but very powerful cli library for Go. - [mitchellh/cli(stars: 1720)](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces. @@ -431,7 +431,7 @@ _Libraries for building standard or basic Command Line applications._ - [survey(stars: 4033)](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: 21543)](https://github.com/urfave/cli) - Simple, fast, and fun package for building command line apps in Go (formerly codegangsta/cli). +- [urfave/cli(stars: 21548)](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: 212)](https://github.com/dixonwille/wmenu) - Easy to use menu structure for cli applications that prompt users to make choices. @@ -443,16 +443,16 @@ _Libraries for building standard or basic Command Line applications._ _Libraries for configuration parsing._ - [aconfig(stars: 511)](https://github.com/cristalhq/aconfig) - Simple, useful and opinionated config loader. -- [cleanenv(stars: 1428)](https://github.com/ilyakaznacheev/cleanenv) - Minimalistic configuration reader (from files, ENV, and wherever you want). +- [cleanenv(stars: 1433)](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: 47)](https://github.com/num30/config) - configure you app using file, environment variables, or flags in two lines of code - [config(stars: 268)](https://github.com/olebedev/config) - JSON or YAML configuration wrapper with environment variables and flags parsing. -- [configuration(stars: 97)](https://github.com/BoRuDar/configuration) - Library for initializing configuration structs from env variables, files, flags and 'default' tag. +- [configuration(stars: 98)](https://github.com/BoRuDar/configuration) - Library for initializing configuration structs from env variables, files, flags and 'default' tag. - [configure(stars: 56)](https://github.com/paked/configure) - Provides configuration through multiple sources, including JSON, flags and environment variables. - [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: 486)](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: 4308)](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults). +- [env(stars: 4309)](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults). - [env(stars: 52)](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. @@ -463,28 +463,28 @@ _Libraries for configuration parsing._ - [genv(stars: 36)](https://github.com/sakirsensoy/genv) - Read environment variables easily with dotenv support. - [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: 10)](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-ini(stars: 12)](https://github.com/subpop/go-ini) - A Go package that marshals and unmarshals INI-files. - [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: 7459)](https://github.com/joho/godotenv) - Go port of Ruby's dotenv library (Loads environment variables from `.env`). +- [godotenv(stars: 7461)](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: 358)](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. - [gonfig(stars: 8)](https://github.com/milad-abbasi/gonfig) - Tag-based configuration parser which loads values from different providers into typesafe struct. -- [gookit/config(stars: 521)](https://github.com/gookit/config) - application config manage(load,get,set). support JSON, YAML, TOML, INI, HCL. multi file load, data override merge. +- [gookit/config(stars: 520)](https://github.com/gookit/config) - application config manage(load,get,set). support JSON, YAML, TOML, INI, HCL. multi file load, data override merge. - [harvester(stars: 130)](https://github.com/beatlabs/harvester) - Harvester, a easy to use static and dynamic configuration package supporting seeding, env vars and Consul integration. - [hjson(stars: 318)](https://github.com/hjson/hjson-go) - Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments. -- [hocon(stars: 70)](https://github.com/gurkankaymak/hocon) - Configuration library for working with the HOCON(a human-friendly JSON superset) format, supports features like environment variables, referencing other values, comments and multiple files. +- [hocon(stars: 71)](https://github.com/gurkankaymak/hocon) - Configuration library for working with the HOCON(a human-friendly JSON superset) format, supports features like environment variables, referencing other values, comments and multiple files. - [ingo(stars: 36)](https://github.com/schachmat/ingo) - Flags persisted in an ini-like config file. -- [ini(stars: 3396)](https://github.com/go-ini/ini) - Go package to read and write INI files. -- [ini(stars: 14)](https://github.com/wlevene/ini) - INI Parser & Write Library, Unmarshal to Struct,Marshal to Json,Write File,watch file. +- [ini(stars: 3398)](https://github.com/go-ini/ini) - Go package to read and write INI files. +- [ini(stars: 15)](https://github.com/wlevene/ini) - INI Parser & Write Library, Unmarshal to Struct,Marshal to Json,Write File,watch file. - [joshbetz/config(stars: 216)](https://github.com/joshbetz/config) - Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP. - [kelseyhightower/envconfig(stars: 4877)](https://github.com/kelseyhightower/envconfig) - Go library for managing configuration data from environment variables. -- [koanf(stars: 2325)](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: 118)](https://github.com/nil-go/konf) - The simplest API for reading/watching config from file, env, flag and clouds (e.g. AWS, Azure, GCP). +- [koanf(stars: 2327)](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: 119)](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: 1802)](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: 1805)](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,7 +494,7 @@ _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: 25649)](https://github.com/spf13/viper) - Go configuration with fangs. +- [viper(stars: 25659)](https://github.com/spf13/viper) - Go configuration with fangs. - [xdg(stars: 566)](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). @@ -505,18 +505,18 @@ _Libraries for configuration parsing._ _Tools for help with continuous integration._ - [Bencher](https://bencher.dev/) - A suite of continuous benchmarking tools designed to catch performance regressions in CI. -- [CDS(stars: 4422)](https://github.com/ovh/cds) - Enterprise-Grade CI/CD and DevOps Automation Open Source Platform. +- [CDS(stars: 4423)](https://github.com/ovh/cds) - Enterprise-Grade CI/CD and DevOps Automation Open Source Platform. - [dot(stars: 8)](https://github.com/opnlabs/dot) - A minimal, local first continuous integration system that uses Docker to run jobs concurrently in stages. -- [drone(stars: 31339)](https://github.com/drone/drone) - Drone is a Continuous Integration platform built on Docker, written in Go. +- [drone(stars: 31347)](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: 49)](https://github.com/vladopajic/go-test-coverage) - Tool and GitHub action which reports issues when test coverage is below set threshold. +- [go-test-coverage(stars: 50)](https://github.com/vladopajic/go-test-coverage) - Tool and GitHub action which reports issues when test coverage is below set threshold. - [gomason(stars: 62)](https://github.com/nikogura/gomason) - Test, Build, Sign, and Publish your go binaries from a clean workspace. - [gotestfmt(stars: 460)](https://github.com/GoTestTools/gotestfmt) - go test output for humans. - [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: 3636)](https://github.com/woodpecker-ci/woodpecker) - Woodpecker is a community fork of the Drone CI system. +- [woodpecker(stars: 3640)](https://github.com/woodpecker-ci/woodpecker) - Woodpecker is a community fork of the Drone CI system. **[⬆ back to top](#contents)** @@ -525,7 +525,7 @@ _Tools for help with continuous integration._ _Libraries for preprocessing CSS files._ - [gcss(stars: 491)](https://github.com/yosssi/gcss) - Pure Go CSS Preprocessor. -- [go-libsass(stars: 203)](https://github.com/wellington/go-libsass) - Go wrapper to the 100% Sass compatible libsass project. +- [go-libsass(stars: 204)](https://github.com/wellington/go-libsass) - Go wrapper to the 100% Sass compatible libsass project. **[⬆ back to top](#contents)** @@ -547,20 +547,20 @@ _Libraries for preprocessing CSS files._ ### Bloom and Cuckoo Filters -- [bloom(stars: 2270)](https://github.com/bits-and-blooms/bloom) - Go package implementing Bloom filters. +- [bloom(stars: 2273)](https://github.com/bits-and-blooms/bloom) - Go package implementing Bloom filters. - [bloom(stars: 147)](https://github.com/zhenjl/bloom) - Bloom filters implemented in Go. - [bloom(stars: 85)](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. - [boomfilters(stars: 1577)](https://github.com/tylertreat/BoomFilters) - Probabilistic data structures for processing continuous, unbounded streams. - [cuckoo-filter(stars: 277)](https://github.com/linvon/cuckoo-filter) - Cuckoo filter: a comprehensive cuckoo filter, which is configurable and space optimized compared with other implements, and all features mentioned in original paper is available. -- [cuckoofilter(stars: 1061)](https://github.com/seiflotfy/cuckoofilter) - Cuckoo filter: a good alternative to a counting bloom filter implemented in Go. +- [cuckoofilter(stars: 1062)](https://github.com/seiflotfy/cuckoofilter) - Cuckoo filter: a good alternative to a counting bloom filter implemented in Go. - [ring(stars: 137)](https://github.com/TheTannerRyan/ring) - Go implementation of a high performance, thread safe bloom filter. ### Data Structure and Algorithm Collections - [algorithms(stars: 768)](https://github.com/shady831213/algorithms) - Algorithms and data structures.CLRS study. -- [go-datastructures(stars: 7308)](https://github.com/Workiva/go-datastructures) - Collection of useful, performant, and thread-safe data structures. -- [gods(stars: 15333)](https://github.com/emirpasic/gods) - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc. +- [go-datastructures(stars: 7309)](https://github.com/Workiva/go-datastructures) - Collection of useful, performant, and thread-safe data structures. +- [gods(stars: 15337)](https://github.com/emirpasic/gods) - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc. - [gostl(stars: 981)](https://github.com/liyue201/gostl) - Data structure and algorithm library for go, designed to provide functions similar to C++ STL. ### Iterators @@ -592,7 +592,7 @@ additional ordered map implementations. - [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: 93)](https://github.com/esimov/gogu) - A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library. -- [gota(stars: 2910)](https://github.com/kniren/gota) - Implementation of dataframes, series, and data wrangling methods for Go. +- [gota(stars: 2911)](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: 906)](https://github.com/axiomhq/hyperloglog) - HyperLogLog implementation with Sparse, LogLog-Beta bias correction and TailCut space reduction. @@ -611,20 +611,20 @@ additional ordered map implementations. - [deque(stars: 173)](https://github.com/edwingeng/deque) - A highly optimized double-ended queue. - [deque(stars: 538)](https://github.com/gammazero/deque) - Fast ring-buffer deque (double-ended queue). -- [goconcurrentqueue(stars: 356)](https://github.com/enriquebris/goconcurrentqueue) - Concurrent FIFO queue. +- [goconcurrentqueue(stars: 357)](https://github.com/enriquebris/goconcurrentqueue) - Concurrent FIFO queue. - [memlog(stars: 111)](https://github.com/embano1/memlog) - An easy to use, lightweight, thread-safe and append-only in-memory data structure inspired by Apache Kafka. - [queue(stars: 236)](https://github.com/adrianbrad/queue) - Multiple thread-safe, generic queue implementations for Go. ### Sets - [dsu(stars: 14)](https://github.com/ihebu/dsu) - Disjoint Set data structure implementation in Go. -- [golang-set(stars: 3897)](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go. +- [golang-set(stars: 3900)](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go. - [goset(stars: 52)](https://github.com/zoumo/goset) - A useful Set collection implementation for Go. - [set(stars: 26)](https://github.com/StudioSol/set) - Simple set data structure implementation in Go using LinkedHashMap. ### Text Analysis -- [bleve(stars: 9632)](https://github.com/blevesearch/bleve) - Modern text indexing library for go. +- [bleve(stars: 9636)](https://github.com/blevesearch/bleve) - Modern text indexing library for go. - [go-adaptive-radix-tree(stars: 333)](https://github.com/plar/go-adaptive-radix-tree) - Go implementation of Adaptive Radix Tree. - [go-edlib(stars: 446)](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. @@ -659,104 +659,104 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [2q(stars: 38)](https://github.com/floatdrop/2q) - 2Q in-memory cache implementation. - [bcache(stars: 144)](https://github.com/iwanbk/bcache) - Eventually consistent distributed in-memory cache Go library. -- [BigCache(stars: 7166)](https://github.com/allegro/bigcache) - Efficient key/value cache for gigabytes of data. +- [BigCache(stars: 7167)](https://github.com/allegro/bigcache) - Efficient key/value cache for gigabytes of data. - [cache(stars: 170)](https://github.com/akyoto/cache) - In-memory key:value store with expiration time, 0 dependencies, <100 LoC, 100% coverage. - [cache2go(stars: 2058)](https://github.com/muesli/cache2go) - In-memory key:value cache which supports automatic invalidation based on timeouts. - [cachego(stars: 348)](https://github.com/faabiosr/cachego) - Golang Cache component for multiple drivers. - [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: 1971)](https://github.com/VictoriaMetrics/fastcache) - fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. -- [GCache(stars: 2524)](https://github.com/bluele/gcache) - Cache library with support for expirable Cache, LFU, LRU and ARC. +- [fastcache(stars: 1972)](https://github.com/VictoriaMetrics/fastcache) - fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. +- [GCache(stars: 2525)](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: 125)](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: 2205)](https://github.com/eko/gocache) - A complete Go cache library with multiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more. +- [gocache(stars: 2207)](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: 12692)](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. +- [groupcache(stars: 12694)](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. - [imcache(stars: 113)](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: 1177)](https://github.com/maypok86/otter) - A high performance lockless cache for Go. Many times faster than Ristretto and friends. +- [otter(stars: 1184)](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: 215)](https://github.com/Yiling-J/theine-go) - High performance, near optimal in-memory cache with proactive TTL expiration and generics. - [timedmap(stars: 68)](https://github.com/zekroTJA/timedmap) - Map with expiring key-value pairs. -- [ttlcache(stars: 836)](https://github.com/jellydator/ttlcache) - An in-memory cache with item expiration and generics. +- [ttlcache(stars: 837)](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: 13306)](https://github.com/dgraph-io/badger) - Fast key-value store in Go. -- [bbolt(stars: 7545)](https://github.com/etcd-io/bbolt) - An embedded key/value database for Go. +- [badger(stars: 13308)](https://github.com/dgraph-io/badger) - Fast key-value store in Go. +- [bbolt(stars: 7546)](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: 4368)](https://github.com/tidwall/buntdb) - Fast, embeddable, in-memory key/value database for Go with custom indexing and spatial support. -- [clover(stars: 581)](https://github.com/ostafen/clover) - A lightweight document-oriented NoSQL database written in pure Golang. -- [cockroach(stars: 28964)](https://github.com/cockroachdb/cockroach) - Scalable, Geo-Replicated, Transactional Datastore. +- [clover(stars: 582)](https://github.com/ostafen/clover) - A lightweight document-oriented NoSQL database written in pure Golang. +- [cockroach(stars: 28977)](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: 1372)](https://github.com/kelindar/column) - High-performance, columnar, embeddable in-memory store with bitmap indexing and transactions. - [CovenantSQL(stars: 1475)](https://github.com/CovenantSQL/CovenantSQL) - CovenantSQL is a SQL database on blockchain. - [Databunker(stars: 1188)](https://github.com/paranoidguy/databunker) - Personally identifiable information (PII) storage service built to comply with GDPR and CCPA. -- [dgraph(stars: 20019)](https://github.com/dgraph-io/dgraph) - Scalable, Distributed, Low Latency, High Throughput Graph Database. +- [dgraph(stars: 20021)](https://github.com/dgraph-io/dgraph) - Scalable, Distributed, Low Latency, High Throughput Graph Database. - [diskv(stars: 1342)](https://github.com/peterbourgon/diskv) - Home-grown disk-backed key-value store. -- [dolt(stars: 16721)](https://github.com/dolthub/dolt) - Dolt – It's Git for Data. +- [dolt(stars: 16723)](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: 991)](https://github.com/krotik/eliasdb) - Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language. - [godis(stars: 3292)](https://github.com/hdt3213/godis) - A Golang implemented high-performance Redis server and cluster. -- [goleveldb(stars: 6002)](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. +- [goleveldb(stars: 6003)](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. - [hare(stars: 87)](https://github.com/jameycribbs/hare) - A simple database management system that stores each table as a text file of line-delimited JSON. - [immudb(stars: 8471)](https://github.com/codenotary/immudb) - immudb is a lightweight, high-speed immutable database for systems and applications written in Go. -- [influxdb(stars: 27604)](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics. +- [influxdb(stars: 27611)](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics. - [ledisdb(stars: 4063)](https://github.com/siddontang/ledisdb) - Ledisdb is a high performance NoSQL like Redis based on LevelDB. - [levigo(stars: 415)](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB. - [libradb(stars: 144)](https://github.com/amit-davidson/LibraDB) - LibraDB is a simple database with less then 1000 lines of code for learning. - [LinDB(stars: 2814)](https://github.com/lindb/lindb) - LinDB is a scalable, high performance, high availability distributed time series database. -- [lotusdb(stars: 1938)](https://github.com/flower-corp/lotusdb) - Fast k/v database compatible with lsm and b+tree. -- [Milvus(stars: 26415)](https://github.com/milvus-io/milvus) - Milvus is a vector database for embedding management, analytics and search. +- [lotusdb(stars: 1939)](https://github.com/flower-corp/lotusdb) - Fast k/v database compatible with lsm and b+tree. +- [Milvus(stars: 26424)](https://github.com/milvus-io/milvus) - Milvus is a vector database for embedding management, analytics and search. - [moss(stars: 943)](https://github.com/couchbase/moss) - Moss is a simple LSM key-value storage engine written in 100% Go. - [nutsdb(stars: 3285)](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: 1024)](https://github.com/objectbox/objectbox-go) - High-performance embedded Object Database (NoSQL) with Go API. - [piladb(stars: 203)](https://github.com/fern4lvarez/piladb) - Lightweight RESTful database engine based on stack data structures. - [pogreb(stars: 1220)](https://github.com/akrylysov/pogreb) - Embedded key-value store for read-heavy workloads. -- [prometheus(stars: 52513)](https://github.com/prometheus/prometheus) - Monitoring system and time series database. +- [prometheus(stars: 52524)](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: 61)](https://github.com/jamf/regatta) - Fast, simple, geo-distributed KV store built for cloud native era. -- [rosedb(stars: 4312)](https://github.com/roseduan/rosedb) - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset. -- [rqlite(stars: 14800)](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite. +- [rosedb(stars: 4313)](https://github.com/roseduan/rosedb) - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset. +- [rqlite(stars: 14803)](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: 36011)](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. +- [tidb(stars: 36016)](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. - [tiedot(stars: 2720)](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang. - [unitdb(stars: 117)](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: 257)](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: 10735)](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: 10742)](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: 4859)](https://github.com/ariga/atlas) - A Database Toolkit. A CLI designed to help companies better work with their data. +- [atlas(stars: 4871)](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: 9869)](https://github.com/bytebase/bytebase) - Safe database schema change and version control for DevOps teams. +- [bytebase(stars: 9875)](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: 4287)](https://github.com/amacneil/dbmate) - A lightweight, framework-agnostic database migration tool. +- [dbmate(stars: 4291)](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: 950)](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: 5500)](https://github.com/pressly/goose) - Database migration tool. You can manage your database's evolution by creating incremental SQL or Go scripts. +- [goose(stars: 5504)](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: 985)](https://github.com/go-gormigrate/gormigrate) - Database schema migration helper for Gorm ORM. +- [gormigrate(stars: 986)](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: 13836)](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library. +- [migrate(stars: 13843)](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library. - [migrator(stars: 163)](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. - [skeema(stars: 1226)](https://github.com/skeema/skeema) - Pure-SQL schema management system for MySQL, with support for sharding and external online schema change tools. - [soda](https://github.com/gobuffalo/pop/tree/master/soda) - Database migration, creation, ORM, etc... for MySQL, PostgreSQL, and SQLite. -- [sql-migrate(stars: 3076)](https://github.com/rubenv/sql-migrate) - Database migration tool. Allows embedding migrations into the application using go-bindata. +- [sql-migrate(stars: 3077)](https://github.com/rubenv/sql-migrate) - Database migration tool. Allows embedding migrations into the application using go-bindata. - [sqlize(stars: 78)](https://github.com/sunary/sqlize) - Database migration generator. Allows generate sql migration from model and existing sql by differ them. ### Database Tools -- [chproxy(stars: 1200)](https://github.com/Vertamedia/chproxy) - HTTP proxy for ClickHouse database. +- [chproxy(stars: 1201)](https://github.com/Vertamedia/chproxy) - HTTP proxy for ClickHouse database. - [clickhouse-bulk(stars: 460)](https://github.com/nikepan/clickhouse-bulk) - Collects small inserts and sends big requests to ClickHouse servers. - [dbbench(stars: 97)](https://github.com/sj14/dbbench) - Database benchmarking tool with support for several databases and scripts. - [dg(stars: 22)](https://github.com/codingconcepts/dg) - A fast data generator that produces CSV files from generated relational data. @@ -767,14 +767,14 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [kingshard(stars: 6325)](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang. - [octillery(stars: 188)](https://github.com/knocknote/octillery) - Go package for sharding databases ( Supports every ORM or raw SQL ). - [onedump(stars: 50)](https://github.com/liweiyi88/onedump) - Database backup from different drivers to different destinations with one command and configuration. -- [orchestrator(stars: 5465)](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer. +- [orchestrator(stars: 5467)](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer. - [pg_timetable(stars: 1012)](https://github.com/cybertec-postgresql/pg_timetable) - Advanced scheduling for PostgreSQL. -- [pgweb(stars: 8269)](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser. +- [pgweb(stars: 8268)](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: 4070)](https://github.com/prest/prest) - Simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new. - [rdb(stars: 343)](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: 17760)](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. +- [vitess(stars: 17764)](https://github.com/youtube/vitess) - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. ### SQL Query Builders @@ -784,26 +784,26 @@ _Libraries for building and using SQL._ - [buildsqlx(stars: 143)](https://github.com/arthurkushman/buildsqlx) - Go database query builder library for PostgreSQL. - [builq(stars: 87)](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. +- [Dotsql(stars: 715)](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use them with ease. - [gendry(stars: 1574)](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: 2223)](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: 15)](https://github.com/motrboat/hotcoal) - Secure your handcrafted SQL against injection. - [igor(stars: 122)](https://github.com/galeone/igor) - Abstraction layer for PostgreSQL that supports advanced functionality and uses gorm-like syntax. -- [jet(stars: 1986)](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: 1990)](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: 621)](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: 10656)](https://github.com/kyleconroy/sqlc) - Generate type-safe code from SQL. +- [sqlc(stars: 10662)](https://github.com/kyleconroy/sqlc) - Generate type-safe code from SQL. - [sqlf(stars: 140)](https://github.com/leporo/sqlf) - Fast SQL query builder. - [sqlingo(stars: 367)](https://github.com/lqs/sqlingo) - A lightweight DSL to build SQL in Go. - [sqrl(stars: 272)](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: 6483)](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries. -- [xo(stars: 3550)](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: 6484)](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries. +- [xo(stars: 3551)](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)** @@ -815,7 +815,7 @@ _Libraries for building and using SQL._ - [dsc(stars: 30)](https://github.com/viant/dsc) - Datastore connectivity for SQL, NoSQL, structured files. - [dynamo(stars: 17)](https://github.com/fogfish/dynamo) - A simple key-value abstraction to store algebraic and linked-data data types at AWS storage services: AWS DynamoDB and AWS S3. - [go-transaction-manager(stars: 156)](https://github.com/avito-tech/go-transaction-manager) - Transaction manager with multiple adapters (sql, sqlx, gorm, mongo, ...) controls transaction boundaries. -- [gokv(stars: 656)](https://github.com/philippgille/gokv) - Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more). +- [gokv(stars: 658)](https://github.com/philippgille/gokv) - Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more). ### Relational Database Drivers @@ -823,14 +823,14 @@ _Libraries for building and using SQL._ - [bgc(stars: 21)](https://github.com/viant/bgc) - Datastore Connectivity for BigQuery for go. - [firebirdsql(stars: 216)](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: 1792)](https://github.com/denisenkom/go-mssqldb) - Microsoft MSSQL driver for Go. +- [go-mssqldb(stars: 1793)](https://github.com/denisenkom/go-mssqldb) - Microsoft MSSQL driver for Go. - [go-oci8(stars: 625)](https://github.com/mattn/go-oci8) - Oracle driver for go that uses database/sql. -- [go-sql-driver/mysql(stars: 14136)](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. -- [go-sqlite3(stars: 7406)](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that uses database/sql. -- [godror(stars: 497)](https://github.com/godror/godror) - Oracle driver for Go, using the ODPI-C driver. +- [go-sql-driver/mysql(stars: 14141)](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. +- [go-sqlite3(stars: 7405)](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that uses database/sql. +- [godror(stars: 498)](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: 276)](https://github.com/VinGarcia/ksql) - A Simple and Powerful Golang SQL Library -- [pgx(stars: 9340)](https://github.com/jackc/pgx) - PostgreSQL driver supporting features beyond those exposed by database/sql. +- [KSQL(stars: 277)](https://github.com/VinGarcia/ksql) - A Simple and Powerful Golang SQL Library +- [pgx(stars: 9341)](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: 8707)](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. - [Sqinn-Go(stars: 396)](https://github.com/cvilsmeier/sqinn-go) - SQLite with pure Go. @@ -859,14 +859,14 @@ _Libraries for building and using SQL._ - [Kivik(stars: 296)](https://github.com/go-kivik/kivik) - Kivik provides a common Go and GopherJS client library for CouchDB, PouchDB, and similar databases. - [mgm(stars: 716)](https://github.com/kamva/mgm) - MongoDB model-based ODM for Go (based on official MongoDB driver). - [mgo(stars: 1961)](https://github.com/globalsign/mgo) - (unmaintained) MongoDB driver for the Go language that implements a rich and well tested selection of features under a very simple API following standard Go idioms. -- [mongo-go-driver(stars: 7908)](https://github.com/mongodb/mongo-go-driver) - Official MongoDB driver for the Go language. -- [neo4j(stars: 27)](https://github.com/cihangir/neo4j) - Neo4j Rest API Bindings for Golang. +- [mongo-go-driver(stars: 7911)](https://github.com/mongodb/mongo-go-driver) - Official MongoDB driver for the Go language. +- [neo4j(stars: 26)](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: 1259)](https://github.com/qiniu/qmgo) - The MongoDB driver for Go. It‘s based on official MongoDB driver but easier to use like Mgo. +- [qmgo(stars: 1260)](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: 9692)](https://github.com/gomodule/redigo) - Redigo is a Go client for the Redis database. -- [redis(stars: 19189)](https://github.com/redis/go-redis) - Redis client for Golang. +- [redigo(stars: 9693)](https://github.com/gomodule/redigo) - Redigo is a Go client for the Redis database. +- [redis(stars: 19193)](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. @@ -874,9 +874,9 @@ _Libraries for building and using SQL._ - [clickhouse-go](https://github.com/ClickHouse/clickhouse-go/) - ClickHouse SQL client for Go with a `database/sql` compatibility. - [elastic(stars: 7311)](https://github.com/olivere/elastic) - Elasticsearch client for Go. -- [elasticsql(stars: 1140)](https://github.com/cch123/elasticsql) - Convert sql to elasticsearch dsl in Go. +- [elasticsql(stars: 1141)](https://github.com/cch123/elasticsql) - Convert sql to elasticsearch dsl in Go. - [elastigo(stars: 946)](https://github.com/mattbaird/elastigo) - Elasticsearch client library. -- [go-elasticsearch(stars: 5430)](https://github.com/elastic/go-elasticsearch) - Official Elasticsearch client for Go. +- [go-elasticsearch(stars: 5431)](https://github.com/elastic/go-elasticsearch) - Official Elasticsearch client for Go. - [goes(stars: 30)](https://github.com/OwnLocal/goes) - Library to interact with Elasticsearch. - [skizze(stars: 88)](https://github.com/seiflotfy/skizze) - probabilistic data-structures service and storage. @@ -887,7 +887,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: 4476)](https://github.com/golang-module/carbon) - A simple, semantic and developer-friendly golang package for datetime. +- [carbon(stars: 4477)](https://github.com/golang-module/carbon) - A simple, semantic and developer-friendly golang package for datetime. - [carbon(stars: 771)](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: 125)](https://github.com/rickb777/date) - Augments Time for working with dates, date ranges, time spans, periods, and time-of-day. @@ -903,7 +903,7 @@ _Libraries for working with dates and times._ - [gostradamus(stars: 197)](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: 4353)](https://github.com/jinzhu/now) - Now is a time toolkit for golang. +- [now(stars: 4355)](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. @@ -919,60 +919,60 @@ _Packages that help with building Distributed Systems._ - [arpc(stars: 874)](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: 656)](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads. +- [consistent(stars: 657)](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads. - [consistenthash(stars: 25)](https://github.com/mbrostami/consistenthash) - Consistent hashing with configurable replicas. - [dht(stars: 299)](https://github.com/anacrolix/dht) - BitTorrent Kademlia DHT implementation. - [digota(stars: 500)](https://github.com/digota/digota) - grpc ecommerce microservice. - [dot](https://github.com/dotchain/dot/) - distributed sync using operational transformation/OT. - [doublejump(stars: 98)](https://github.com/edwingeng/doublejump) - A revamped Google's jump consistent hash. - [dragonboat(stars: 4929)](https://github.com/lni/dragonboat) - A feature complete and high performance multi-group Raft library in Go. -- [Dragonfly(stars: 1956)](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. +- [Dragonfly(stars: 1960)](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: 3736)](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: 3345)](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: 3347)](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: 3180)](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: 1377)](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-doudou(stars: 1379)](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: 737)](https://github.com/InVisionApp/go-health) - Library for enabling asynchronous dependency health checks in your service. -- [go-jump(stars: 377)](https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function. -- [go-kit(stars: 26073)](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. -- [go-micro(stars: 21341)](https://github.com/micro/go-micro) - A distributed systems development framework. +- [go-jump(stars: 378)](https://github.com/dgryski/go-jump) - Port of Google's "Jump" Consistent Hash function. +- [go-kit(stars: 26075)](https://github.com/go-kit/kit) - Microservice toolkit with support for service discovery, load balancing, pluggable transports, request tracking, etc. +- [go-micro(stars: 21339)](https://github.com/micro/go-micro) - A distributed systems development framework. - [go-mysql-lock(stars: 59)](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: 27460)](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: 27476)](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: 19764)](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: 19768)](https://github.com/grpc/grpc-go) - The Go language implementation of gRPC. HTTP/2 based RPC. +- [hprose(stars: 1255)](https://github.com/hprose/hprose-golang) - Very newbility RPC Library, support 25+ languages now. - [jsonrpc(stars: 186)](https://github.com/osamingo/jsonrpc) - The jsonrpc package helps implement of JSON-RPC 2.0. - [jsonrpc(stars: 308)](https://github.com/ybbus/jsonrpc) - JSON-RPC 2.0 HTTP client implementation. -- [Kitex(stars: 6624)](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: 22340)](https://github.com/go-kratos/kratos) - A modular-designed and easy-to-use microservices framework in Go. +- [Kitex(stars: 6628)](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: 22352)](https://github.com/go-kratos/kratos) - A modular-designed and easy-to-use microservices framework in Go. - [liftbridge(stars: 2531)](https://github.com/liftbridge-io/liftbridge) - Lightweight, fault-tolerant message streams for NATS. -- [lura(stars: 6036)](https://github.com/luraproject/lura) - Ultra performant API Gateway framework with middlewares. -- [micro(stars: 11990)](https://github.com/micro/micro) - A distributed systems runtime for the cloud and beyond. -- [NATS(stars: 14628)](https://github.com/nats-io/gnatsd) - Lightweight, high performance messaging system for microservices, IoT, and cloud native systems. +- [lura(stars: 6038)](https://github.com/luraproject/lura) - Ultra performant API Gateway framework with middlewares. +- [micro(stars: 11989)](https://github.com/micro/micro) - A distributed systems runtime for the cloud and beyond. +- [NATS(stars: 14639)](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: 7804)](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. -- [raft(stars: 507)](https://github.com/etcd-io/raft) - Go implementation of the Raft consensus protocol, by CoreOS. +- [raft(stars: 7808)](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. +- [raft(stars: 509)](https://github.com/etcd-io/raft) - Go implementation of the Raft consensus protocol, by CoreOS. - [rain(stars: 925)](https://github.com/cenkalti/rain) - BitTorrent client and library. -- [redis-lock(stars: 1303)](https://github.com/bsm/redislock) - Simplified distributed locking implementation using Redis. +- [redis-lock(stars: 1304)](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: 7927)](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: 370)](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: 825)](https://github.com/zhufuyi/sponge) - A distributed development framework that integrates automatic code generation, gin and grpc frameworks, base development frameworks. +- [sponge(stars: 826)](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: 440)](https://github.com/temporalio/sdk-go) - Durable execution system for making code fault-tolerant and simple. -- [torrent(stars: 5277)](https://github.com/anacrolix/torrent) - BitTorrent client package. -- [trpc-go(stars: 661)](https://github.com/trpc-group/trpc-go) - The Go language implementation of tRPC, which is a pluggable, high-performance RPC framework. +- [torrent(stars: 5279)](https://github.com/anacrolix/torrent) - BitTorrent client package. +- [trpc-go(stars: 662)](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)** @@ -993,22 +993,22 @@ _Libraries and tools that implement email creation and sending._ - [chasquid](https://blitiri.com.ar/p/chasquid) - SMTP server written in Go. - [douceur(stars: 240)](https://github.com/aymerick/douceur) - CSS inliner for your HTML emails. - [email(stars: 2559)](https://github.com/jordan-wright/email) - A robust and flexible email library for Go. -- [email-verifier(stars: 1054)](https://github.com/AfterShip/email-verifier) - A Go library for email verification without sending any emails. +- [email-verifier(stars: 1055)](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: 51)](https://github.com/go-email-validator/go-email-validator) - Modular email validator for syntax, disposable, smtp, etc... checking. -- [go-imap(stars: 1975)](https://github.com/emersion/go-imap) - IMAP library for clients and servers. -- [go-mail(stars: 443)](https://github.com/wneessen/go-mail) - A simple Go library for sending mails in Go. -- [go-message(stars: 352)](https://github.com/emersion/go-message) - Streaming library for the Internet Message Format and mail messages. +- [go-imap(stars: 1977)](https://github.com/emersion/go-imap) - IMAP library for clients and servers. +- [go-mail(stars: 444)](https://github.com/wneessen/go-mail) - A simple Go library for sending mails in Go. +- [go-message(stars: 351)](https://github.com/emersion/go-message) - Streaming library for the Internet Message Format and mail messages. - [go-premailer(stars: 130)](https://github.com/vanng822/go-premailer) - Inline styling for HTML mail in Go. - [go-simple-mail(stars: 593)](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: 2766)](https://github.com/matcornic/hermes) - Golang package that generates clean, responsive HTML e-mails. -- [Maddy(stars: 4624)](https://github.com/foxcpp/maddy) - All-in-one (SMTP, IMAP, DKIM, DMARC, MTA-STS, DANE) email server +- [hermes(stars: 2767)](https://github.com/matcornic/hermes) - Golang package that generates clean, responsive HTML e-mails. +- [Maddy(stars: 4625)](https://github.com/foxcpp/maddy) - All-in-one (SMTP, IMAP, DKIM, DMARC, MTA-STS, DANE) email server - [mailchain(stars: 142)](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: 13265)](https://github.com/mailhog/MailHog) - Email and SMTP testing with web and API interface. -- [Mailpit(stars: 4379)](https://github.com/axllent/mailpit) - Email and SMTP testing tool for developers. +- [MailHog(stars: 13267)](https://github.com/mailhog/MailHog) - Email and SMTP testing with web and API interface. +- [Mailpit(stars: 4382)](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: 952)](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. @@ -1021,20 +1021,20 @@ _Libraries and tools that implement email creation and sending._ _Embedding other languages inside your go code._ -- [anko(stars: 1430)](https://github.com/mattn/anko) - Scriptable interpreter written in Go. +- [anko(stars: 1432)](https://github.com/mattn/anko) - Scriptable interpreter written in Go. - [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: 2018)](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: 5476)](https://github.com/antonmedv/expr) - Expression evaluation engine for Go: fast, non-Turing complete, dynamic typing, static typing. +- [expr(stars: 5481)](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: 780)](https://github.com/olebedev/go-duktape) - Duktape JavaScript engine bindings for Go. -- [go-lua(stars: 2908)](https://github.com/Shopify/go-lua) - Port of the Lua 5.2 VM to pure Go. +- [go-duktape(stars: 779)](https://github.com/olebedev/go-duktape) - Duktape JavaScript engine bindings for Go. +- [go-lua(stars: 2910)](https://github.com/Shopify/go-lua) - Port of the Lua 5.2 VM to pure Go. - [go-php(stars: 923)](https://github.com/deuill/go-php) - PHP bindings for Go. -- [go-python(stars: 1517)](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API. -- [goja(stars: 4889)](https://github.com/dop251/goja) - ECMAScript 5.1(+) implementation in Go. +- [go-python(stars: 1516)](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API. +- [goja(stars: 4893)](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: 5972)](https://github.com/yuin/gopher-lua) - Lua 5.1 VM and compiler written in Go. +- [gopher-lua(stars: 5973)](https://github.com/yuin/gopher-lua) - Lua 5.1 VM and compiler written in Go. - [gval(stars: 696)](https://github.com/PaesslerAG/gval) - A highly customizable expression language written in Go. - [metacall(stars: 1486)](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. @@ -1072,14 +1072,14 @@ _Libraries for handling errors._ _Libraries for handling files and file systems._ -- [afero(stars: 5651)](https://github.com/spf13/afero) - FileSystem Abstraction System for Go. +- [afero(stars: 5654)](https://github.com/spf13/afero) - FileSystem Abstraction System for Go. - [afs(stars: 287)](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: 249)](https://github.com/bigfile/bigfile) - A file transfer system, support to manage files with http api, rpc call and ftp client. - [checksum(stars: 98)](https://github.com/codingsince1985/checksum) - Compute message digest, like MD5, SHA256, SHA1, CRC or BLAKE2s, for large files. - [copy(stars: 672)](https://github.com/otiai10/copy) - Copy directory recursively. - [flop(stars: 33)](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: 3230)](https://github.com/dundee/gdu) - Disk usage analyzer with console interface. +- [gdu(stars: 3233)](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: 222)](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, ...). @@ -1092,11 +1092,11 @@ _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: 92)](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: 6167)](https://github.com/pdfcpu/pdfcpu) - PDF processor. +- [pdfcpu(stars: 6171)](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). -- [vfs(stars: 275)](https://github.com/C2FO/vfs) - A pluggable, extensible, and opinionated set of filesystem functionality for Go across a number of filesystem types such as os, S3, and GCS. +- [vfs(stars: 276)](https://github.com/C2FO/vfs) - A pluggable, extensible, and opinionated set of filesystem functionality for Go across a number of filesystem types such as os, S3, and GCS. **[⬆ back to top](#contents)** @@ -1106,17 +1106,17 @@ _Packages for accounting and finance._ - [accounting(stars: 860)](https://github.com/leekchan/accounting) - money and currency formatting for golang. - [ach(stars: 426)](https://github.com/moov-io/ach) - A reader, writer, and validator for Automated Clearing House (ACH) files. -- [bbgo(stars: 1100)](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. +- [bbgo(stars: 1102)](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: 491)](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: 5858)](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers. +- [decimal(stars: 5861)](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers. - [decimal(stars: 26)](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: 165)](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: 87)](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: 1482)](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern. +- [go-money(stars: 1483)](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern. - [go-nowpayments(stars: 3)](https://github.com/matm/go-nowpayments) - Library for the crypto NOWPayments API. - [money(stars: 14)](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). @@ -1139,13 +1139,13 @@ _Libraries for working with forms._ - [binding(stars: 796)](https://github.com/mholt/binding) - Binds form and JSON data from net/http Request to struct. - [checker(stars: 7)](https://github.com/cinar/checker) - Checker helps validating user input through rules defined in struct tags or directly through functions. - [conform(stars: 316)](https://github.com/leebenson/conform) - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags. -- [form(stars: 688)](https://github.com/go-playground/form) - Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support. -- [formam(stars: 183)](https://github.com/monoculum/formam) - decode form's values into a struct. +- [form(stars: 689)](https://github.com/go-playground/form) - Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support. +- [formam(stars: 186)](https://github.com/monoculum/formam) - decode form's values into a struct. - [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: 988)](https://github.com/gorilla/csrf) - CSRF protection for Go web applications & services. +- [gorilla/csrf(stars: 990)](https://github.com/gorilla/csrf) - CSRF protection for Go web applications & services. - [httpin(stars: 263)](https://github.com/ggicci/httpin) - Decode an HTTP request into a custom struct, including querystring, forms, HTTP headers, etc. -- [nosurf(stars: 1498)](https://github.com/justinas/nosurf) - CSRF protection middleware for Go. +- [nosurf(stars: 1499)](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(stars: 19)](https://github.com/tomwright/queryparam) - Decode `url.Values` into usable struct values of standard or custom types. @@ -1158,10 +1158,10 @@ _Packages to support functional programming in Go._ - [fp-go(stars: 286)](https://github.com/repeale/fp-go) - Collection of Functional Programming helpers powered by Golang 1.18+ generics. - [fpGo(stars: 338)](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang. - [fuego(stars: 141)](https://github.com/seborama/fuego) - Functional Experiment in Go. -- [go-functional(stars: 290)](https://github.com/BooleanCat/go-functional) - Functional programming in Go using generics +- [go-functional(stars: 291)](https://github.com/BooleanCat/go-functional) - Functional programming in Go using generics - [go-underscore(stars: 1294)](https://github.com/tobyhede/go-underscore) - Useful collection of helpfully functional Go collection utilities. - [gofp(stars: 145)](https://github.com/rbrahul/gofp) - A lodash like powerful utility library for Golang. -- [mo(stars: 2229)](https://github.com/samber/mo) - Monads and popular FP abstractions, based on Go 1.18+ Generics (Option, Result, Either...). +- [mo(stars: 2231)](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. @@ -1172,23 +1172,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: 9749)](https://github.com/hajimehoshi/ebiten) - dead simple 2D game engine in Go. -- [engo(stars: 1706)](https://github.com/EngoEngine/engo) - Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm. +- [Ebitengine(stars: 9757)](https://github.com/hajimehoshi/ebiten) - dead simple 2D game engine in Go. +- [engo(stars: 1707)](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: 2623)](https://github.com/g3n/engine) - Go 3D Game Engine. - [go-astar(stars: 581)](https://github.com/beefsack/go-astar) - Go implementation of the A\* path finding algorithm. - [go-sdl2(stars: 2122)](https://github.com/veandco/go-sdl2) - Go bindings for the [Simple DirectMedia Layer](https://www.libsdl.org/). - [go3d(stars: 288)](https://github.com/ungerik/go3d) - Performance oriented 2D/3D math package for Go. - [gonet(stars: 1245)](https://github.com/xtaci/gonet) - Game server skeleton implemented with golang. -- [goworld(stars: 2493)](https://github.com/xiaonanln/goworld) - Scalable game server engine, featuring space-entity framework and hot-swapping. +- [goworld(stars: 2494)](https://github.com/xiaonanln/goworld) - Scalable game server engine, featuring space-entity framework and hot-swapping. - [Harfang3D(stars: 464)](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: 5123)](https://github.com/name5566/leaf) - Lightweight game server framework. -- [nano(stars: 2659)](https://github.com/lonng/nano) - Lightweight, facility, high performance golang based game server framework. +- [nano(stars: 2660)](https://github.com/lonng/nano) - Lightweight, facility, high performance golang based game server framework. - [Oak(stars: 1507)](https://github.com/oakmound/oak) - Pure Go game engine. -- [Pitaya(stars: 2143)](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: 2144)](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: 4394)](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: 1273)](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: 1274)](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: 1396)](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. @@ -1199,17 +1199,17 @@ _Awesome game development libraries._ _Tools that generate Go code._ - [convergen(stars: 26)](https://github.com/reedom/convergen) - Feature rich type-to-type copy code generator. -- [copygen(stars: 327)](https://github.com/switchupcb/copygen) - Generate type-to-type and type-based code without reflection. +- [copygen(stars: 328)](https://github.com/switchupcb/copygen) - Generate type-to-type and type-based code without reflection. - [generis(stars: 43)](https://github.com/senselogic/GENERIS) - Code generation tool providing generics, free-form macros, conditional compilation and HTML templating. - [go-enum(stars: 645)](https://github.com/abice/go-enum) - Code generation for enums from code comments. -- [go-linq(stars: 3426)](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. +- [go-linq(stars: 3427)](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. - [goderive(stars: 1165)](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: 429)](https://github.com/jmattheis/goverter) - Generate converters by defining an interface. +- [goverter(stars: 431)](https://github.com/jmattheis/goverter) - Generate converters by defining an interface. - [GoWrap(stars: 879)](https://github.com/hexdigest/gowrap) - Generate decorators for Go interfaces using simple templates. -- [interfaces(stars: 417)](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. -- [jennifer(stars: 3164)](https://github.com/dave/jennifer) - Generate arbitrary Go code without templates. -- [oapi-codegen(stars: 5130)](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. +- [interfaces(stars: 418)](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. +- [jennifer(stars: 3167)](https://github.com/dave/jennifer) - Generate arbitrary Go code without templates. +- [oapi-codegen(stars: 5131)](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)** @@ -1230,7 +1230,7 @@ _Geographic tools and servers_ - [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: 1631)](https://github.com/golang/geo) - S2 geometry library in Go. - [simplefeatures(stars: 117)](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: 8876)](https://github.com/tidwall/tile38) - Geolocation DB with spatial index and realtime geofencing. +- [Tile38(stars: 8878)](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: 114)](https://github.com/wroge/wgs84) - Library for Coordinate Conversion and Transformation (ETRS89, OSGB36, NAD83, RGF93, Web Mercator, UTM). @@ -1244,7 +1244,7 @@ _Tools for compiling Go to other languages._ - [c4go(stars: 353)](https://github.com/Konstantin8105/c4go) - Transpile C code to Go code. - [esp32(stars: 82)](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: 12365)](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript. +- [gopherjs(stars: 12367)](https://github.com/gopherjs/gopherjs) - Compiler from Go to JavaScript. - [tardisgo(stars: 431)](https://github.com/tardisgo/tardisgo) - Golang to Haxe to CPP/CSharp/Java/JavaScript transpiler. **[⬆ back to top](#contents)** @@ -1253,14 +1253,14 @@ _Tools for compiling Go to other languages._ _Tools for managing and working with Goroutines._ -- [ants(stars: 11979)](https://github.com/panjf2000/ants) - A high-performance and low-cost goroutine pool in Go. +- [ants(stars: 11984)](https://github.com/panjf2000/ants) - A high-performance and low-cost goroutine pool in Go. - [artifex(stars: 185)](https://github.com/borderstech/artifex) - Simple in-memory job queue for Golang using worker-based dispatching. - [async(stars: 181)](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: 17)](https://github.com/kamilsk/breaker) - Flexible mechanism to make execution flow interruptible. - [channelify(stars: 29)](https://github.com/ddelizia/channelify) - Transform your function to return channels for easy and powerful parallel processing. -- [conc(stars: 8334)](https://github.com/sourcegraph/conc) - `conc` is your toolbelt for structured concurrency in go, making common tasks easier and safer. +- [conc(stars: 8336)](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: 136)](https://github.com/marusama/cyclicbarrier) - CyclicBarrier for golang. @@ -1290,7 +1290,7 @@ _Tools for managing and working with 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: 1189)](https://github.com/alitto/pond) - Minimalistic and High-performance goroutine worker pool written in Go. +- [pond(stars: 1190)](https://github.com/alitto/pond) - Minimalistic and High-performance goroutine worker pool written in Go. - [pool(stars: 719)](https://github.com/go-playground/pool) - Limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation. - [queue(stars: 16)](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: 183)](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. @@ -1299,7 +1299,7 @@ _Tools for managing and working with Goroutines._ - [semaphore(stars: 165)](https://github.com/marusama/semaphore) - Fast resizable semaphore implementation based on CAS (faster than channel-based semaphore implementations). - [stl(stars: 29)](https://github.com/ssgreg/stl) - Software transactional locks based on Software Transactional Memory (STM) concurrency control mechanism. - [threadpool(stars: 98)](https://github.com/shettyh/threadpool) - Golang threadpool implementation. -- [tunny(stars: 3784)](https://github.com/Jeffail/tunny) - Goroutine pool for golang. +- [tunny(stars: 3785)](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(stars: 1240)](https://github.com/gammazero/workerpool) - Goroutine pool that limits the concurrency of task execution, not the number of tasks queued. @@ -1311,22 +1311,22 @@ _Libraries for building GUI Applications._ _Toolkits_ -- [app(stars: 7664)](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS. Supports: MacOS, Windows in progress. -- [energy(stars: 262)](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: 23085)](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. +- [app(stars: 7669)](https://github.com/murlokswarm/app) - Package to create apps with GO, HTML and CSS. Supports: MacOS, Windows in progress. +- [energy(stars: 263)](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: 23093)](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: 9)](https://github.com/goradd/html5tag) - Library for outputting HTML5 tags. -- [gotk3(stars: 2017)](https://github.com/gotk3/gotk3) - Go bindings for GTK3. +- [gotk3(stars: 2019)](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: 10205)](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi). +- [qt(stars: 10204)](https://github.com/therecipe/qt) - Qt binding for Go (support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi). - [ui(stars: 8328)](https://github.com/andlabs/ui) - Platform-native GUI library for Go. Cross platform. - [unison(stars: 141)](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: 6699)](https://github.com/lxn/walk) - Windows application library kit for Go. -- [webview(stars: 11976)](https://github.com/zserge/webview) - Cross-platform webview window with simple two-way JavaScript bindings (Windows / macOS / Linux). +- [walk(stars: 6704)](https://github.com/lxn/walk) - Windows application library kit for Go. +- [webview(stars: 11975)](https://github.com/zserge/webview) - Cross-platform webview window with simple two-way JavaScript bindings (Windows / macOS / Linux). _Interaction_ @@ -1334,8 +1334,8 @@ _Interaction_ - [gosx-notifier(stars: 586)](https://github.com/deckarep/gosx-notifier) - OSX Desktop Notifications library for Go. - [mac-activity-tracker(stars: 27)](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: 9203)](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation. Control the mouse, keyboard and other. -- [systray(stars: 3104)](https://github.com/getlantern/systray) - Cross platform Go library to place an icon and menu in the notification area. +- [robotgo(stars: 9209)](https://github.com/go-vgo/robotgo) - Go Native cross-platform GUI system automation. Control the mouse, keyboard and other. +- [systray(stars: 3105)](https://github.com/getlantern/systray) - Cross platform Go library to place an icon and menu in the notification area. - [trayhost(stars: 250)](https://github.com/shurcooL/trayhost) - Cross-platform Go library to place an icon in the host operating system's taskbar. - [zenity(stars: 625)](https://github.com/ncruces/zenity) - Cross-platform Go library and CLI to create simple dialogs that interact graphically with the user. @@ -1345,14 +1345,14 @@ _Interaction_ _Libraries, tools, and tutorials for interacting with hardware._ -- [arduino-cli(stars: 4158)](https://github.com/arduino/arduino-cli) - Official Arduino CLI and library. Can run standalone, or be incorporated into larger Go projects. -- [emgo(stars: 1054)](https://github.com/ziutek/emgo) - Go-like language for programming embedded systems (e.g. STM32 MCU). -- [ghw(stars: 1571)](https://github.com/jaypipes/ghw) - Golang hardware discovery/inspection library. +- [arduino-cli(stars: 4159)](https://github.com/arduino/arduino-cli) - Official Arduino CLI and library. Can run standalone, or be incorporated into larger Go projects. +- [emgo(stars: 1055)](https://github.com/ziutek/emgo) - Go-like language for programming embedded systems (e.g. STM32 MCU). +- [ghw(stars: 1573)](https://github.com/jaypipes/ghw) - Golang hardware discovery/inspection library. - [go-osc(stars: 187)](https://github.com/hypebeast/go-osc) - Open Sound Control (OSC) bindings for Go. - [go-rpio(stars: 2125)](https://github.com/stianeikeland/go-rpio) - GPIO for Go, doesn't require cgo. - [goroslib(stars: 299)](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](https://github.com/zcalusic/sysinfo) - A pure Go library providing Linux OS / kernel / hardware system information. +- [sysinfo(stars: 496)](https://github.com/zcalusic/sysinfo) - A pure Go library providing Linux OS / kernel / hardware system information. **[⬆ back to top](#contents)** @@ -1360,48 +1360,48 @@ _Libraries, tools, and tutorials for interacting with hardware._ _Libraries for manipulating images._ -- [bild(stars: 3906)](https://github.com/anthonynsimon/bild) - Collection of image processing algorithms in pure Go. +- [bild(stars: 3907)](https://github.com/anthonynsimon/bild) - Collection of image processing algorithms in pure Go. - [bimg(stars: 2526)](https://github.com/h2non/bimg) - Small package for fast and efficient image processing using libvips. - [cameron(stars: 113)](https://github.com/aofei/cameron) - An avatar generator for Go. -- [canvas(stars: 1415)](https://github.com/tdewolff/canvas) - Vector graphics to PDF, SVG or rasterized image. +- [canvas(stars: 1418)](https://github.com/tdewolff/canvas) - Vector graphics to PDF, SVG or rasterized image. - [color-extractor(stars: 80)](https://github.com/marekm4/color-extractor) - Dominant color extractor with no external dependencies. - [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: 1261)](https://github.com/pravj/geopattern) - Create beautiful generative image patterns from a string. - [gg(stars: 4257)](https://github.com/fogleman/gg) - 2D rendering in pure Go. - [gift(stars: 1717)](https://github.com/disintegration/gift) - Package of image processing filters. -- [gltf(stars: 230)](https://github.com/qmuntal/gltf) - Efficient and robust glTF 2.0 reader, writer and validator. +- [gltf(stars: 231)](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. - [go-gd(stars: 59)](https://github.com/bolknote/go-gd) - Go binding for GD library. -- [go-nude(stars: 398)](https://github.com/koyachi/go-nude) - Nudity detection with Go. +- [go-nude(stars: 399)](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: 196)](https://github.com/kolesa-team/go-webp) - Library for encode and decode webp pictures, using libwebp. -- [gocv(stars: 6246)](https://github.com/hybridgroup/gocv) - Go package for computer vision using OpenCV 3.3+. +- [go-webp(stars: 197)](https://github.com/kolesa-team/go-webp) - Library for encode and decode webp pictures, using libwebp. +- [gocv(stars: 6249)](https://github.com/hybridgroup/gocv) - Go package for computer vision using OpenCV 3.3+. - [goimagehash(stars: 692)](https://github.com/corona10/goimagehash) - Go Perceptual image hashing package. - [goimghdr(stars: 39)](https://github.com/corona10/goimghdr) - The imghdr module determines the type of image contained in a file for Go. -- [govatar(stars: 577)](https://github.com/o1egl/govatar) - Library and CMD tool for generating funny avatars. -- [govips(stars: 1121)](https://github.com/davidbyttow/govips) - A lightning fast image processing and resizing library for Go. -- [gowitness(stars: 2658)](https://github.com/sensepost/gowitness) - Screenshoting webpages using go and headless chrome on command line. +- [govatar(stars: 578)](https://github.com/o1egl/govatar) - Library and CMD tool for generating funny avatars. +- [govips(stars: 1124)](https://github.com/davidbyttow/govips) - A lightning fast image processing and resizing library for Go. +- [gowitness(stars: 2661)](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: 829)](https://github.com/qeesung/image2ascii) - Convert image to ASCII. - [imagick(stars: 1687)](https://github.com/gographics/imagick) - Go binding to ImageMagick's MagickWand C API. -- [imaginary(stars: 5304)](https://github.com/h2non/imaginary) - Fast and simple HTTP microservice for image resizing. -- [imaging(stars: 5052)](https://github.com/disintegration/imaging) - Simple Go image processing package. +- [imaginary(stars: 5305)](https://github.com/h2non/imaginary) - Fast and simple HTTP microservice for image resizing. +- [imaging(stars: 5053)](https://github.com/disintegration/imaging) - Simple Go image processing package. - [img(stars: 152)](https://github.com/hawx/img) - Selection of image manipulation tools. -- [ln(stars: 3232)](https://github.com/fogleman/ln) - 3D line art rendering in Go. -- [mergi(stars: 226)](https://github.com/noelyahan/mergi) - Tool & Go library for image manipulation (Merge, Crop, Resize, Watermark, Animate). +- [ln(stars: 3231)](https://github.com/fogleman/ln) - 3D line art rendering in Go. +- [mergi(stars: 227)](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: 2002)](https://github.com/thoas/picfit) - An image resizing server written in Go. -- [pt(stars: 2066)](https://github.com/fogleman/pt) - Path tracing engine written in Go. +- [picfit(stars: 2003)](https://github.com/thoas/picfit) - An image resizing server written in Go. +- [pt(stars: 2067)](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: 1788)](https://github.com/muesli/smartcrop) - Finds good crops for arbitrary images and crop sizes. +- [smartcrop(stars: 1790)](https://github.com/muesli/smartcrop) - Finds good crops for arbitrary images and crop sizes. - [steganography(stars: 293)](https://github.com/auyer/steganography) - Pure Go Library for LSB steganography. -- [stegify(stars: 1164)](https://github.com/DimitarPetrov/stegify) - Go tool for LSB steganography, capable of hiding any file within an image. +- [stegify(stars: 1165)](https://github.com/DimitarPetrov/stegify) - Go tool for LSB steganography, capable of hiding any file within an image. - [svgo(stars: 2105)](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: 182)](https://github.com/Pixboost/transformimgs) - Transformimgs resizes and optimises images for Web using next-generation formats. +- [transformimgs(stars: 183)](https://github.com/Pixboost/transformimgs) - Transformimgs resizes and optimises images for Web using next-generation formats. - [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)** @@ -1412,9 +1412,9 @@ _Libraries for programming devices of the IoT._ - [connectordb(stars: 393)](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: 1345)](https://github.com/lf-edge/ekuiper) - Lightweight data stream processing engine for IoT edge. +- [ekuiper(stars: 1348)](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: 2366)](https://github.com/tibcosoftware/flogo) - Project Flogo is an Open Source Framework for IoT Edge Apps & Integration. +- [flogo(stars: 2367)](https://github.com/tibcosoftware/flogo) - Project Flogo is an Open Source Framework for IoT Edge Apps & Integration. - [gatt(stars: 1105)](https://github.com/paypal/gatt) - Gatt is a Go package for building Bluetooth Low Energy peripherals. - [gobot](https://github.com/hybridgroup/gobot/) - Gobot is a framework for robotics, physical computing, and the Internet of Things. - [huego(stars: 247)](https://github.com/amimof/huego) - An extensive Philips Hue client library for Go. @@ -1437,12 +1437,12 @@ _Libraries for scheduling jobs._ - [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: 4)](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: 1635)](https://github.com/reugn/go-quartz) - Simple, zero-dependency scheduling library for Go. -- [gocron(stars: 4865)](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: 265)](https://github.com/fieldryand/goflow) - A simple but powerful DAG scheduler and dashboard. -- [gron(stars: 1010)](https://github.com/roylee0704/gron) - Define time-based tasks using a simple Go API and Gron’s scheduler will run them accordingly. +- [gocron(stars: 4866)](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: 266)](https://github.com/fieldryand/goflow) - A simple but powerful DAG scheduler and dashboard. +- [gron(stars: 1011)](https://github.com/roylee0704/gron) - Define time-based tasks using a simple Go API and Gron’s scheduler will run them accordingly. - [gronx(stars: 365)](https://github.com/adhocore/gronx) - Cron expression parser, task runner and daemon consuming crontab like task list. - [JobRunner(stars: 1010)](https://github.com/bamzi/jobrunner) - Smart and featureful cron job scheduler with job queuing and live monitoring built in. -- [jobs(stars: 494)](https://github.com/albrow/jobs) - Persistent and flexible background jobs library. +- [jobs(stars: 495)](https://github.com/albrow/jobs) - Persistent and flexible background jobs library. - [leprechaun(stars: 101)](https://github.com/kilgaloon/leprechaun) - Job scheduler that supports webhooks, crons and classic scheduling. - [sched(stars: 28)](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. @@ -1454,7 +1454,7 @@ _Libraries for scheduling jobs._ _Libraries for working with JSON._ -- [ajson(stars: 213)](https://github.com/spyzhov/ajson) - Abstract JSON for golang with JSONPath support. +- [ajson(stars: 214)](https://github.com/spyzhov/ajson) - Abstract JSON for golang with JSONPath support. - [ask(stars: 36)](https://github.com/simonnilsson/ask) - Easy access to nested values in maps and slices. Works in combination with encoding/json and other packages that "Unmarshal" arbitrary data into Go data-types. - [dynjson(stars: 16)](https://github.com/cocoonspace/dynjson) - Client-customizable JSON formats for dynamic APIs. - [ej(stars: 10)](https://github.com/lucassscaravelli/ej) - Write and read JSON from different sources succinctly. @@ -1462,7 +1462,7 @@ _Libraries for working with JSON._ - [fastjson(stars: 2146)](https://github.com/valyala/fastjson) - Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection. - [gabs(stars: 3354)](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: 13530)](https://github.com/tidwall/gjson) - Get a JSON value with one line of code. +- [GJSON(stars: 13538)](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. @@ -1529,14 +1529,14 @@ _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: 23967)](https://github.com/Sirupsen/logrus) - Structured logger for Go. +- [logrus(stars: 23971)](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: 365)](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: 4584)](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. +- [lumberjack(stars: 4586)](https://github.com/natefinch/lumberjack) - Simple rolling logger, implements io.WriteCloser. +- [mlog(stars: 34)](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: 123)](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). @@ -1546,10 +1546,10 @@ _Libraries for generating and working with log files._ - [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: 349)](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: 240)](https://github.com/samber/slog-multi) - Chain of slog.Handler (pipeline, fanout...). +- [slog-formatter(stars: 80)](https://github.com/samber/slog-formatter) - Common formatters for slog and helpers to build your own. +- [slog-multi(stars: 239)](https://github.com/samber/slog-multi) - Chain of slog.Handler (pipeline, fanout...). - [spew(stars: 5902)](https://github.com/davecgh/go-spew) - Implements a deep pretty printer for Go data structures to aid in debugging. -- [sqldb-logger(stars: 337)](https://github.com/simukti/sqldb-logger) - A logger for Go SQL database driver without modify existing \*sql.DB stdlib usage. +- [sqldb-logger(stars: 338)](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: 2672)](https://github.com/hpcloud/tail) - Go package striving to emulate the features of the BSD tail program. @@ -1558,9 +1558,9 @@ _Libraries for generating and working with log files._ - [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: 20838)](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go. +- [zap(stars: 20844)](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go. - [zax(stars: 18)](https://github.com/yuseferi/zax) - Integrate Context with Zap logger, which leads to more flexibility in Go logging. -- [zerolog(stars: 9687)](https://github.com/rs/zerolog) - Zero-allocation JSON logger. +- [zerolog(stars: 9692)](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,24 +1584,24 @@ _Libraries for Machine Learning._ - [go-pr(stars: 62)](https://github.com/daviddengcn/go-pr) - Pattern recognition package in Go lang. - [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: 210)](https://github.com/tomcraven/goga) - Genetic algorithm library for Go. -- [GoLearn(stars: 9145)](https://github.com/sjwhitworth/golearn) - General Machine Learning library for Go. +- [goga(stars: 209)](https://github.com/tomcraven/goga) - Genetic algorithm library for Go. +- [GoLearn(stars: 9144)](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: 76)](https://github.com/surenderthakran/gomind) - A simplistic Neural Network Library in Go. -- [goml(stars: 1537)](https://github.com/cdipaolo/goml) - On-line Machine Learning in Go. +- [goml(stars: 1536)](https://github.com/cdipaolo/goml) - On-line Machine Learning in Go. - [gonet(stars: 81)](https://github.com/dathoangnd/gonet) - Neural Network for Go. - [Goptuna(stars: 250)](https://github.com/c-bata/goptuna) - Bayesian optimization framework for black-box functions written in Go. Everything will be optimized. - [goRecommend(stars: 203)](https://github.com/timkaye11/goRecommend) - Recommendation Algorithms library written in Go. - [gorgonia(stars: 5313)](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: 8007)](https://github.com/zhenghaoz/gorse) - An offline recommender system backend based on collaborative filtering written in Go. +- [gorse(stars: 8009)](https://github.com/zhenghaoz/gorse) - An offline recommender system backend based on collaborative filtering written in Go. - [goscore(stars: 94)](https://github.com/asafschers/goscore) - Go Scoring API for PMML. - [gosseract(stars: 2466)](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. -- [m2cgen(stars: 2702)](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native Go code with zero dependencies, written in Python with Go language support. +- [m2cgen(stars: 2703)](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native Go code with zero dependencies, written in Python with Go language support. - [neat(stars: 69)](https://github.com/jinyeom/neat) - Plug-and-play, parallel Go framework for NeuroEvolution of Augmenting Topologies (NEAT). - [neural-go(stars: 67)](https://github.com/schuyler/neural-go) - Multilayer perceptron network implemented in Go, with training via backpropagation. -- [ocrserver(stars: 649)](https://github.com/otiai10/ocrserver) - A simple OCR API server, seriously easy to be deployed by Docker and Heroku. -- [onnx-go(stars: 628)](https://github.com/owulveryck/onnx-go) - Go Interface to Open Neural Network Exchange (ONNX). +- [ocrserver(stars: 650)](https://github.com/otiai10/ocrserver) - A simple OCR API server, seriously easy to be deployed by Docker and Heroku. +- [onnx-go(stars: 629)](https://github.com/owulveryck/onnx-go) - Go Interface to Open Neural Network Exchange (ONNX). - [probab(stars: 19)](https://github.com/ThePaw/probab) - Probability distribution functions. Bayesian inference. Written in pure Go. - [randomforest(stars: 39)](https://github.com/malaschitz/randomForest) - Easy to use Random Forest library for Go. - [regommend(stars: 310)](https://github.com/muesli/regommend) - Recommendation & collaborative filtering engine. @@ -1616,21 +1616,21 @@ _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: 1292)](https://github.com/rabbitmq/amqp091-go) - Go RabbitMQ Client Library. +- [amqp(stars: 1293)](https://github.com/rabbitmq/amqp091-go) - Go RabbitMQ Client Library. - [APNs2(stars: 2927)](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: 8520)](https://github.com/hibiken/asynq) - A simple, reliable, and efficient distributed task queue for Go built on top of Redis. -- [Beaver(stars: 1507)](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: 7450)](https://github.com/Jeffail/benthos) - A message streaming bridge between a range of protocols. +- [Asynq(stars: 8523)](https://github.com/hibiken/asynq) - A simple, reliable, and efficient distributed task queue for Go built on top of Redis. +- [Beaver(stars: 1508)](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: 7456)](https://github.com/Jeffail/benthos) - A message streaming bridge between a range of protocols. - [Bus(stars: 328)](https://github.com/mustafaturan/bus) - Minimalist message bus implementation for internal communication. -- [Centrifugo(stars: 7835)](https://github.com/centrifugal/centrifugo) - Real-time messaging (Websockets or SockJS) server in Go. -- [Chanify(stars: 1212)](https://github.com/chanify/chanify) - A push notification server send message to your iOS devices. +- [Centrifugo(stars: 7839)](https://github.com/centrifugal/centrifugo) - Real-time messaging (Websockets or SockJS) server in Go. +- [Chanify(stars: 1213)](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: 4401)](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: 4402)](https://github.com/confluentinc/confluent-kafka-go) - confluent-kafka-go is Confluent's Golang client for Apache Kafka and the Confluent Platform. - [dbus(stars: 937)](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. - [event(stars: 55)](https://github.com/agoalofalife/event) - Implementation of the pattern observer. -- [EventBus(stars: 1623)](https://github.com/asaskevich/EventBus) - The lightweight event bus with async compatibility. +- [EventBus(stars: 1624)](https://github.com/asaskevich/EventBus) - The lightweight event bus with async compatibility. - [gaurun-client(stars: 11)](https://github.com/osamingo/gaurun-client) - Gaurun Client written in Go. - [Glue(stars: 410)](https://github.com/desertbit/glue) - Robust Go and Javascript Socket Library (Alternative to Socket.io). - [go-eventbus(stars: 2)](https://github.com/stanipetrosyan/go-eventbus) - Simple Event Bus package for Go. @@ -1643,21 +1643,21 @@ _Libraries that implement messaging systems._ - [Gollum(stars: 935)](https://github.com/trivago/gollum) - A n:m multiplexer that gathers messages from different sources and broadcasts them to a set of destinations. - [golongpoll(stars: 648)](https://github.com/jcuga/golongpoll) - HTTP longpoll server library that makes web pub-sub simple. - [gopush-cluster(stars: 2078)](https://github.com/Terry-Mao/gopush-cluster) - gopush-cluster is a go push server cluster. -- [gorush(stars: 7578)](https://github.com/appleboy/gorush) - Push notification server using [APNs2](https://github.com/sideshow/apns2) and google [GCM](https://github.com/google/go-gcm). +- [gorush(stars: 7580)](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: 24)](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: 7271)](https://github.com/RichardKnop/machinery) - Asynchronous task queue/job queue based on distributed message passing. +- [machinery(stars: 7272)](https://github.com/RichardKnop/machinery) - Asynchronous task queue/job queue based on distributed message passing. - [mangos(stars: 643)](https://github.com/nanomsg/mangos) - Pure go implementation of the Nanomsg ("Scalability Protocols") with transport interoperability. -- [melody(stars: 3499)](https://github.com/olahol/melody) - Minimalist framework for dealing with websocket sessions, includes broadcasting and automatic ping/pong handling. -- [Mercure(stars: 3720)](https://github.com/dunglas/mercure) - Server and library to dispatch server-sent updates using the Mercure protocol (built on top of Server-Sent Events). +- [melody(stars: 3501)](https://github.com/olahol/melody) - Minimalist framework for dealing with websocket sessions, includes broadcasting and automatic ping/pong handling. +- [Mercure(stars: 3723)](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: 265)](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. +- [NATS Go Client(stars: 5110)](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](https://github.com/tuxychandru/pubsub) - Simple pubsub package for go. +- [pubsub(stars: 411)](https://github.com/tuxychandru/pubsub) - Simple pubsub package for go. - [Quamina(stars: 357)](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: 254)](https://github.com/jandelgado/rabtap) - RabbitMQ swiss army knife cli app. @@ -1666,15 +1666,15 @@ _Libraries that implement messaging systems._ - [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](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: 6678)](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. +- [Uniqush-Push(stars: 1524)](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices. +- [Watermill(stars: 6683)](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: 1129)](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: 4162)](https://github.com/unidoc/unioffice) - Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents. +- [unioffice(stars: 4164)](https://github.com/unidoc/unioffice) - Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents. ### Microsoft Excel @@ -1684,8 +1684,8 @@ _Libraries for working with Microsoft Excel._ - [exl(stars: 26)](https://github.com/go-the-way/exl) - Excel binding to struct written in Go.(Only supports Go1.18+) - [go-excel(stars: 183)](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](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. +- [xlsx(stars: 5741)](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. **[⬆ back to top](#contents)** @@ -1695,27 +1695,27 @@ _Libraries for working with Microsoft Excel._ _Libraries for working with dependency injection._ -- [alice](https://github.com/magic003/alice) - Additive dependency injection container for Golang. +- [alice(stars: 51)](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](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. +- [dig(stars: 3673)](https://github.com/uber-go/dig) - A reflection based dependency injection toolkit for Go. +- [dingo(stars: 173)](https://github.com/i-love-flamingo/dingo) - A dependency injection toolkit for Go, based on Guice. +- [do(stars: 1567)](https://github.com/samber/do) - A dependency injection framework based on Generics. +- [fx(stars: 5148)](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: 332)](https://github.com/goioc/di) - Spring-inspired Dependency Injection Container. +- [GoLobby/Container(stars: 529)](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: 15)](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: 12212)](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: 63)](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: 4)](https://github.com/firasdarwish/ore) - Lightweight, generic & simple dependency injection (DI) container. +- [wire(stars: 38)](https://github.com/Fs02/wire) - Strict Runtime Dependency Injection for Golang. **[⬆ back to top](#contents)** @@ -1723,7 +1723,7 @@ _Libraries for working with dependency injection._ _**Unofficial** set of patterns for structuring projects._ -- [ardanlabs/service](https://github.com/ardanlabs/service) - A [starter kit](https://github.com/ardanlabs/service/wiki) for building production grade scalable web service applications. +- [ardanlabs/service(stars: 3358)](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. @@ -2086,7 +2086,7 @@ _Unofficial libraries for package and dependency management._ ## Query Language - [api-fu](https://github.com/ccbrown/api-fu) - Comprehensive GraphQL implementation. -- [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to jq/yq but supports JSON, YAML, TOML and XML with zero runtime dependencies. +- [dasel(stars: 4845)](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to jq/yq but supports JSON, YAML, TOML and XML with zero runtime dependencies. - [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data. - [goven](https://github.com/SeldonIO/goven) - A drop-in query language for any database schema. - [gqlgen](https://github.com/99designs/gqlgen) - go generate based graphql server library. @@ -2202,7 +2202,7 @@ _Libraries that are used to help make your application more secure._ - [secureio](https://github.com/xaionaro-go/secureio) - An keyexchanging+authenticating+encrypting wrapper and multiplexer for `io.ReadWriteCloser` based on XChaCha20-poly1305, ECDH and ED25519. - [simple-scrypt](https://github.com/elithrar/simple-scrypt) - Scrypt package with a simple, obvious API and automatic cost calibration built-in. - [ssh-vault](https://github.com/ssh-vault/ssh-vault) - encrypt/decrypt using ssh keys. -- [sslmgr](https://github.com/adrianosela/sslmgr) - SSL certificates made easy with a high level wrapper around acme/autocert. +- [sslmgr(stars: 25)](https://github.com/adrianosela/sslmgr) - SSL certificates made easy with a high level wrapper around acme/autocert. - [teler-waf](https://github.com/kitabisa/teler-waf) - teler-waf is a Go HTTP middleware that provide teler IDS functionality to protect against web-based attacks and improve the security of Go-based web applications. It is highly configurable and easy to integrate into existing Go applications. - [themis](https://github.com/cossacklabs/themis) - high-level cryptographic library for solving typical data security tasks (secure data storage, secure messaging, zero-knowledge proof authentication), available for 14 languages, best fit for multi-platform apps. @@ -2931,7 +2931,7 @@ _Full stack web frameworks._ - [neo](https://github.com/ivpusic/neo) - Neo is minimal and fast Go Web Framework with extremely simple API. - [patron](https://github.com/beatlabs/patron) - Patron is a microservice framework following best cloud practices with a focus on productivity. - [Pnutmux](https://gitlab.com/fruitygo/pnutmux) - Pnutmux is a powerful Go web framework that uses regex for matching and handling HTTP requests. It offers features such as CORS handling, structured logging, URL parameters extraction, middlewares, and concurrency limiting. -- [Pulse](https://github.com/gopulse/pulse) - Pulse is an HTTP web framework written in Go (Golang) +- [Pulse(stars: 37)](https://github.com/gopulse/pulse) - Pulse is an HTTP web framework written in Go (Golang) - [Resoursea](https://github.com/resoursea/api) - REST framework for quickly writing resource based services. - [REST Layer](https://github.com/rs/rest-layer) - Framework to build REST/GraphQL API on top of databases with mostly configuration over code. - [Revel](https://github.com/revel/revel) - High-productivity web framework for the Go language.