Pinned Repositories
flink-streaming-platform-web
基于flink-sql的实时流计算web平台
flinkStreamSQL
基于开源的flink,对其实时sql进行扩展;主要实现了流与维表的join,支持原生flink SQL所有的语法
parseX
sql解析工具。主要解析hive sql、spark sql、presto sql。从sql中解析出输入表、输出表以及字段等信息
SparkPractice
我自己的spark练习
spring-boot-demo
springboot项目demo案例
StudySpark
Spark 算子学习、以及其中各种调优的笔记(<<<重要>>>)
arlenEducationProject
谋事网在线教育
bigdata-growth
大数据知识仓库涉及到数据仓库建模、实时计算、大数据、数据中台、系统设计、Java、算法等。
BigData-Notes
大数据入门指南 :star:
BigDataAnalyticswithSpark
Code for my videos on big data analytics with Apache Spark using Scala.
thiningsun's Repositories
thiningsun/zsq_springboot
thiningsun/Flink_pyg
自己的flink的项目(品优购)
thiningsun/spring-boot-demo
springboot项目demo案例
thiningsun/SparkPractice
我自己的spark练习
thiningsun/flink-sql-lineage
FlinkSQL字段血缘解决方案及源码。FlinkSQL field lineage solution and source code, The core idea is to parse SQL through Calcite to generate a RelNode tree of relational expressions. Then get the optimized logical paln through optimization stage, and finally call Calcite RelMetadataQuery to get the lineage relationship at the field level.
thiningsun/hudi-resources
汇总Apache Hudi相关资料
thiningsun/bigdata-growth
大数据知识仓库涉及到数据仓库建模、实时计算、大数据、数据中台、系统设计、Java、算法等。
thiningsun/starrocks-connector-for-apache-flink
starrockes连接器
thiningsun/JSqlParser
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
thiningsun/dynamicer
springboot项目动态热部署jar包
thiningsun/arlenEducationProject
谋事网在线教育
thiningsun/dlink
Dinky is an out of the box one-stop real-time computing platform dedicated to the construction and practice of Unified Batch & Streaming and Unified Data Lake & Data Warehouse. Based on Apache Flink, Dinky provides the ability to connect many big data frameworks including OLAP and Data Lake.
thiningsun/springboot-mybatis-plus-dynamic-datasource
mybatis-plus多数据源案例
thiningsun/flinkx
Based on Apache Flink. support data synchronization/integration and streaming SQL computation.
thiningsun/dynamic-datasource-spring-boot-starter
dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
thiningsun/ckman
This is a tool which used to manage and monitor ClickHouse database
thiningsun/streamx
一个神奇的框架,让Flink开发更简单
thiningsun/parseX
sql解析工具。主要解析hive sql、spark sql、presto sql。从sql中解析出输入表、输出表以及字段等信息
thiningsun/flink-test-demo
自己的flink 测试Demo
thiningsun/flink-streaming-platform-web
基于flink-sql的实时流计算web平台
thiningsun/flinkStreamSQL
基于开源的flink,对其实时sql进行扩展;主要实现了流与维表的join,支持原生flink SQL所有的语法
thiningsun/pdf
编程电子书下载,电子书下载,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类
thiningsun/quickstart
thiningsun/calcite-demo
calcite的相关联系代码,包含CSV适配器,使用CSV适配器来进行SQL查询。SQL的parse和validate,以及RBO和CBO的使用。
thiningsun/flink-cdc-connectors
Change Data Capture (CDC) Connectors for Apache Flink
thiningsun/FEBS-Cloud
基于Spring Cloud Hoxton.RELEASE、Spring Cloud OAuth2 & Spring Cloud Alibaba & Element 微服务权限系统,开箱即用。预览地址:https://cloud.mrbird.cn
thiningsun/flink-log-analysis
flink Sql 实战案例(通过kafka模拟生产日志,flinkSql分析结束写入mysql)
thiningsun/waterdrop
生产环境的海量数据计算产品,文档地址:
thiningsun/flinksql
Flink Sql 教程
thiningsun/flink-sql-demo
Demo: Build End-to-End Streaming Application using Flink SQL