Pinned Repositories
-
个人面试复习使用
architect-awesome
后端架构师技术图谱
blog
Everything about database,business.(Most for PostgreSQL).
china_city_name
从国家统计局网站获取2019年省市区数据
cloud2020
SpringCloud
CoolplaySpark
酷玩 Spark: Spark 源代码解析、Spark 类库等
data-warehouse
The book of data warehouse
Google-MapReduce-GFS-BigTable
Google-MapReduce-GFS-BigTable(Google三大论文)
pumpkin-book
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
SparkTests
测试git用
hklgit's Repositories
hklgit/pumpkin-book
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
hklgit/SparkTests
测试git用
hklgit/-
个人面试复习使用
hklgit/blog
Everything about database,business.(Most for PostgreSQL).
hklgit/cloud2020
SpringCloud
hklgit/eagle
Real time data processing system based on flink and CEP
hklgit/ECommerceRecommendSystem
商品大数据实时推荐系统。前端:Vue + TypeScript + ElementUI,后端 Spring + Spark
hklgit/excel
alanpoi
hklgit/fanrui-learning
Flink, algorithm and Java learning code, I hope it will be useful to you.
hklgit/flink-learning
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
hklgit/flink-recommandSystem-demo
:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。
hklgit/FlinkClub
这是我自己的Flink中文社区翻译稿存储仓库,用于提供给需要朋友进行二次创作。同时提供Flink课程文档讲解
hklgit/FlinkExample
Flink代码实例
hklgit/FlinkSQL
仿照阿里blink使用sql开发flink的实时程序
hklgit/gmall1122-realtime
hklgit/hdfs-mount
A tool to mount HDFS as a local Linux file system
hklgit/hello-algorithm
🙈🙉🙊 本项目包括:1、我写的三十万字图解算法题典 2、100 张 IT 相关超清思维导图 3、100 篇大厂面经汇总 4、各语言编程电子书 100 本 5、English version supported !!! 🚀🚀 国人项目上榜首不易,右上角助力一波!干就对了,奥利给 !🚀🚀
hklgit/Java-Interview-Advanced
中华石杉--互联网Java进阶面试训练营
hklgit/JavaProjects
java学习
hklgit/mini-flink
hklgit/Official-FlinkSQL-Submit
只需要编写sql脚本,就可以生成flink任务在集群上运行。
hklgit/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
hklgit/pandas-cookbook
Recipes for using Python's pandas library
hklgit/protobuf
hklgit/PubLearnNotes
这是个人学习笔记,随时记录,随时修改,不能保证正确性,因此有需要的朋友可以移步到我的CSDN博客或者个人博客阅读。 CSDN博客:http://blog.csdn.net/sunnyyoona 个人博客:http://smartsi.club/ 如果有问题,可以发送到我的邮箱: 1203745031@qq.com
hklgit/rebloom
Bloom Filter data type for Redis
hklgit/spark_project_practise
基于SparkSQL的电影分析项目实战
hklgit/SparkInternals
Notes talking about the design and implementation of Apache Spark
hklgit/sqllineage
SQL Lineage Analysis Tool powered by Python
hklgit/struct-algo
常用的数据结构与算法