ADOC Java SDK APIs

ADOC offers a comprehensive data quality monitoring solution for your data lake and warehouse, enabling you to verify that your business decisions are based on high-quality data. Utilizing ADOC ensures that critical data sources are not neglected by providing tools to assess data quality in a data catalog. ADOC caters to all users, including analysts, data scientists, and developers, allowing them to depend on it for monitoring data flow in the warehouse or data lake, preventing any data loss.

The ADOC APIs are triggered by the adoc-java-sdk.

Features

The following features are provided by adoc-java-sdk:

  1. Asset APIs
  2. Data Sources APIs
  3. Pipeline APIs
  4. Policy APIs

Prerequisites

API keys are essential for authentication when making calls to ADOC.

Creating an API Key

You can create API keys using the API keys section of Admin Central in ADOC UI.

Before making calls to the Java SDK, ensure you have the necessary API keys and the ADOC Server URL readily available. These credentials are essential for establishing the connection and accessing ADOC services.

Bash
Copy
Java
Copy

Installation

Maven

Add the below repository URLs in the <repositories> section of your project's pom.xml file.

XML
Copy

Add the below dependency under the <dependencies> section of your project's pom.xml file.

XML
Copy

Gradle

Add the below repository URLs in the repositories section of your project's pom.xml file.

Groovy
Copy

Add the below dependency under the dependencies section of your project's build.gradle file.

Groovy
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard