您现在的位置是:首页 > 文章详情

FML-0.5.12 版本发布

日期:2024-07-07点击:189

FML 是一个用 Java 实现的维度建模语言 SDK,主要是参考了 kimball 建模理论和阿里 Onedata,定义一套用于表达上述理论中的模型语法,来做模型设计,该语言是面向数据建模和数据开发同学,同时针对为了解决模型发布的效率,基于当前 SDK 封装了一套从模型表达转换其他不同引擎的 DDL 能力,目前引擎包括:Hive,Hologres,Mysql 等。 使用 Java 实现目的主要是使用了 java 的语法解析工具来做语法的解析处理。 目前 FML 可以在 Dataworks 的智能建模工具上使用,方便建模同学能够快速的调整模型结构。

版本:0.5.12
新功能(new features)
Core
・暂无

Transformer
• 支持Adb Mysql转换中date_format函数
• 支持Hologres的Text字段转换
• 修复Hologres的Compare的bug

向下兼容(compatibility)
・暂无

过期功能(deprecations)

安全漏洞修复(vulnerability)

maven 依赖
项目根 pom 增加以下依赖:

  <dependencyManagement> <dependency> <groupId>com.aliyun.fastmodel</groupId> <artifactId>fastmodel-bom</artifactId> <version>0.5.12</version> <type>pom</type> <scope>import</scope> </dependency> </dependencyManagement> 
 

Parser 接入:

 <!--fastmodel解析器--> <dependency> <groupId>com.aliyun.fastmodel</groupId> <artifactId>fastmodel-core</artifactId> </dependency> <dependency> <groupId>com.aliyun.fastmodel</groupId> <artifactId>fastmodel-parser</artifactId> </dependency> 
 

Transformer 接入:

 <dependency> <groupId>com.aliyun.fastmodel</groupId> <artifactId>fastmodel-transform-hive</artifactId> </dependency> <dependency> <groupId>com.aliyun.fastmodel</groupId> <artifactId>fastmodel-transform-hologres</artifactId> </dependency> <dependency> <groupId>com.aliyun.fastmodel</groupId> <artifactId>fastmodel-transform-adbmysql</artifactId> </dependency> <dependency> <groupId>com.aliyun.fastmodel</groupId> <artifactId>fastmodel-transform-starrocks</artifactId> </dependency> <dependency> <groupId>com.aliyun.fastmodel</groupId> <artifactId>fastmodel-transform-spark</artifactId> </dependency> <dependency> <groupId>com.aliyun.fastmodel</groupId> <artifactId>fastmodel-transform-oceanbase</artifactId> </dependency> <dependency> <groupId>com.aliyun.fastmodel</groupId> <artifactId>fastmodel-transform-doris</artifactId> </dependency>
原文链接:https://www.oschina.net/news/300816/fml-0-5-12-released
关注公众号

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。

持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。

转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。

文章评论

共有0条评论来说两句吧...

文章二维码

扫描即可查看该文章

点击排行

推荐阅读

最新文章