You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/02/28 08:08:07 UTC

[pulsar-site] branch main updated: [website-next]Add more ecosytem connectors

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

urfree 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 d137182  [website-next]Add more ecosytem connectors
     new cf3dd69  Merge pull request #7 from tuhaihe/main
d137182 is described below

commit d137182c2c94badfd80034b23a1ec4fde1529015
Author: Dianjin Wang <dj...@streamnative.io>
AuthorDate: Sun Feb 27 12:39:17 2022 +0800

    [website-next]Add more ecosytem connectors
---
 site2/website-next/data/ecosystem.js | 38 +++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/site2/website-next/data/ecosystem.js b/site2/website-next/data/ecosystem.js
index bd5aef7..1ebe382 100644
--- a/site2/website-next/data/ecosystem.js
+++ b/site2/website-next/data/ecosystem.js
@@ -40,6 +40,12 @@ module.exports = {
 
         },
         {
+            name: 'AWS Lambda Sink',
+            description: '',
+            link: 'https://github.com/streamnative/pulsar-io-aws-lambda'
+
+        },
+        {
             name: 'Azure DocumentDB',
             description: '',
             link: 'https://github.com/datastax/pulsar-3rdparty-connector/blob/master/pulsar-connectors/azure-documentdb'
@@ -56,6 +62,11 @@ module.exports = {
             link: 'https://pulsar.apache.org/docs/en/io-connectors/#cassandra'
         },
         {
+            name: 'Cloud Storage Sink',
+            description: '',
+            link: 'https://github.com/streamnative/pulsar-io-cloud-storage'
+        },
+        {
             name: 'CoAP',
             description: '',
             link: 'https://github.com/datastax/pulsar-3rdparty-connector/blob/master/pulsar-connectors/coap'
@@ -136,6 +147,11 @@ module.exports = {
             link: 'https://github.com/datastax/pulsar-3rdparty-connector/blob/master/pulsar-connectors/bigquery'
         },
         {
+            name: 'Google Cloud Pub/Sub',
+            description: '',
+            link: 'https://github.com/streamnative/pulsar-io-google-pubsub'
+        },
+        {
             name: 'Hazelcast Jet',
             description: '',
             link: 'https://github.com/datastax/pulsar-3rdparty-connector/blob/master/pulsar-connectors/hazelcast'
@@ -309,6 +325,11 @@ module.exports = {
             link: 'https://github.com/datastax/pulsar-3rdparty-connector/blob/master/pulsar-connectors/splunk'
         },
         {
+            name: 'Spark',
+            description: '',
+            link: 'https://github.com/streamnative/pulsar-spark'
+        },
+        {
             name: 'Twitter firehose',
             description: '',
             link: 'https://pulsar.apache.org/docs/en/io-connectors/#twitter-firehose'
@@ -323,6 +344,11 @@ module.exports = {
             description: '',
             link: 'https://github.com/datastax/pulsar-3rdparty-connector/blob/master/pulsar-connectors/zeebe'
         },
+        {
+            name: 'Flink',
+            description: '',
+            link: 'https://github.com/apache/flink/tree/master/flink-connectors/flink-connector-pulsar'
+        }
     ],
     tools: [{
             name: 'DataStax CDC for Apache Cassandra',
@@ -335,6 +361,11 @@ module.exports = {
             link: 'https://github.com/datastax/pulsar-helm-chart'
         },
         {
+            name: 'Helm Chart for Apache Pulsar',
+            description: 'Officially supported Helm Chart for installing Apache Pulsar on Kubernetes.',
+            link: 'https://github.com/apache/pulsar-helm-chart'
+        },
+        {
             name: 'Pulsar Admin Console',
             description: 'A web based UI that administrates topics, namespaces, sources, sinks and various aspects of Apache Pulsar features.',
             link: 'https://github.com/datastax/pulsar-admin-console'
@@ -349,6 +380,11 @@ module.exports = {
             description: 'Acts as a proxy between your RabbitMQ application and Apache Pulsar. ',
             link: 'https://github.com/datastax/starlight-for-rabbitmq'
         },
+        {
+            name: 'Pulsar Manager',
+            description: 'Apache Pulsar manager is a web-based GUI management tool for managing and monitoring Pulsar.',
+            link: 'https://github.com/apache/pulsar-manager'
+        }
     ],
     adapters: [{
             name: 'Pulsar Client Kafka Compatible',
@@ -376,4 +412,4 @@ module.exports = {
             link: 'https://github.com/apache/pulsar-adapters/tree/master/pulsar-storm'
         }
     ],
-}
\ No newline at end of file
+}