pczy's repositories
beam-ml20m
Let's learn Beam, processing Movie Lens 20m datas. Get top three genres for each user
chenhuajun.github.io
Build a Jekyll blog in minutes, without touching the command line.
dataloader
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
flinkStreamSQL
基于开源的flink,对其实时sql进行扩展;主要实现了流与维表的join,支持原生flink SQL所有的语法
gf
GoFrame is a modular, full-featured and production-ready application development framework of golang. Providing a series of core components and dozens of practical modules, such as: cache, logging, containers, timer, resource, validator, database orm, etc. Supporting web server integrated with router, cookie, session, middleware, logger, configure, template, https, hooks, rewrites and many more features.
go-common
哔哩哔哩 bilibili 网站后台工程 源码
LightGBM
LightGBM is a fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. It is under the umbrella of the DMTK(http://github.com/microsoft/dmtk) project of Microsoft.
panzhenyu12
Config files for my GitHub profile.
protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
shadowsocks-windows
If you want to keep a secret, you must also hide it from yourself.
The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。