summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-08-15[docs][udf] Update scalar UDFs, user-defined aggregate functions (UDAFs) ↵doufenghu
description.
2024-07-13[Improve][Test] IT (integration test) has become optional, and it is no ↵doufenghu
longer executed by default during the mvn compile and deploy process. In the job template for processor and filter, describe the implementation type based on identifiers.
2024-06-25[Feature][docs] Add metric type mock data templatedoufenghu
2024-06-20[Fix][docs] Fix some bootstrap errorsdoufenghu
2024-06-19[Improve][docs] Update groot stream architecturedoufenghu
2024-04-02[Feature][Tests] add Kafka Container for unit test.doufenghu
2024-03-17[Feature][Shaded] Add guava-shaded module will output ↵doufenghu
guava-shaded-33.0.0-jre.jar. Add yan-session job running command for README.md.
2024-03-06[Feature][Bootstrap] You can use the CLI 'start.sh --version -c config_file' ↵doufenghu
to get current version.
2024-02-22[Improve][Docs] Improve the documentation by adding descriptions for ↵doufenghu
encrypting and decrypting parameter.
2024-02-21Add the release version as 1.1.0doufenghu
2024-02-18A Java 11 JRE/JDK is requireddoufenghu
2024-02-05Update docsdoufenghu
2024-01-27Fix some detailsdoufenghu
2024-01-27[Improve][docs] Improve 1.0.0 release docs.doufenghu
2024-01-23[Improve][docs] Add connector.md, Kafka.md and improve user-guide.md ↵doufenghu
description.
2024-01-18[Improve][Job] ↵doufenghu
Rename作为内置UDF函数,按英文首字母排列UDF注册列表。新增kafka_to_print, inline_to_print配置模版,使其集成测试更高效。
2024-01-02[Improve][docs] commit additional help messagesdoufenghu
2023-12-31[Fix][Bootstrap] ↵doufenghu
修复任务配置文件并行度不生效的问题,梳理RuntimeEnvironment加载envconfig使其边界更清晰。撰写env-config文档,描述不同方式指定任务名的优先级;描述不同level指定并行度优先级及覆盖逻辑。
2023-12-14[Feature][Docs] Add user-guide file introducedoufenghu
2023-12-13[improve][bootstrap] support mvnw build projectdoufenghu
2023-12-09[improve][ENV] Add help files and fix some dependency issue.doufenghu
2023-12-03[feature][docs] add comments for job config templatedoufenghu
2023-12-03[feature][docs] add readme.md for groot stream platformdoufenghu
2023-07-11Initial commit王宽