Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cognizantopensource/cognizant-camunda-connectors
https://github.com/cognizantopensource/cognizant-camunda-connectors
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cognizantopensource/cognizant-camunda-connectors
- Owner: CognizantOpenSource
- License: apache-2.0
- Created: 2023-05-16T06:22:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:20:47.000Z (3 months ago)
- Last Synced: 2024-09-17T18:39:19.703Z (3 months ago)
- Language: Java
- Size: 1.91 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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**