Skip to content

Commit

Permalink
Add pulsar-io-influxdb to distribution. (apache#4678)
Browse files Browse the repository at this point in the history
  • Loading branch information
codelipenghui authored and merlimat committed Jul 5, 2019
1 parent da4e932 commit 1b64a6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions distribution/io/src/assemble/io.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
<file><source>${basedir}/../../pulsar-io/mongo/target/pulsar-io-mongo-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/debezium/mysql/target/pulsar-io-debezium-mysql-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/debezium/postgres/target/pulsar-io-debezium-postgres-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/influxdb/target/pulsar-io-influxdb-${project.version}.nar</source></file>
</files>
</assembly>
6 changes: 6 additions & 0 deletions site2/website/data/connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,11 @@ module.exports = [
longName: 'Twitter Firehose',
type: 'Source',
link: 'https://developer.twitter.com/en/docs'
},
{
name: 'influxdb',
longName: 'InfluxDB',
type: 'Source',
link: 'https://www.influxdata.com/products/influxdb-overview/'
}
]

0 comments on commit 1b64a6e

Please sign in to comment.