Exchangis
Exchangis copied to clipboard
hi, thanks your great project. and how can I extend the databases like hbase ?
hi, thanks your great project. and how can I extend the databases like hbase ? how can I add hbase datasource or data target ? does this project support extend by myself ? thanks.
It seems troublesome to add a new data source, and a set of logic needs to be written. Includes the controller in the service, which is used to parse the front-end parameters. Then you need to add template to generate standard format dataX.json, inherit AbstractJobDataConfHandler to implement json construction based on template, and then add reader/writer of dataX in engine ... and ... I don't know if there are any more.
Personal opinions are not necessarily accurate.
新增数据源似乎比较麻烦,需要写一套逻辑。包括service里的controller,用来解析前端参数。然后需要增加template用来生成标准格式的dataX.json,继承AbstractJobDataConfHandler实现基于template的json构建,然后还要在engine中添加dataX的reader/writer.....以及.....我也不知道还有没有。
个人观点,不见得准确。
We don't support the current version of. Are you interested in contributing this feature?