jyh2015's Stars
jhy/jsoup
jsoup: the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.
HtmlUnit/htmlunit
HtmlUnit is a "GUI-Less browser for Java programs".
LMAX-Exchange/disruptor
High Performance Inter-Thread Messaging Library
shyiko/mysql-binlog-connector-java
MySQL Binary Log connector
freemarker/fmpp
Command line and Ant tool for processing files with FreeMarker
alibaba/Alink
Alink is the Machine Learning algorithm platform based on Flink, developed by the PAI team of Alibaba computing platform.
zendesk/maxwell
Maxwell's daemon, a mysql-to-json kafka producer
heibaiying/BigData-Notes
大数据入门指南 :star:
pentaho/pentaho-kettle
Pentaho Data Integration ( ETL ) a.k.a Kettle
apache/phoenix
Apache Phoenix
apache/kylin
Apache Kylin
prestodb/presto
The official home of the Presto distributed SQL query engine for big data
apache/logging-flume
Apache Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log-like data
apache/impala
Apache Impala
postgres/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
lingcoder/OnJava8
《On Java 8》中文版
julianhyde/linq4j
A port of LINQ (Language-Integrated Query) to Java
apache/calcite-avatica
Apache Calcite Avatica
javacc/javacc
JavaCC - a parser generator for building parsers from grammars. It can generate code in Java, C++ and C#.
apache/druid
Apache Druid: a high performance real-time analytics database.
janino-compiler/janino
Janino is a super-small, super-fast Java™ compiler.
apache/shardingsphere
Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases.
alibaba/druid
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
apache/hbase
Apache HBase
water8394/flink-recommandSystem-demo
:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。
zhisheng17/flink-learning
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
flink-tpc-ds/flink
Flink code for TPC-DS competition,forked from Apache Flink,and cherry pick some new feature.
baomidou/mybatis-plus
An powerful enhanced toolkit of MyBatis for simplify development
abel533/Mapper
Mybatis Common Mapper - Easy to use
spring2go/staffjoy
微服务(Microservices)和云原生架构教学案例项目,基于Spring Boot和Kubernetes技术栈