Giter Club home page Giter Club logo

data-integration's People

Contributors

echoxiaolang avatar fengxiaohua avatar hx23840 avatar jellyl avatar peipeizhao avatar rhinob1 avatar zhangrenhua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

data-integration's Issues

该项目支持MongoDB吗

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.
如题 该项目支持MongoDB吗

运行后报错

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-11-03 22:28:36.814 [traceCode:] [main] ERROR o.s.boot.SpringApplication - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dpFileRegularCleanController' defined in file [G:\Program\DataIntegration\dataintegration-file-management\dataintegration-file-management-provider\target\classes\com\youngdatafan\dataintegration\file\management\controller\DpFileRegularCleanController.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dpFileRegularCleanServiceImpl': Unsatisfied dependency expressed through field 'dpPortalFileManagerService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dpPortalFileManagerServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'minIoFileSystemManagerServiceImpl': Invocation of init method failed; nested exception is com.youngdatafan.dataintegration.core.exception.DpException: 初始化minIo配置异常
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)

windows 中编译遇到的问题

运行环境在windows中
1.openoffice中dockerfile copy的jdk需要放到openoffice文件夹中
2.openoffice中dockerfile 中yum install 指定了/zh-CN/,但其实没有这个路径,且openoffice4.1.11-redhat-menus-4.1.11-9808这个版本没有提交,现在是4.1.1-9775
3.脚本中没有对ui进行编译与打包
4.文档中修改ip地址哪里,没有对redis的地址和端口号进行修改

前端在本机部署后无样式

按步骤来,在本机上部署,可以运行,但是这样式不知道什么问题显示不出来,查了好久还是弄不出来
image
image

功能新增

后续会考虑增加JSON输入、Streaming中的JMS、MQTT生产者和消费者以及作业的功能吗,还有其它的数据治理的模者和消费者以及作业的功能吗,还有其它的数据治理的模块后续会开源吗?

Excel输入新建文件夹报错

点击新建文件夹,接口返回文件可用,但是前台提示文件名称已经存在是否覆盖,点击确定后失败,后台报错
2022-04-13 11:45:43.629 ERROR 7 --- [ XNIO-1 task-1] io.undertow.request : UT005023: Exception handling request to /fileOperation/selectFileById org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalArgumentException: Source must not be null at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-5.3.2.jar!/:5.3.2] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) ~[spring-webmvc-5.3.2.jar!/:5.3.2] at javax.servlet.http.HttpServlet.service(HttpServlet.java:497) ~[jakarta.servlet-api-4.0.4.jar!/:4.0.4] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) ~[spring-webmvc-5.3.2.jar!/:5.3.2] at javax.servlet.http.HttpServlet.service(HttpServlet.java:584) ~[jakarta.servlet-api-4.0.4.jar!/:4.0.4] at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) ~[undertow-servlet-2.2.3.Final.jar!/:2.2.3.Final] at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) ~[undertow-servlet-2.2.3.Final.jar!/:2.2.3.Final] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.2.jar!/:5.3.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.2.jar!/:5.3.2] at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) ~[undertow-servlet-2.2.3.Final.jar!/:2.2.3.Final] at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) ~[undertow-servlet-2.2.3.Final.jar!/:2.2.3.Final] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.2.jar!/:5.3.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.2.jar!/:5.3.2] at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) ~[undertow-servlet-2.2.3.Final.jar!/:2.2.3.Final] at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) ~[undertow-servlet-2.2.3.Final.jar!/:2.2.3.Final] at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) ~[spring-boot-actuator-2.4.1.jar!/:2.4.1] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.2.jar!/:5.3.2] at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) ~[undertow-servlet-2.2.3.Final.jar!/:2.2.3.Final] at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) ~[undertow-servlet-2.2.3.Final.jar!/:2.2.3.Final] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.2.jar!/:5.3.2] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) ~[spring-web-5.3.2.jar!/:5.3.2]

一直无法登录进去

登录响应403 Forbidden
我尝试更改配置去解决这个问题,但是最后没能解决,请问老哥可以发下交流群吗 谢谢谢谢

大佬好,dataintegration.sql数据库脚本不全运行不起来

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

二维码失效了,能否提供新的二维码

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

请问http请求完成查询后如何取值?没有json输出组件

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

这个项目不是完全开放的吗,缺少服务dp-schedule-online-audit-provider

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

登录失败

登录报错 “系统繁忙” 不知道是什么意思

有没有交流群啊

最近在看这个项目,求一个交流群,有一些项目上的问题想咨询一下

新建数据连接存在异常

新建数据连接时存在异常 数据库名称带有 ‘-’ 保存时忽略后面参数导致无法连接数据库。另外创建项目时怎么关联两个步骤?是功能缺失了么

无法登录,报Token错误

部署过程中没有报错,部署完成后,访问UI登录页面,按照官网说明输入默认的用户名和密码登录不上去! 默认的用户是admin,默认的密码是Prime@2020。很急!我们想全面了解一下这个产品,希望看到后尽快回复,谢谢

sql文件导入出现问题

[SQL] Query dataintegration start
[ERR] 2006 - MySQL server has gone away
[ERR]
INSERT INTO dp_portal_project_file VALUES ('011928eb42c3449bb73677892421b26c','{"transformation":{"info":{"name":"输入输出插件测试","description":"","extended_description":"","trans_version":"","trans_type":"Normal","directory":"/home/admin","parameters":"","log":"","maxdate":{"connection":"","table":"","field":"","offset":0,"maxdiff":0},"size_rowset":10000,"sleep_time_empty":50,"sleep_time_full":50,"unique_connections":"N","feedback_shown":"Y","feedback_size":50000,"using_thread_priorities":"Y","shared_objects_file":"","capture_step_performance":"N","step_performance_capturing_delay":1000,"step_performance_capturing_size_limit":100,"dependencies":"","partitionschemas":"","slaveservers":"","clusterschemas":"","created_user":"14bf35b8-d342-4663-9550-5466f0b454d0","created_date":"2020/08/05 17:33:50","modified_user":"admin","modified_date":"2020/02/19 17:08:25.150","key_for_session_key":"","is_key_private":"N"},"notepads":"","connection":[{"name":"d618f2e8-dd1f-4254-b9ad-776a96a1f365","server":"","type":"POSTGRESQL","access":"Native","database":"","port":0,"username":"postgres","password":"Encrypted 2be98afc86aa78296a214ab508cc2fd8a","servername":"","data_tablespace":"","index_tablespace":"","attributes":{"attribute":[{"code":"PORT_NUMBER","attribute":0},{"code":"CUSTOM_DRIVER_CLASS","attribute":"org.postgresql.Driver"},{"code":"CUSTOM_URL","attribute":"jdbc:postgresql://192.168.124.177:5432/postgres"}]},"dataSourceName":"","dsName":"all_type_pg","dataSourceId":"d618f2e8-dd1f-4254-b9ad-776a96a1f365"}],"order":{"hop":[{"sourceUUId":"bcCsvInputdadfbsource","targetUUId":"CsvFileOutput61aa9","fromId":"bcCsvInputdadfb","toId":"CsvFileOutput61aa9","from":"csv文件输入","to":"输出到csv","enabled":"Y"},{"sourceUUId":"bcExcelInput01cd2source","targetUUId":"ExcelFileOutput99d1d","fromId":"bcExcelInput01cd2","toId":"ExcelFileOutput99d1d","from":"excel文件输入","to":"输出到excel","enabled":"Y"},{"sourceUUId":"bcTxtInputb645asource","targetUUId":"bcFileOutput96741","fromId":"bcTxtInputb645a","toId":"bcFileOutput96741","from":"txt文件输入","to":"输出到文件","enabled":"Y"}]},"step":[{"file_server_type":"s3","showFileName":"data.xls","filePath":"s3://192.168.124.166:19000/dp-s3/14bf35b8-d342-4663-9550-5466f0b454d0/0684a105ddc6489eb84dec67ee05ef88/0373b970c125436a84d42882d837ff10.xls","fsuserName":"prime","fspassWord":"IYrEJt2R4oMID0nRnavE2A==","tableName":"bcExcelInput01cd2","name":"excel文件输入","fileId":"0373b970c125436a84d42882d837ff10","stepType":"excel文件输入","describe":"","initFlag":true,"type":"bcExcelInput","modelName":"","description":"","distribute":"Y","custom_distribution":"Y","copies":1,"partitioning":{"method":"none","schema_name":""},"header":"Y","noempty":"Y","stoponempty":"Y","filefield":["",""],"sheetfield":["",""],"sheetrownumfield":"","rownumfield":"","limit":0,"encoding":"UTF-8","add_to_result_filenames":"Y","accept_filenames":"N","accept_field":"","accept_stepname":"","file":{"name":"s3://192.168.124.166:19000/dp-s3/14bf35b8-d342-4663-9550-5466f0b454d0/0684a105ddc6489eb84dec67ee05ef88/0373b970c125436a84d42882d837ff10.xls","filemask":"a","exclude_filemask":"","file_required":"N","include_subfolders":"N"},"fields":{"field":[{"name":"a","nameCn":"a","type":"Number","length":-1,"precision":-1,"trim_type":0,"repeat":"N","format":"","currency":null,"decimal":".","group":","},{"name":"b","nameCn":"b","type":"Number","length":-1,"precision":-1,"trim_type":0,"repeat":"N","format":"","currency":null,"decimal":".","group":","},{"name":"c","nameCn":"c","type":"Number","length":-1,"precision":-1,"trim_type":0,"repeat":
[SQL] Finished with error

在centos7中编译遇到的问题

1.docker部署文档中执行命令是sh install/install.sh 127.0.0.1,但是必须cd到install执行sh install.sh 127.0.0.1
2.mysql、redis、minio、consul因为挂载磁盘会有权限问题,我是增加了privileged: true
3.默认生成的msyql用户密码与项目中有区别,需要手动创建账号密码并授权
4.数据集成里面其他菜单里面的功能是还没实现么,点开内容都是空的

付费服务

寻求支持,付费服务,联系617822576 QQ

项目上线功能不可用

Describe the bug
项目上线功能不可用

To Reproduce

  1. 点击管理
  2. 选择项目管理
  3. 点击某个项目的“上线”操作按钮

Expected behavior
显示系统繁忙

Version
2022.04.24 从仓库中拉取的版本

请问是功能还在开发中么,谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.