Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature-15953][datasource-plugin] Add dolphindb datasource #16116

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

yinxiaolog
Copy link
Contributor

Purpose of the pull request

Add dolphindb datasource.
增加dolphindb数据源。


String[] hostSeperator = connectionParams.getAddress().split(Constants.DOUBLE_SLASH);
String[] hostPortArray = hostSeperator[hostSeperator.length - 1].split(Constants.COMMA);
dataSourceParamDTO.setPort(Integer.parseInt(hostPortArray[0].split(Constants.COLON)[1]));

Check notice

Code scanning / CodeQL

Missing catch of NumberFormatException Note

Potential uncaught 'java.lang.NumberFormatException'.
@SbloodyS
Copy link
Member

SbloodyS commented Jul 3, 2024

Like #16127, please find a PMC/Committer that is willing to maintain this datasource plugin on an ongoing basis. Otherwise we won't accept it. @yinxiaolog

@ruanwenjun
Copy link
Member

Like #16127, please find a PMC/Committer that is willing to maintain this datasource plugin on an ongoing basis. Otherwise we won't accept it. @yinxiaolog

I will maintain this datasource.

@ruanwenjun
Copy link
Member

@yinxiaolog Please create a DSIP issue firstly. #14102

@eco8848
Copy link

eco8848 commented Aug 22, 2024

Hello! I am a member of the DolphinDB team, currently responsible for advancing the integration of the DolphinDB datasource into the DolphinScheduler project. Here, I would like to gain a detailed understanding of the issues encountered in the previously submitted code regarding the issue. If you could provide detailed information about the situation, I would be very grateful. Looking forward to your reply, thank you! @ruanwenjun @yinxiaolog

@SbloodyS
Copy link
Member

@yinxiaolog Please create a DSIP issue firstly. #14102

Hi @yinxiaolog, Please create a DSIP issue firstly. For more info of DSIP you can refer to #14102

@eco8848
Copy link

eco8848 commented Nov 19, 2024

Hi @ruanwenjun @SbloodyS We have created a new DolphinDB DSIP #16818

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend document test UI ui and front end related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants