Halo博客同步器 | https://github.com/linshenkx/haloSyncServer | 2021/11 | Halo博客同步器,支持定时检测Hexo博客仓库并同步变化到Halo博客。 |
随机图api | https://github.com/linshenkx/random-image-api | 2021/11 | 接入第三方云存储,获取云存储的图片url并随机返回。采用模块化开发,方便拓展。目前已对接阿里oss。 |
web数据库管理终端(登录:test/test) | https://dbm.linshenkx.cn | 2020/04 | web数据库管理终端是一款可以免费在web端对多种主流关系型数据库进行基本管理的产品 |
基于hdfs的ftp服务器 | https://github.com/linshenkx/hdfs-ftp-server | 2020/09 | 将hdfs接口封装成ftp服务器形式,并提供生产级产品化使用方式。 |
kube-prometheus增强配置 | https://github.com/linshenkx/kube-prometheus-enhance | 2021/12 | 利用prometheus的kubernetes_sd_config服务发现功能和Relabel功能实现: 自动发现pod,并从pod的annotation中识别抓取规则,然后进行抓取。 |
基于Netty的RPC框架 | https://github.com/linshenkx/rpc-netty-spring-boot-starter | 2018/11 | 支持SpringBoot-starter快速集成,基于zookeeper服务发现,基于注解使用,提供序列化、负载均衡引擎,提供简单限流策略。 |
预装cron服务的mysql镜像 | https://github.com/linshenkx/mysql-cron | 2018/09 | 预装cron服务的mysql镜像(基于官方5.7),提供任务表和所要运行的脚本即可使用(可快速实现数据库定时备份) |