Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cognizantopensource/cognizant-camunda-connectors


https://github.com/cognizantopensource/cognizant-camunda-connectors

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

## SUMMARY

##### **List of connectors**
This project contains following set of Camunda outbound connectors which can be deployed as single application.

1) aws-lambda-connector
2) aws-s3-connector
3) aws-textract-connector
4) azure-blob-connector
5) azure-servicebus-connector(outbound)
6) azure-servicebus-connector(Inbound)
7) gcp-functions-connector
8) gcp-storage-connector
9) gcp-pub-connector
10) gcp-sub-connector
11) kafka-connector
12) camelFTP-connector
13) drools-connector

##### **Note: please refer to Readme file for each of the above connector modules to gain detailed understanding of each connector setup.**

#### **SETTING UP THE CONNECTOR APPLICATION**
This project contains root pom.xml, which needs to be executed in order to build and include sub-modules
Upon execution of root pom.xml it compiles and packages individual sub-modules of the connector.
This project requires jdk21+.

In order to deploy this project in runtime environment follow below steps

1) Create a Zeebe client and configure it to connect to the desired SaaS/Self-Managed cluster
2) Add following dependency
###### **groupId: com.cts.eas.ipm.connector**
###### **artifactId: cts-camunda-connectors**
###### **version: 3.0.0**