Stars
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
这是一款SQL审核/标准化的工具,基于开源语法&词法分析工具ANTLR4,使用java&python开发,目前仅完成了MYSQL DDL语法部分。
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
Pretty diff to html javascript library (diff2html)
Demos of Apache MINA User Guide《Apache MINA 2 用户指南》中文翻译,文中用到的例子源码
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
APM, Application Performance Monitoring System
Video tutorials for Skywalking( A distributed tracing system, and APM. )
APM, (Application Performance Management) tool for large-scale distributed systems.
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
MyBatis integration with Spring Boot
✅ The programmer-friendly testing framework for Java and the JVM
Alibaba Java Coding Guidelines pmd implements and IDE plugin
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python…
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern