/Azure-Data-Factory

Java Library over Azure Data Factory REST API

Primary LanguageJavaMIT LicenseMIT

Azure Datafactory

This is a library on top of Azure Data Factory Rest API.

Dependencies

Java JDK 8 or above

Run Check

This step is to make sure the cloned project is passing the check rules (Style & tests)

Run ./gradlew clean check

Building

Simply run: ./gradlew clean build

Installation

Add this to your dependencies:

compile 'com.azure:azure-datafactory:<latest version>'

Usage