A Pravega connector for the Boomi Atomsphere
Note: once the connector is published, it will be available to everyone in the Boomi Platform, and you can use it without building or creating a custom connector.
- Java JDK
./gradlew distZip
This will build a connector package which you can upload to your Boomi account (see the Create a Custom Connector section below).
Note: once the connector is published, it will be available to everyone in the Boomi Platform, and and you can use it without building or creating a custom connector.
If you have just built the Pravega connector above, you must install it in your Boomi account as a custom connector type. More details about this process can be found here. The basic steps are:
- Add a connector group
- Go to your Boomi account setup and under
Development Resources
on the left, click onDeveloper
- Click on
Add Connector Group
and name it "Pravega"
- Go to your Boomi account setup and under
- Create a connector version
- Still in the
Developer
page with the "Pravega" connector group selected, click onAdd Version
- Select the connector descriptor file - this is the
src/main/resources/connector-descriptor.xml
file in this repository - Select the connector archive file - after building, this is the zip file in
build/distributions
- Click
OK
- Still in the
- Create a connector
- Still in the
Developer
page with the "Pravega" connector group selected, click onAdd Connector
- Call the connector "Custom Pravega" - you can optionally append " - prod" or " - test" or any other descriptive suffix
- Give the connector a classification (i.e. "prod", "test", etc.)
- Click
OK
- Still in the
Now you should have a Pravega connector for your account that you can insert into any process.
For more details about how to use the Pravega connector, please refer to the Boomi documentation, and the User's Guide and Getting Started Guide located in this repository.