This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 7858094e04c [fix] Add HTTP sink in connector table (#420)
7858094e04c is described below
commit 7858094e04cc10d5a690dc1413af95932f57a1b6
Author: tison <[email protected]>
AuthorDate: Fri Feb 17 07:06:00 2023 +0800
[fix] Add HTTP sink in connector table (#420)
Signed-off-by: tison <[email protected]>
---
data/connectors.js | 390 +++++++++++++++++++++++++++--------------------------
1 file changed, 198 insertions(+), 192 deletions(-)
diff --git a/data/connectors.js b/data/connectors.js
index 5c664e328ea..e2c7da666b0 100644
--- a/data/connectors.js
+++ b/data/connectors.js
@@ -1,194 +1,200 @@
module.exports = [
- {
- name: 'aerospike',
- longName: 'Aerospike sink',
- type: 'Sink',
- link: 'https://www.aerospike.com/'
- },
- {
- name: 'canal',
- longName: 'Alibaba Canal CDC source',
- type: 'Source',
- link: 'https://github.com/alibaba/canal'
- },
- {
- name: 'cassandra',
- longName: 'Apache Cassandra source and sink',
- type: 'Source and sink',
- link: 'https://cassandra.apache.org'
- },
- {
- name: 'kafka-connect-adaptor',
- longName: 'Apache Kafka Connect Adaptor source and sink',
- type: 'Source and sink',
- link: 'http://kafka.apache.org/'
- },
- {
- name: 'dynamodb',
- longName: 'AWS DynamoDB source',
- type: 'Source',
- link: 'https://aws.amazon.com/dynamodb/'
- },
- {
- name: 'kinesis',
- longName: 'AWS Kinesis source and sink',
- type: 'Source and sink',
- link: 'https://aws.amazon.com/kinesis/'
- },
- {
- name: 'debezium-mysql',
- longName: 'Debezium MySQL CDC source',
- type: 'Source',
- link: 'https://debezium.io/'
- },
- {
- name: 'debezium-postgres',
- longName: 'Debezium PostgreSQL CDC source',
- type: 'Source',
- link: 'https://debezium.io/'
- },
- {
- name: 'debezium-mongodb',
- longName: 'Debezium MongoDB CDC source',
- type: 'Source',
- link: 'https://debezium.io/'
- },
- {
- name: 'debezium-mssql',
- longName: 'Debezium SQL Server CDC source',
- type: 'Source',
- link: 'https://debezium.io/'
- },
- {
- name: 'debezium-oracle',
- longName: 'Debezium Oracle CDC source',
- type: 'Source',
- link: 'https://debezium.io/'
- },
- {
- name: 'elastic-search',
- longName: 'ElasticSearch source and sink',
- type: 'Source and sink',
- link: 'https://www.elastic.co/'
- },
- {
- name: 'file',
- longName: 'File source',
- type: 'Source',
- link: 'https://github.com/apache/pulsar/tree/master/pulsar-io/file'
- },
- {
- name: 'flume',
- longName: 'Flume source and sink',
- type: 'Source and sink',
- link: 'https://flume.apache.org/'
- },
- {
- name: 'hbase',
- longName: 'HBase sink',
- type: 'Sink',
- link: 'https://hbase.apache.org/'
- },
- {
- name: 'hdfs2',
- longName: 'HDFS2 sink',
- type: 'Sink',
- link: 'https://hadoop.apache.org/'
- },
- {
- name: 'hdfs3',
- longName: 'HDFS3 sink',
- type: 'Sink',
- link: 'https://hadoop.apache.org/'
- },
- {
- name: 'influxdb',
- longName: 'InfluxDB sink',
- type: 'Sink',
- link: 'https://www.influxdata.com/'
- },
- {
- name: 'jdbc-clickhouse',
- longName: 'JDBC ClickHouse sink',
- type: 'Sink',
- 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',
- longName: 'Kafka source and sink',
- type: 'Source and sink',
- link: 'https://kafka.apache.org/'
- },
- {
- name: 'mongo',
- longName: 'MongoDB sink',
- type: 'Sink',
- link: 'https://www.mongodb.com/'
- },
- {
- name: 'netty',
- longName: 'Netty source',
- type: 'Source',
- link: 'https://netty.io/'
- },
- {
- name: 'nsq',
- longName: 'NSQ source',
- type: 'Source',
- link: 'https://nsq.io/',
- },
- {
- name: 'rabbitmq',
- longName: 'RabbitMQ source and sink',
- type: 'Source and sink',
- link: 'https://www.rabbitmq.com/'
- },
- {
- name: 'redis',
- longName: 'Redis sink',
- type: 'Sink',
- link: 'https://redis.io/'
- },
- {
- name: 'solr',
- longName: 'Solr sink',
- type: 'Sink',
- link: 'https://lucene.apache.org/solr/'
- },
- {
- name: 'netty',
- longName: 'TCP/UDP with Netty source',
- type: 'Source',
- link: 'https://netty.io/'
- },
- {
- name: 'data-generator',
- longName: 'Test Data Generator source',
- type: 'Source',
- link:
'https://github.com/apache/pulsar/tree/master/pulsar-io/data-generator'
- },
- {
- name: 'twitter',
- longName: 'Twitter Firehose source',
- type: 'Source',
- link: 'https://developer.twitter.com/en/docs'
- }
+ {
+ name: 'aerospike',
+ longName: 'Aerospike sink',
+ type: 'Sink',
+ link: 'https://www.aerospike.com/'
+ },
+ {
+ name: 'canal',
+ longName: 'Alibaba Canal CDC source',
+ type: 'Source',
+ link: 'https://github.com/alibaba/canal'
+ },
+ {
+ name: 'cassandra',
+ longName: 'Apache Cassandra source and sink',
+ type: 'Source and sink',
+ link: 'https://cassandra.apache.org'
+ },
+ {
+ name: 'kafka-connect-adaptor',
+ longName: 'Apache Kafka Connect Adaptor source and sink',
+ type: 'Source and sink',
+ link: 'http://kafka.apache.org/'
+ },
+ {
+ name: 'dynamodb',
+ longName: 'AWS DynamoDB source',
+ type: 'Source',
+ link: 'https://aws.amazon.com/dynamodb/'
+ },
+ {
+ name: 'kinesis',
+ longName: 'AWS Kinesis source and sink',
+ type: 'Source and sink',
+ link: 'https://aws.amazon.com/kinesis/'
+ },
+ {
+ name: 'debezium-mysql',
+ longName: 'Debezium MySQL CDC source',
+ type: 'Source',
+ link: 'https://debezium.io/'
+ },
+ {
+ name: 'debezium-postgres',
+ longName: 'Debezium PostgreSQL CDC source',
+ type: 'Source',
+ link: 'https://debezium.io/'
+ },
+ {
+ name: 'debezium-mongodb',
+ longName: 'Debezium MongoDB CDC source',
+ type: 'Source',
+ link: 'https://debezium.io/'
+ },
+ {
+ name: 'debezium-mssql',
+ longName: 'Debezium SQL Server CDC source',
+ type: 'Source',
+ link: 'https://debezium.io/'
+ },
+ {
+ name: 'debezium-oracle',
+ longName: 'Debezium Oracle CDC source',
+ type: 'Source',
+ link: 'https://debezium.io/'
+ },
+ {
+ name: 'elastic-search',
+ longName: 'ElasticSearch source and sink',
+ type: 'Source and sink',
+ link: 'https://www.elastic.co/'
+ },
+ {
+ name: 'file',
+ longName: 'File source',
+ type: 'Source',
+ link: 'https://github.com/apache/pulsar/tree/master/pulsar-io/file'
+ },
+ {
+ name: 'flume',
+ longName: 'Flume source and sink',
+ type: 'Source and sink',
+ link: 'https://flume.apache.org/'
+ },
+ {
+ name: 'hbase',
+ longName: 'HBase sink',
+ type: 'Sink',
+ link: 'https://hbase.apache.org/'
+ },
+ {
+ name: 'hdfs2',
+ longName: 'HDFS2 sink',
+ type: 'Sink',
+ link: 'https://hadoop.apache.org/'
+ },
+ {
+ name: 'hdfs3',
+ longName: 'HDFS3 sink',
+ type: 'Sink',
+ link: 'https://hadoop.apache.org/'
+ },
+ {
+ name: 'http',
+ longName: 'HTTP sink',
+ type: 'Sink',
+ link: 'https://github.com/apache/pulsar/tree/master/pulsar-io/http'
+ },
+ {
+ name: 'influxdb',
+ longName: 'InfluxDB sink',
+ type: 'Sink',
+ link: 'https://www.influxdata.com/'
+ },
+ {
+ name: 'jdbc-clickhouse',
+ longName: 'JDBC ClickHouse sink',
+ type: 'Sink',
+ 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',
+ longName: 'Kafka source and sink',
+ type: 'Source and sink',
+ link: 'https://kafka.apache.org/'
+ },
+ {
+ name: 'mongo',
+ longName: 'MongoDB sink',
+ type: 'Sink',
+ link: 'https://www.mongodb.com/'
+ },
+ {
+ name: 'netty',
+ longName: 'Netty source',
+ type: 'Source',
+ link: 'https://netty.io/'
+ },
+ {
+ name: 'nsq',
+ longName: 'NSQ source',
+ type: 'Source',
+ link: 'https://nsq.io/',
+ },
+ {
+ name: 'rabbitmq',
+ longName: 'RabbitMQ source and sink',
+ type: 'Source and sink',
+ link: 'https://www.rabbitmq.com/'
+ },
+ {
+ name: 'redis',
+ longName: 'Redis sink',
+ type: 'Sink',
+ link: 'https://redis.io/'
+ },
+ {
+ name: 'solr',
+ longName: 'Solr sink',
+ type: 'Sink',
+ link: 'https://lucene.apache.org/solr/'
+ },
+ {
+ name: 'netty',
+ longName: 'TCP/UDP with Netty source',
+ type: 'Source',
+ link: 'https://netty.io/'
+ },
+ {
+ name: 'data-generator',
+ longName: 'Test Data Generator source',
+ type: 'Source',
+ link:
'https://github.com/apache/pulsar/tree/master/pulsar-io/data-generator'
+ },
+ {
+ name: 'twitter',
+ longName: 'Twitter Firehose source',
+ type: 'Source',
+ link: 'https://developer.twitter.com/en/docs'
+ }
]