You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2020/06/26 00:02:24 UTC

[pulsar] branch master updated: [Issue 7313] Update information about the JDBC connectors for the download page (#7363)

This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 36e8110  [Issue 7313] Update information about the JDBC connectors for the download page (#7363)
36e8110 is described below

commit 36e8110c4cf772bb99a9a39bc76b5ed3c2280beb
Author: Sergii Zhevzhyk <vz...@users.noreply.github.com>
AuthorDate: Fri Jun 26 02:02:08 2020 +0200

    [Issue 7313] Update information about the JDBC connectors for the download page (#7363)
    
    ### Motivation
    
    After dividing the old JDBC connector into multiple connectors for different databases, I forgot to modify the connectors.js file.
    
    ### Modifications
    
    The connectors.js file was extended with the info about new JDBC connectors.
---
 site2/website/data/connectors.js | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/site2/website/data/connectors.js b/site2/website/data/connectors.js
index 6a29011..bf46778 100644
--- a/site2/website/data/connectors.js
+++ b/site2/website/data/connectors.js
@@ -90,10 +90,28 @@ module.exports = [
         link: 'https://www.influxdata.com/'
     },
     {
-        name: 'jdbc',
-        longName: 'JDBC sink',
+        name: 'jdbc-clickhouse',
+        longName: 'JDBC ClickHouse sink',
         type: 'Sink',
-        link: 'https://github.com/apache/pulsar/tree/master/pulsar-io/jdbc'
+        link: 'https://clickhouse.tech/'
+    },
+    {
+        name: 'jdbc-mariadb',
+        longName: 'JDBC MariaDB sink',
+        type: 'Sink',
+        link: 'https://mariadb.org/'
+    },
+    {
+        name: 'jdbc-postgres',
+        longName: 'JDBC PostgresSQL sink',
+        type: 'Sink',
+        link: 'https://www.postgresql.org/'
+    },
+    {
+        name: 'jdbc-sqlite',
+        longName: 'JDBC SQLite sink',
+        type: 'Sink',
+        link: 'https://www.sqlite.org/'
     },
     {
         name: 'kafka-connect-adaptor',