Awesome List Updates on Nov 14, 2025
5 awesome lists updated today.
๐ Home ยท ๐ Search ยท ๐ฅ Feed ยท ๐ฎ Subscribe ยท โค๏ธ Sponsor
1. Awesome Go
Command Line / Standard CLI
- codingconcepts/env (โญ126) โ Tag-based environment configuration for structs โ
126
Data Structures and Algorithms / Bloom and Cuckoo Filters
- seiflotfy/cuckoofilter (โญ1.2k) โ Cuckoo Filter: Practically Better Than Bloom โ
1,200
Data Structures and Algorithms / Miscellaneous Data Structures and Algorithms
- axiomhq/hyperloglog (โญ1k) โ HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom โ
1,015
- barweiss/go-tuple (โญ95) โ Go 1.18+ generic tuple โ
95
- s0rg/quadtree (โญ41) โ Generic, zero-alloc, 100%-test covered Quadtree for golang โ
41
Data Structures and Algorithms / Queues
- embano1/memlog (โญ135) โ A Kafka log inspired in-memory and append-only data structure โ
135
Data Structures and Algorithms / Text Analysis
- derekparker/trie (โญ785) โ Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching. โ
784
- viant/ptrie (โญ44) โ A prefix tree implementation in go โ
44
Data Structures and Algorithms / Trees
- bobg/merkle (โญ20) โ Merkle hash trees โ
20
Database / Caches
- elastic/go-freelru (โญ254) โ โ
254
Database / SQL Query Builders
- arthurkushman/buildsqlx (โญ183) โ Go database query builder library for PostgreSQL โ
183
Database Drivers / NoSQL Database Drivers
- aliexpressru/gomemcached (โญ21) โ A Binary Memcached client for Go with support for sharding using consistent hashing, along with SASL. โ
21
Database Drivers / Relational Database Drivers
- VinGarcia/ksql (โญ349) โ A Simple and Powerful Golang SQL Library โ
348
Database Drivers / Search and Analytic Databases
- sdqri/effdsl (โญ34) โ Elasticsearch query builder for golang โ
34
Distributed Systems / Search and Analytic Databases
- hprose/hprose-golang (โญ1.3k) โ Hprose is a cross-language RPC. This project is Hprose for Golang. โ
1,261
- AppsFlyer/go-sundheit (โญ559) โ A library built to provide support for defining service health for golang services. It allows you to register async health checks for your dependencies and the service itself, provides a health endpoint that exposes their status, and health metrics. โ
559
- ybbus/jsonrpc (โญ362) โ A simple go implementation of json rpc 2.0 client over http โ
362
- anacrolix/dht (โญ345) โ dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise โ
345
- tarmac-project/tarmac (โญ339) โ Write as Functions, Deploy as a Monolith or Microservice with WebAssembly โ
339
- italolelis/outboxer (โญ164) โ A library that implements the outboxer pattern in go โ
164
- capillariesio/capillaries (โญ69) โ Distributed batch data processing framework โ
69
- svcavallar/celeriac.v1 (โญ76) โ Golang client library for adding support for interacting and monitoring Celery workers, tasks and events. โ
76
- sanketplus/go-mysql-lock (โญ65) โ MySQL Backed Locking Primitive โ
65
- pdupub/go-pdu (โญ49) โ An PDU implementation in Go โ
49
- mbrostami/consistenthash (โญ30) โ A Go library that implements Consistent Hashing (+Block Partitioning) โ
30
Email / Search and Analytic Databases
- emersion/go-message (โญ429) โ A streaming Go library for the Internet Message Format and mail messages โ
429
- toorop/go-dkim (โญ99) โ DKIM package for golang โ
99
- dimuska139/go-email-normalizer (โญ76) โ Golang library for providing a canonical representation of email address. โ
76
- valord577/mailx (โญ20) โ A library that makes it easier to send email via SMTP. โ
20
File Handling / Search and Analytic Databases
- C2FO/vfs (โญ354) โ Pluggable, extensible virtual file system for Go โ
354
- artonge/go-csv-tag (โญ128) โ Read csv file from go using tags โ
128
Financial / Search and Analytic Databases
- claygod/transaction (โญ138) โ Embedded database for accounts transactions. โ
138
- nikolaydubina/fpdecimal (โญ33) โ Fixed-Point Decimals โ
33
Forms / Search and Analytic Databases
- gorilla/csrf (โญ1.2k) โ Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services โ
1,163
- cinar/checker (โญ47) โ Effortless input validation in Go with the power of struct tags. No dependencies, just pure simplicity. See how! โ
47
Geographic / Search and Analytic Databases
- pantrif/s2-geojson (โญ36) โ Draw a polygon on the map or paste a geoJSON and explore how the s2.RegionCoverer covers it with S2 cells depending on the min and max levels โ
36
Go Compilers / Search and Analytic Databases
- Konstantin8105/c4go (โญ376) โ Transpiling C code to Go code โ
376
GUI / Search and Analytic Databases
- richardwilkes/unison (โญ305) โ A unified graphical user experience toolkit for Go desktop applications โ
304
Images / Search and Analytic Databases
- Pixboost/transformimgs (โญ282) โ Open source image CDN. โ
282
- aofei/cameron (โญ130) โ An avatar generator for Go. โ
130
Job Scheduler / Search and Analytic Databases
- bart6114/cheek (โญ198) โ cheek: a pico-sized declarative job scheduler โ
198
- deepaksinghvi/cdule (โญ58) โ cdule (pronounce as Schedule) Golang based scheduler library with database support. โ
58
JSON / Search and Analytic Databases
- valyala/fastjson (โญ2.4k) โ Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection โ
2,413
- wI2L/jsondiff (โญ611) โ Compute the diff between two JSON documents as a series of JSON Patch (RFC6902) operations โ
611
- Andrew-M-C/go.jsonvalue (โญ202) โ Quick Solution with Unstructured JSON data โ
202
- iOliverNguyen/ujson (โญ85) โ ยตjson - A fast and minimal JSON parser and transformer that works on unstructured JSON โ
85
- vtopc/epoch (โญ17) โ Contains primitives for marshaling/unmarshaling Unix timestamp/epoch to/from built-in time.Time type in JSON โ
17
Logging / Search and Analytic Databases
- yuseferi/zax (โญ28) โ Golang Zap logger with context โ
28
Machine Learning / Search and Analytic Databases
- patrikeh/go-deep (โญ558) โ Artificial Neural Network โ
558
Messaging / Search and Analytic Databases
- lovoo/goka (โญ2.5k) โ Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go. โ
2,490
- timbray/quamina (โญ436) โ Home of Quamina, a fast pattern-matching library in Go โ
436
- furdarius/rabbitroutine (โญ113) โ Lightweight library that handles RabbitMQ auto-reconnect and publishing retry routine for you. โ
113
- SchwarzIT/hypermatch (โญ32) โ hypermatch is a high-performance Go library designed for rapid matching of a large number of rules to events. It processes thousands of events per second against extensive rule sets in-memory with minimal latency . โ
32
Middlewares / Microsoft Word
- urfave/negroni (โญ7.5k) โ Idiomatic HTTP Middleware for Golang โ
7,543
- unrolled/render (โญ2k) โ Go package for easily rendering JSON, XML, binary data, and HTML templates responses. โ
1,986
Miscellaneous / Uncategorized
- steambap/captcha (โญ162) โ Package captcha provides an easy to use, unopinionated API for captcha generation โ
162
- antham/gommit (โญ115) โ Enforce git message commit consistency โ
115
- lrita/numa (โญ37) โ NUMA is a utility library, which is written in go. It help us to write some NUMA-AWARED code. โ
37
Natural Language Processing / Morphological Analyzers
- afjoseph/RAKE.Go (โญ122) โ A Go port of the Rapid Automatic Keyword Extraction algorithm (RAKE) โ
122
Natural Language Processing / Translation
- leonelquinteros/gotext (โญ487) โ Go (Golang) GNU gettext utilities package โ
487
- vorlif/spreak (โญ69) โ Flexible translation and humanization library for Go, based on the concepts behind gettext. โ
69
- invopop/ctxi18n (โญ81) โ Go Context Internationalization - translating apps easily โ
81
Networking / Transliteration
- mosajjal/dnsmonster (โญ346) โ Passive DNS Capture and Monitoring Toolkit โ
346
- gaissmai/bart (โญ108) โ The Balanced Routing Table is an adaptation of D. Knuth's ART algorithm and requires significantly less memory and has an even better lookup speed. โ
108
Serialization / HTTP Clients
- ugorji/go (โญ1.9k) โ idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go] โ
1,917
Template Engines / Other Software
- osteele/liquid (โญ327) โ A Liquid template engine in Go โ
327
Testing / Mock
- seborama/govcr (โญ196) โ HTTP mock for Golang: record and replay HTTP/HTTPS interactions for offline testing โ
196
Testing / Selenium and browser control tools
- mafredri/cdp (โญ768) โ Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language. โ
768
Text Processing / Markup Languages
- antchfx/htmlquery (โญ773) โ htmlquery is golang XPath package for HTML query. โ
773
- mmalcek/bafi (โญ110) โ Universal JSON, BSON, YAML, CSV, XML, mt940 converter with templates โ
110
Utilities / Utility/Miscellaneous
- rubyist/circuitbreaker (โญ1.2k) โ Circuit Breakers in Go โ
1,163
- subosito/gotenv (โญ307) โ Load environment variables from
.envorio.Readerin Go. โ307
- syntaqx/cookie (โญ110) โ Cookies, but with structs, for happiness. โ
110
2. Awesome Mac
Security Tools / Writing
- Lennolium/swiftGuard (โญ424) โ Anti-forensic macOS tray application designed to safeguard your system by monitoring USB ports. โ
424
3. Awesome Preact
Contents / Components
- Vski Table - Datagrid component built with Preact.
4. Awesome Neovim
Syntax / Assembly
- MeanderingProgrammer/treesitter-modules.nvim (โญ72) - Original modules from nvim-treesitter master branch.
Utility / Cursorline
- gruvw/strudel.nvim (โญ162) - Live coding controller for strudel.
Split and Window / Tmux
- EvWilson/slimux.nvim (โญ29) - Send content from the current buffer to a configurable tmux pane.
5. Awesome Mongodb
Libraries / Swift
- MongoSwift (โญ352) - Official MongoDB Swift driver (discontinued)
- Prev: Nov 15, 2025
- Next: Nov 13, 2025