add 5 resources

This commit is contained in:
shockerli 2022-06-29 09:03:30 +08:00
parent 97daeb819c
commit 2c783109ec

View File

@ -186,7 +186,7 @@
- [golinks](https://git.mills.io/prologic/golinks) - 创建自定义书签、命令、搜索等
- [链滴笔记](https://github.com/88250/liandi) - 桌面端笔记应用
- [wayback](https://github.com/wabarc/wayback) - 网页快照备份
- [bbs-go](https://github.com/mlogclub/bbs-go) - bbs-go - 基于Golang的开源社区系统
- [bbs-go](https://github.com/mlogclub/bbs-go) - 开源社区
### 静态网站生成器
@ -357,7 +357,7 @@
- [rain](https://github.com/cenkalti/rain) - BitTorrent 客户端和库
- [httpteleport](https://github.com/valyala/httpteleport) - Teleports 10Gbps http traffic over 1Gbps networks
- [FIND3](https://github.com/schollz/find3) - WiFi 设备发现
- [SubFinder](https://github.com/subfinder/subfinder) - 子域名发现工具
- [SubFinder](https://github.com/projectdiscovery/subfinder) - 子域名发现工具
- [ggz](https://github.com/go-ggz/ggz) - 短网址服务
- [httpstat](https://github.com/davecheney/httpstat)
- [grab](https://github.com/cavaliercoder/grab) - 文件下载
@ -567,6 +567,7 @@
- [xmlquery](https://github.com/antchfx/xmlquery) - XPath 语法查询 XML
- [xpath](https://github.com/antchfx/xpath) - XPath 语法
- [goquery](https://github.com/PuerkitoBio/goquery) - jQuery 语法查询 HTML
- [css](https://github.com/ericchiang/css) - CSS 选择器
#### 其他
@ -725,6 +726,7 @@
- [REL](https://github.com/go-rel/rel) - Modern Database Access Layer for Go
- [RDB](https://github.com/HDT3213/rdb) - Redis RDB 文件解析和生成工具,支持转 JSON、转 AOF、寻找 Big Key、生成 RDB 文件及绘制内存火焰图等功能
#### 数据库客户端
- [Go-MySQL-Driver](https://github.com/go-sql-driver/mysql) - MySQL 驱动
- [go-mssqldb](https://github.com/denisenkom/go-mssqldb) - MSSQL 驱动
@ -787,7 +789,6 @@
### 搜索推荐
- [gofound](https://github.com/newpanjing/gofound) - 全文搜索引擎
- [wukong](https://github.com/huichen/wukong) - 全文搜索引擎
- [go-elasticsearch](https://github.com/elastic/go-elasticsearch) - 官方 ES 客户端
- [elastic](https://github.com/olivere/elastic) - Elasticsearch 客户端
@ -800,6 +801,7 @@
- [Blast](https://github.com/mosuka/blast) - 全文搜索
- [Fuzzy Search](https://github.com/lithammer/fuzzysearch) - 文本模糊搜索
- [gorse](https://github.com/zhenghaoz/gorse) - 单节点训练和分布式预测推荐系统引擎
- [gofound](https://github.com/newpanjing/gofound) - 全文搜索引擎
### 表单
@ -859,6 +861,7 @@
- [Go Graphics](https://github.com/fogleman/gg) - 2D 图片渲染
- [canvas](https://github.com/tdewolff/canvas) - 矢量图绘制
- [formulae](https://github.com/tdewolff/formulae) - 数学公式解析、计算、图表绘制
- [imagor](https://github.com/cshum/imagor) - 图像处理服务器
#### 图片识别
@ -969,6 +972,7 @@
- [Monkey](https://github.com/bouk/monkey) - (**Archived**) Monkey patching in Go
- [gomonkey](https://github.com/agiledragon/gomonkey) - 猴子补丁对函数、变量等进行打桩方便单元测试Fork 自 [Monkey](https://github.com/bouk/monkey)
- [SuperMonkey](https://github.com/cch123/supermonkey) - 让私有方法可测
- [vektra/mockery](https://github.com/vektra/mockery) - mock code autogenerator
- [Ginkgo](https://github.com/onsi/ginkgo) - BBD 测试框架
- [fperf](https://github.com/shafreeck/fperf) - 压测工具
- [gocheck](https://github.com/go-check/check)
@ -1099,8 +1103,8 @@
- [kubernetes](https://github.com/kubernetes/kubernetes) - 容器调度管理平台
- [k0s](https://github.com/k0sproject/k0s) - 最小体积的 k8s 发行版
- [sealos](https://github.com/fanux/sealos) - 一条命令部署 Kubernetes 高可用集群
- [endpoints-operator](https://github.com/sealyun/endpoints-operator) - K8s内部服务访问外部服务的具备探活功能的4层LB
- [KubeEye](https://github.com/kubesphere/kubeeye) - 通过配置规则发现 Kubernetes 上的各种问题
- [endpoints-operator](https://github.com/sealyun/endpoints-operator) - K8S内部服务访问外部服务的具备探活功能的4层LB
### 机器学习
@ -1180,6 +1184,7 @@
- [sonic](https://github.com/bytedance/sonic) - 字节跳动开源的 JSON 解析器&修改器
- [go-json](https://github.com/goccy/go-json)
- [jsonquery](https://github.com/antchfx/jsonquery) - XPath 语法查询 JSON
- [fx](https://github.com/antonmedv/fx) - 命令行 JSON 显示
### 依赖管理
@ -1435,6 +1440,7 @@
- [dkron](https://github.com/distribworks/dkron) - 分布式任务调度系统
- [Grit](https://github.com/climech/grit) - 基于 MultiTree 实现的任务管理
- [Asynq](https://github.com/hibiken/asynq) - 异步分布式任务队列
- [cronsun](https://github.com/shunfei/cronsun) - 分布式任务系统
### 流处理