Releases: harbby/sylph
v1.0.0
0.8.0-rc1
0.5.0
0.5.0-rc2
0.5.0-rc1
0.4.0
0.2.0
[en]
Core:
1, optimize the regular expression used in sql split, fix; may be incorrect when the ";"
2, optimize the create view table as {query} parsing process, {query} will no longer pass the antlr syntax analysis
3, improve the etl drag and drop function, now all the connectors on the platform can be displayed in the drag toolbar of etl, and after expansion, you can see all the parameters of each connector, as well as the default value, which is very useful for stream sql
Oher:
1, use yarn instead of npm and bower to manage the package
[zh-CN]
核心:
1, 优化sql split时用到的正则表达式,修复; 可能出现在";" 时切分不正确的问题
2, 优化create view table as {query} 解析过程, {query}将不再经过antlr语法分析
3, 完善etl 拖拽功能,现在平台上所有connector全部都能在etl的拖拽工具栏显示, 并且拓展后可以看到每个connector所有参数情况,以及默认值,这对于stream sql 非常有用
其他:
1, 使用yarn来代替npm和bower来管理包
0.1.0
0.1.0-alpha3
Major Features And Improvements:
- #3 Custom udf support
- #1 watermark support
- #5 Use different color display when compiling the job
- #6 Optimize the root build experience
- Add document building module
- Greatly optimize front-end code management
- Runner dependent optimization
- Other more improvements and optimizations
主要功能和特性:
0.1.0-alpha2
0.1.0-alpha2
1, 添加打包功能 sylph-dist/build/distributions
2, 调整etl-plugins模块名为 sylph-connectors
3, 规范配置文件名为 job.flow and job.type
4, 主页添加构建StreamSql按钮