saipraveen-a / Azure-Data-Factory

Java Library over Azure Data Factory REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Java Library over Azure Data Factory REST API

License:MIT License


Languages

Language:Java 100.0%