You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "bggmjxh (via GitHub)" <gi...@apache.org> on 2023/05/17 01:23:32 UTC

[GitHub] [incubator-seatunnel] bggmjxh opened a new issue, #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

bggmjxh opened a new issue, #4765:
URL: https://github.com/apache/incubator-seatunnel/issues/4765

   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   我是一名新手,目前通过文档已经可以把Seatunnel从MySQL一张表转到MySQL的另一张表。但是这种是无状态。
   我看了官方的文档之后,还有如下问题,请问下,我该怎么去应用,或者说您这边有案例之类的吗?我通过google搜索之后,大多数还是宣传为主,很少有沉下来做开发使用指南的。这让我难以进一步学习使用。
   1、我用了Seatunnel是不是可以不用Flink了?用Seatunnel自带的引擎,能做到流批一体吗?
   2、Seatunnel的CDC这一部分是怎么使用的?我没看到文档上有这方面的介绍。
   3、Seatunnel和Seatunnel-Web是如何关联起来的?正式版的Web应用在什么时候发布?
   4、Seatunnel强依赖于海豚调度,但是我启动之后,没有发现两者除了租户和token校验,还有哪些关联?
   5、Seatunnel的ETL功能是无状态的?怎么做到有状态,我通过官方的示例,试了下某一个配置,就像是一个job跑完就停了。不能是一个服务一样,是有状态的,我通过接口或者什么去传入配置,然后执行?
   以上是我一个新手的一些疑问,希望能得到解答。
   
   ### Usage Scenario
   
   新手使用
   
   ### Related issues
   
   无
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] terry-xu-2021 commented on issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

Posted by "terry-xu-2021 (via GitHub)" <gi...@apache.org>.
terry-xu-2021 commented on issue #4765:
URL: https://github.com/apache/incubator-seatunnel/issues/4765#issuecomment-1550658469

   我也有同样的疑惑, seatunnel-web从它的文档没有看到和seatunnel的关系,只在pom里看到依赖了seatunnel-common, 是包含了所有seatunnel功能吗?web对dolphinscheduler版本是否有要求


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] zhilinli123 commented on issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

Posted by "zhilinli123 (via GitHub)" <gi...@apache.org>.
zhilinli123 commented on issue #4765:
URL: https://github.com/apache/incubator-seatunnel/issues/4765#issuecomment-1550568048

   myql document reference:
   https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/connector-v2/sink/Mysql.md
   https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/connector-v2/source/Mysql.md


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] bggmjxh commented on issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

Posted by "bggmjxh (via GitHub)" <gi...@apache.org>.
bggmjxh commented on issue #4765:
URL: https://github.com/apache/incubator-seatunnel/issues/4765#issuecomment-1550595536

   > myql文档参考: [https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/connector-v2/sink/Mysql.md ](https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/connector-v2/sink/Mysql.md) [https://github.com/apache/incubator-seatunnel/blob /dev/docs/en/connector-v2/source/Mysql.md](https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/connector-v2/source/Mysql.md)
   
   我看了下,MySQL和JDBC方式还不支持流式处理是吧,就是目前只能是一个job启动停止一次?
   这个什么时候会支持?比如说我写一个视图,定义一个字段为锚点,然后流式的增量同步或者更新。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [seatunnel] github-actions[bot] commented on issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4765:
URL: https://github.com/apache/seatunnel/issues/4765#issuecomment-1626387008

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] zhilinli123 commented on issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

Posted by "zhilinli123 (via GitHub)" <gi...@apache.org>.
zhilinli123 commented on issue #4765:
URL: https://github.com/apache/incubator-seatunnel/issues/4765#issuecomment-1550566755

   1. Yes, yes 
   2.Seatunnel CDC currently supports only the Zeta engine 
   3. The next version is expected to be around the end of May
   4.PTAL@EricJoy2048 
   5.PTAL@EricJoy2048 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] zhilinli123 commented on issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

Posted by "zhilinli123 (via GitHub)" <gi...@apache.org>.
zhilinli123 commented on issue #4765:
URL: https://github.com/apache/incubator-seatunnel/issues/4765#issuecomment-1550618891

   > 是一个job启动停止一次?
   
   jdbc source does not support streams
   jdbc sink supports stream writing
   Stream reading I understand only source tables are supported and you need to use CDC to do that
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [seatunnel] github-actions[bot] commented on issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4765:
URL: https://github.com/apache/seatunnel/issues/4765#issuecomment-1636583594

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [seatunnel] github-actions[bot] closed issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?
URL: https://github.com/apache/seatunnel/issues/4765


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] davidzollo commented on issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

Posted by "davidzollo (via GitHub)" <gi...@apache.org>.
davidzollo commented on issue #4765:
URL: https://github.com/apache/incubator-seatunnel/issues/4765#issuecomment-1552362321

   Thanks for your attention to the new generation of super high-performance tool - Apache SeaTunnel!  As a global project, please describe your question in English. Welcome to join our local channel
   
   ---
   
   非常感谢您关注新一代超高性能数据集成工具 - Apache SeaTunnel。作为一个全球化的开源项目,请使用英语!欢迎联系我微信:davidzollo 加入本地微信群


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [seatunnel] will0815 commented on issue #4765: 请问下,Seatunnel和Seatunnel-Web是如何关联起来的?这部分有说明吗?

Posted by "will0815 (via GitHub)" <gi...@apache.org>.
will0815 commented on issue #4765:
URL: https://github.com/apache/seatunnel/issues/4765#issuecomment-1579838786

   Seatunnel urgently needs an easy-to-use management platform. For an ordinary data  worker, pure configuration files are too difficult to dev or operate.........


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org