https://github.com/ekzo-dev/camunda-connectors
https://github.com/ekzo-dev/camunda-connectors
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekzo-dev/camunda-connectors
- Owner: ekzo-dev
- License: mit
- Created: 2024-07-28T17:42:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T14:07:04.000Z (over 1 year ago)
- Last Synced: 2025-01-23T02:41:28.786Z (over 1 year ago)
- Language: Java
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ekzo Connectors + Ekzo Connectors Application
TBD: description here
## Build
You can package all modules by running the following command:
```bash
mvn clean package
```
This will create the following artifacts:
- A JAR of ekzo-connector-inbound-graphql without dependencies.
- An executable spring boot JAR of ekzo-connectors-application
ekzo-connectors-application includes connectors:
- ekzo-connector-inbound-graphql
- connector-http-json
- connector-graphql
- connector-rabbitmq
- connector-sendgrid
- connector-aws-sns
- connector-aws-sqs
- connector-kafka
- connector-microsoft-teams
- connector-aws-dynamodb
- connector-aws-lambda
- connector-google-sheets
- connector-slack
- connector-webhook
- connector-http-polling
## Docker
You can build docker image of ekzo-connectors-application.
```bash
cd ekzo-connectors-application
docker build -t ekzo-connectors .
```
This will create docker image with name ekzo-connectors.
Include it in your docker-compose to run ekzo-connectors-application.