Spring Boot Integration Library (Spring Boot 3.x)
Overview
The Collibra Integration Library is used by all other integrations to communicate with the Collibra Platform instance.
More specifically, the Integration Library is a set of Java classes that facilitate access to Collibra APIs for the purposes of building custom API-based integrations around the Collibra platform. In addition to a wide range of helper classes/methods, the library uses Collibra-CLI to generate a RESTful client based on Collibra APIs so that you can simply call upon Collibra REST APIs. A wide range of integration templates rely on the Collibra Integration Library to implement the most common integration patterns around the Collibra platform. Java and Integration Developers are welcome to use this library to reduce the length of the code that they have to maintain for their integration applications.
Installation specifics
Installing through Maven
Please DO NOT use the mvn install:install-file
command to install this Integration Library, as this would result in missing dependencies. Instead, use the following Maven command for the installation:
mvn org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file -Dfile=<path-to-jar-file>
For more information, please refer to the section Installing the Library JAR File, which also explains how the install the provided Javadoc JAR file.
Use Cases
You can use the Collibra Integration Library to:
- export information (such as assets) from a Collibra Platform instance
- import information (such as assets and complex relations) to a Collibra Platform instance
- make calls to the Collibra Platform Core API
- trigger the Collibra Lineage Harvester through Java code.
To receive support on this item, you can engage our Professional Services team or post any questions in the Data Citizens Community.
Media
More details
Release Notes
ASSESSMENTS("ASSESSMENTS"), ASSET_GRID_ADMINISTRATION("ASSET_GRID_ADMINISTRATION"), EDGE("EDGE"), EDGE_INTEGRATION_CAPABILITY_MANAGE("EDGE_INTEGRATION_CAPABILITY_MANAGE"), EDGE_SITE_ADMINISTER("EDGE_SITE_ADMINISTER"), EDGE_SITE_CONNECT("EDGE_SITE_CONNECT"), EDGE_SITE_MANAGE("EDGE_SITE_MANAGE"), EDGE_VIEW_CONNECTIONS_AND_CAPABILITIES("EDGE_VIEW_CONNECTIONS_AND_CAPABILITIES"), EDGE_VIEW_LOGS("EDGE_VIEW_LOGS"), PRIVACY("PRIVACY"), TECHNICAL_LINEAGE("TECHNICAL_LINEAGE"), RESOURCE_MANAGE_ALL("RESOURCE_MANAGE_ALL"), USER_ADMINISTRATION("USER_ADMINISTRATION"), WORKFLOW_DESIGNER_ACCESS("WORKFLOW_DESIGNER_ACCESS")
Compatibility
- Springboot framework
- Collibra Data Intelligence Cloud
Dependency
- Java 17
- Springboot v3
License and Usage Requirements
Release History
Release Notes
Fixed issue with multiple JSESSIONID when CSRF enabled.
Upgraded the Spring Boot version to version 3 and Java 17.
Compatibility
- Springboot framework
- Collibra Data Intelligence Cloud
Dependency
- Springboot v3
- java 17
License and Usage Requirements
See existing Q&A in the Collibra Community
Browse discussions with customers who also use this app.
Start a New Topic in the Collibra Community
Collibra-hosted discussions will connect you to other customers who use this app.
The following terms shall apply to the extent you receive the source code to this offering.
Notwithstanding the terms of the Binary Code License Agreement under which this integration template is licensed, Collibra grants you, the Licensee, the right to access the source code to the integrated template in order to copy and modify said source code for Licensee’s internal use purposes and solely for the purpose of developing connections and/or integrations with Collibra products and services.
Solely with respect to this integration template, the term “Software,” as defined under the Binary Code License Agreement, shall include the source code version thereof. Except with respect to the foregoing, all remaining terms of the Binary Code License Agreement shall apply to the license of integration template hereunder.