You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/23 12:03:15 UTC

[GitHub] [incubator-seatunnel] CalvinKirs opened a new pull request, #2864: [Docs]Add connector release status

CalvinKirs opened a new pull request, #2864:
URL: https://github.com/apache/incubator-seatunnel/pull/2864

   Add the health state description of the connector
   In addition, we should add the release date, status change version, function addition description on each connector page


-- 
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] hailin0 commented on a diff in pull request #2864: [Docs]Add connector release status

Posted by GitBox <gi...@apache.org>.
hailin0 commented on code in PR #2864:
URL: https://github.com/apache/incubator-seatunnel/pull/2864#discussion_r981883937


##########
docs/en/connector-v2/connector-health-status.md:
##########
@@ -0,0 +1,58 @@
+## Connector Release Status
+SeaTunnel uses a grading system for connectors to help you understand what to expect from a connector:
+
+|                      | Alpha                                                                                                                                                                                                            | Beta                                                                                                                                                                                                                                       | General Availability (GA)                                                                                                                                                                                      |
+|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Expectations         | An alpha connector signifies a connector under development and helps SeaTunnel gather early feedback and issues reported by early adopters. We strongly discourage using alpha releases for production use cases | A beta connector is considered stable and reliable with no backwards incompatible changes but has not been validated by a broader group of users. We expect to find and fix a few issues and bugs in the release before it’s ready for GA. | A generally available connector has been deemed ready for use in a production environment and is officially supported by SeaTunnel. Its documentation is considered sufficient to support widespread adoption. |
+|                      |                                                                                                                                                                                                                  |                                                                                                                                                                                                                                            |                                                                                                                                                                                                                |
+| Production Readiness | No                                                                                                                                                                                                               | Yes                                                                                                                                                                                                                                        | Yes                                                                                                                                                                                                            |
+
+## Connector V2 Health
+
+| Connector Name    | Type   | Status | Support Version |
+|-------------------|--------|--------|----------------|
+| Asset             | Sink   | Beta   | 2.2.0-beta     |
+| ClickHouse        | Source | Beta   | 2.2.0-beta     |
+| ClickHouse        | Sink   | Beta   | 2.2.0-beta     |
+| ClickHouseFile    | Sink   | Beta   | 2.2.0-beta     |
+| Console           | Source | Beta   | 2.2.0-beta     |
+| DataHub           | Sink   | Alpha  | 2.2.0-beta     |
+| Elasticsearch     | Sink   | Alpha  | 2.2.0-beta     |
+| Email             | Sink   | Alpha  | 2.2.0-beta     |
+| Enterprise WeChat | Sink   | Alpha  | 2.2.0-beta     |
+| FeiShu            | Sink   | Alpha  | 2.2.0-beta     |
+| Fake              | Source | Alpha  | 2.2.0-beta     |
+| FtpFile           | Sink   | Alpha  | 2.2.0-beta     |
+| FtpFile           | Source | Alpha  | 2.2.0-beta     |
+| Greenplum         | Sink   | Alpha  | 2.2.0-beta     |
+| Greenplum         | Source | Alpha  | 2.2.0-beta     |
+| HdfsFile          | Sink   | Beta   | 2.2.0-beta     |
+| HdfsFile          | Source | Beta   | 2.2.0-beta     |
+| Hive              | Sink   | Beta   | 2.2.0-beta     |
+| Hive              | Source | Beta   | 2.2.0-beta     |
+| Http              | Sink   | Alpha  | 2.2.0-beta     |
+| Http              | Source | Alpha  | 2.2.0-beta     |

Review Comment:
   ```suggestion
   | Http              | Sink   | Beta   | 2.2.0-beta     |
   | Http              | Source | Beta   | 2.2.0-beta     |
   ```



##########
docs/en/connector-v2/connector-health-status.md:
##########
@@ -0,0 +1,58 @@
+## Connector Release Status
+SeaTunnel uses a grading system for connectors to help you understand what to expect from a connector:
+
+|                      | Alpha                                                                                                                                                                                                            | Beta                                                                                                                                                                                                                                       | General Availability (GA)                                                                                                                                                                                      |
+|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Expectations         | An alpha connector signifies a connector under development and helps SeaTunnel gather early feedback and issues reported by early adopters. We strongly discourage using alpha releases for production use cases | A beta connector is considered stable and reliable with no backwards incompatible changes but has not been validated by a broader group of users. We expect to find and fix a few issues and bugs in the release before it’s ready for GA. | A generally available connector has been deemed ready for use in a production environment and is officially supported by SeaTunnel. Its documentation is considered sufficient to support widespread adoption. |
+|                      |                                                                                                                                                                                                                  |                                                                                                                                                                                                                                            |                                                                                                                                                                                                                |
+| Production Readiness | No                                                                                                                                                                                                               | Yes                                                                                                                                                                                                                                        | Yes                                                                                                                                                                                                            |
+
+## Connector V2 Health
+
+| Connector Name    | Type   | Status | Support Version |
+|-------------------|--------|--------|----------------|
+| Asset             | Sink   | Beta   | 2.2.0-beta     |
+| ClickHouse        | Source | Beta   | 2.2.0-beta     |
+| ClickHouse        | Sink   | Beta   | 2.2.0-beta     |
+| ClickHouseFile    | Sink   | Beta   | 2.2.0-beta     |
+| Console           | Source | Beta   | 2.2.0-beta     |
+| DataHub           | Sink   | Alpha  | 2.2.0-beta     |
+| Elasticsearch     | Sink   | Alpha  | 2.2.0-beta     |
+| Email             | Sink   | Alpha  | 2.2.0-beta     |
+| Enterprise WeChat | Sink   | Alpha  | 2.2.0-beta     |
+| FeiShu            | Sink   | Alpha  | 2.2.0-beta     |
+| Fake              | Source | Alpha  | 2.2.0-beta     |
+| FtpFile           | Sink   | Alpha  | 2.2.0-beta     |
+| FtpFile           | Source | Alpha  | 2.2.0-beta     |
+| Greenplum         | Sink   | Alpha  | 2.2.0-beta     |
+| Greenplum         | Source | Alpha  | 2.2.0-beta     |
+| HdfsFile          | Sink   | Beta   | 2.2.0-beta     |
+| HdfsFile          | Source | Beta   | 2.2.0-beta     |
+| Hive              | Sink   | Beta   | 2.2.0-beta     |
+| Hive              | Source | Beta   | 2.2.0-beta     |
+| Http              | Sink   | Alpha  | 2.2.0-beta     |
+| Http              | Source | Alpha  | 2.2.0-beta     |
+| Hudi              | Source | Alpha   | 2.2.0-beta     |
+| Iceberg           | Source | Alpha   | 2.2.0-beta     |
+| IotDB             | Source | Beta   | 2.2.0-beta     |
+| IotDB             | Sink   | Beta   | 2.2.0-beta     |
+| Jdbc              | Source | Beta   | 2.2.0-beta     |
+| Jdbc              | Sink   | Beta   | 2.2.0-beta     |
+| Kudu              | Source | Alpha   | 2.2.0-beta     |
+| Kudu              | Sink   | Alpha   | 2.2.0-beta     |
+| LocalFile         | Sink   | Beta   | 2.2.0-beta     |
+| LocalFile         | Source | Beta   | 2.2.0-beta     |
+| MongoDB           | Source | Alpha  | 2.2.0-beta     |
+| MongoDB           | Sink   | Alpha  | 2.2.0-beta     |

Review Comment:
   ```suggestion
   | MongoDB           | Source | Beta   | 2.2.0-beta     |
   | MongoDB           | Sink   | Beta   | 2.2.0-beta     |
   ```



-- 
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] ashulin commented on a diff in pull request #2864: [Docs]Add connector release status

Posted by GitBox <gi...@apache.org>.
ashulin commented on code in PR #2864:
URL: https://github.com/apache/incubator-seatunnel/pull/2864#discussion_r982108492


##########
docs/en/connector-v2/connector-health-status.md:
##########
@@ -0,0 +1,58 @@
+## Connector Release Status
+SeaTunnel uses a grading system for connectors to help you understand what to expect from a connector:
+
+|                      | Alpha                                                                                                                                                                                                            | Beta                                                                                                                                                                                                                                       | General Availability (GA)                                                                                                                                                                                      |
+|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Expectations         | An alpha connector signifies a connector under development and helps SeaTunnel gather early feedback and issues reported by early adopters. We strongly discourage using alpha releases for production use cases | A beta connector is considered stable and reliable with no backwards incompatible changes but has not been validated by a broader group of users. We expect to find and fix a few issues and bugs in the release before it’s ready for GA. | A generally available connector has been deemed ready for use in a production environment and is officially supported by SeaTunnel. Its documentation is considered sufficient to support widespread adoption. |
+|                      |                                                                                                                                                                                                                  |                                                                                                                                                                                                                                            |                                                                                                                                                                                                                |
+| Production Readiness | No                                                                                                                                                                                                               | Yes                                                                                                                                                                                                                                        | Yes                                                                                                                                                                                                            |
+
+## Connector V2 Health
+
+| Connector Name    | Type   | Status | Support Version |
+|-------------------|--------|--------|----------------|
+| Asset             | Sink   | Beta   | 2.2.0-beta     |
+| ClickHouse        | Source | Beta   | 2.2.0-beta     |
+| ClickHouse        | Sink   | Beta   | 2.2.0-beta     |
+| ClickHouseFile    | Sink   | Beta   | 2.2.0-beta     |
+| Console           | Source | Beta   | 2.2.0-beta     |
+| DataHub           | Sink   | Alpha  | 2.2.0-beta     |
+| Elasticsearch     | Sink   | Alpha  | 2.2.0-beta     |
+| Email             | Sink   | Alpha  | 2.2.0-beta     |
+| Enterprise WeChat | Sink   | Alpha  | 2.2.0-beta     |
+| FeiShu            | Sink   | Alpha  | 2.2.0-beta     |
+| Fake              | Source | Alpha  | 2.2.0-beta     |
+| FtpFile           | Sink   | Alpha  | 2.2.0-beta     |
+| FtpFile           | Source | Alpha  | 2.2.0-beta     |
+| Greenplum         | Sink   | Alpha  | 2.2.0-beta     |
+| Greenplum         | Source | Alpha  | 2.2.0-beta     |
+| HdfsFile          | Sink   | Beta   | 2.2.0-beta     |
+| HdfsFile          | Source | Beta   | 2.2.0-beta     |
+| Hive              | Sink   | Beta   | 2.2.0-beta     |
+| Hive              | Source | Beta   | 2.2.0-beta     |
+| Http              | Sink   | Alpha  | 2.2.0-beta     |
+| Http              | Source | Alpha  | 2.2.0-beta     |
+| Hudi              | Source | Alpha   | 2.2.0-beta     |
+| Iceberg           | Source | Alpha   | 2.2.0-beta     |
+| IotDB             | Source | Beta   | 2.2.0-beta     |
+| IotDB             | Sink   | Beta   | 2.2.0-beta     |
+| Jdbc              | Source | Beta   | 2.2.0-beta     |
+| Jdbc              | Sink   | Beta   | 2.2.0-beta     |
+| Kudu              | Source | Alpha   | 2.2.0-beta     |
+| Kudu              | Sink   | Alpha   | 2.2.0-beta     |
+| LocalFile         | Sink   | Beta   | 2.2.0-beta     |
+| LocalFile         | Source | Beta   | 2.2.0-beta     |
+| MongoDB           | Source | Alpha  | 2.2.0-beta     |
+| MongoDB           | Sink   | Alpha  | 2.2.0-beta     |
+| Neo4j             | Sink   | Alpha  | 2.2.0-beta     |
+| OssFile           | Sink   | Alpha   | 2.2.0-beta     |
+| OssFile           | Source | Alpha   | 2.2.0-beta     |
+| Phoneix           | Sink   | Alpha   | 2.2.0-beta     |
+| Phoneix           | Source | Alpha   | 2.2.0-beta     |
+| Pulsar            | Source | Beta   | 2.2.0-beta     |
+| Redis             | Sink   | Alpha   | 2.2.0-beta     |

Review Comment:
   ```suggestion
   | Redis             | Sink   | Beta   | 2.2.0-beta     |
   ```



-- 
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] EricJoy2048 commented on pull request #2864: [Docs]Add connector release status

Posted by GitBox <gi...@apache.org>.
EricJoy2048 commented on PR #2864:
URL: https://github.com/apache/incubator-seatunnel/pull/2864#issuecomment-1257897506

   Please update Hive Source Connector and Hive Sink Connector to `Alpha`


-- 
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] TyrantLucifer merged pull request #2864: [Docs]Add connector release status

Posted by GitBox <gi...@apache.org>.
TyrantLucifer merged PR #2864:
URL: https://github.com/apache/incubator-seatunnel/pull/2864


-- 
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] Hisoka-X commented on a diff in pull request #2864: [Docs]Add connector release status

Posted by GitBox <gi...@apache.org>.
Hisoka-X commented on code in PR #2864:
URL: https://github.com/apache/incubator-seatunnel/pull/2864#discussion_r979721336


##########
docs/en/connector-v2/connector-health-status.md:
##########
@@ -0,0 +1,58 @@
+## Connector Release Status
+SeaTunnel uses a grading system for connectors to help you understand what to expect from a connector:
+
+|                      | Alpha                                                                                                                                                                                                            | Beta                                                                                                                                                                                                                                       | General Availability (GA)                                                                                                                                                                                      |
+|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Expectations         | An alpha connector signifies a connector under development and helps SeaTunnel gather early feedback and issues reported by early adopters. We strongly discourage using alpha releases for production use cases | A beta connector is considered stable and reliable with no backwards incompatible changes but has not been validated by a broader group of users. We expect to find and fix a few issues and bugs in the release before it’s ready for GA. | A generally available connector has been deemed ready for use in a production environment and is officially supported by SeaTunnel. Its documentation is considered sufficient to support widespread adoption. |
+|                      |                                                                                                                                                                                                                  |                                                                                                                                                                                                                                            |                                                                                                                                                                                                                |
+| Production Readiness | No                                                                                                                                                                                                               | Yes                                                                                                                                                                                                                                        | Yes                                                                                                                                                                                                            |
+
+## Connector V2 Health
+
+| Connector Name    | Type   | Status | Support Version |
+|-------------------|--------|--------|----------------|
+| Asset             | Sink   | Beta   | 2.2.0-beta     |

Review Comment:
   Suggest add link to connector detail page.



-- 
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] Hisoka-X commented on a diff in pull request #2864: [Docs]Add connector release status

Posted by GitBox <gi...@apache.org>.
Hisoka-X commented on code in PR #2864:
URL: https://github.com/apache/incubator-seatunnel/pull/2864#discussion_r981876637


##########
docs/en/connector-v2/connector-health-status.md:
##########
@@ -0,0 +1,58 @@
+## Connector Release Status
+SeaTunnel uses a grading system for connectors to help you understand what to expect from a connector:
+
+|                      | Alpha                                                                                                                                                                                                            | Beta                                                                                                                                                                                                                                       | General Availability (GA)                                                                                                                                                                                      |
+|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Expectations         | An alpha connector signifies a connector under development and helps SeaTunnel gather early feedback and issues reported by early adopters. We strongly discourage using alpha releases for production use cases | A beta connector is considered stable and reliable with no backwards incompatible changes but has not been validated by a broader group of users. We expect to find and fix a few issues and bugs in the release before it’s ready for GA. | A generally available connector has been deemed ready for use in a production environment and is officially supported by SeaTunnel. Its documentation is considered sufficient to support widespread adoption. |
+|                      |                                                                                                                                                                                                                  |                                                                                                                                                                                                                                            |                                                                                                                                                                                                                |
+| Production Readiness | No                                                                                                                                                                                                               | Yes                                                                                                                                                                                                                                        | Yes                                                                                                                                                                                                            |
+
+## Connector V2 Health
+
+| Connector Name    | Type   | Status | Support Version |
+|-------------------|--------|--------|----------------|
+| Asset             | Sink   | Beta   | 2.2.0-beta     |
+| ClickHouse        | Source | Beta   | 2.2.0-beta     |
+| ClickHouse        | Sink   | Beta   | 2.2.0-beta     |
+| ClickHouseFile    | Sink   | Beta   | 2.2.0-beta     |
+| Console           | Source | Beta   | 2.2.0-beta     |
+| DataHub           | Sink   | Alpha  | 2.2.0-beta     |
+| Elasticsearch     | Sink   | Alpha  | 2.2.0-beta     |
+| Email             | Sink   | Alpha  | 2.2.0-beta     |
+| Enterprise WeChat | Sink   | Alpha  | 2.2.0-beta     |
+| FeiShu            | Sink   | Alpha  | 2.2.0-beta     |
+| Fake              | Source | Alpha  | 2.2.0-beta     |
+| FtpFile           | Sink   | Alpha  | 2.2.0-beta     |
+| FtpFile           | Source | Alpha  | 2.2.0-beta     |
+| Greenplum         | Sink   | Alpha  | 2.2.0-beta     |
+| Greenplum         | Source | Alpha  | 2.2.0-beta     |
+| HdfsFile          | Sink   | Beta   | 2.2.0-beta     |
+| HdfsFile          | Source | Beta   | 2.2.0-beta     |
+| Hive              | Sink   | Beta   | 2.2.0-beta     |
+| Hive              | Source | Beta   | 2.2.0-beta     |
+| Http              | Sink   | Alpha  | 2.2.0-beta     |
+| Http              | Source | Alpha  | 2.2.0-beta     |
+| Hudi              | Source | Alpha   | 2.2.0-beta     |
+| Iceberg           | Source | Alpha   | 2.2.0-beta     |
+| IotDB             | Source | Beta   | 2.2.0-beta     |
+| IotDB             | Sink   | Beta   | 2.2.0-beta     |
+| Jdbc              | Source | Beta   | 2.2.0-beta     |
+| Jdbc              | Sink   | Beta   | 2.2.0-beta     |
+| Kudu              | Source | Alpha   | 2.2.0-beta     |
+| Kudu              | Sink   | Alpha   | 2.2.0-beta     |
+| LocalFile         | Sink   | Beta   | 2.2.0-beta     |
+| LocalFile         | Source | Beta   | 2.2.0-beta     |
+| MongoDB           | Source | Alpha  | 2.2.0-beta     |
+| MongoDB           | Sink   | Alpha  | 2.2.0-beta     |
+| Neo4j             | Sink   | Alpha  | 2.2.0-beta     |
+| OssFile           | Sink   | Alpha   | 2.2.0-beta     |
+| OssFile           | Source | Alpha   | 2.2.0-beta     |

Review Comment:
   ```suggestion
   | OssFile           | Source | Beta   | 2.2.0-beta     |
   ```



##########
docs/en/connector-v2/connector-health-status.md:
##########
@@ -0,0 +1,58 @@
+## Connector Release Status
+SeaTunnel uses a grading system for connectors to help you understand what to expect from a connector:
+
+|                      | Alpha                                                                                                                                                                                                            | Beta                                                                                                                                                                                                                                       | General Availability (GA)                                                                                                                                                                                      |
+|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Expectations         | An alpha connector signifies a connector under development and helps SeaTunnel gather early feedback and issues reported by early adopters. We strongly discourage using alpha releases for production use cases | A beta connector is considered stable and reliable with no backwards incompatible changes but has not been validated by a broader group of users. We expect to find and fix a few issues and bugs in the release before it’s ready for GA. | A generally available connector has been deemed ready for use in a production environment and is officially supported by SeaTunnel. Its documentation is considered sufficient to support widespread adoption. |
+|                      |                                                                                                                                                                                                                  |                                                                                                                                                                                                                                            |                                                                                                                                                                                                                |
+| Production Readiness | No                                                                                                                                                                                                               | Yes                                                                                                                                                                                                                                        | Yes                                                                                                                                                                                                            |
+
+## Connector V2 Health
+
+| Connector Name    | Type   | Status | Support Version |
+|-------------------|--------|--------|----------------|
+| Asset             | Sink   | Beta   | 2.2.0-beta     |
+| ClickHouse        | Source | Beta   | 2.2.0-beta     |
+| ClickHouse        | Sink   | Beta   | 2.2.0-beta     |
+| ClickHouseFile    | Sink   | Beta   | 2.2.0-beta     |
+| Console           | Source | Beta   | 2.2.0-beta     |
+| DataHub           | Sink   | Alpha  | 2.2.0-beta     |
+| Elasticsearch     | Sink   | Alpha  | 2.2.0-beta     |

Review Comment:
   ```suggestion
   | Elasticsearch     | Sink   | Beta  | 2.2.0-beta     |
   ```



-- 
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