cryogenian / quasar-destination-avalanche

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quasar-destination-avalanche Build Status Bintray Discord

Usage

libraryDependencies += "com.slamdata" %% "quasar-destination-avalanche" % <version>

Configuration

The Avalanche destination uses Azure Blob Storage to stage files before loading. Its only means of authentication is Azure Active Directory. It has the following format:

{
  "accountName": String,
  "containerName": String,
  "connectionUri": String,
  "clusterPassword": String,
  "credentials": Object
}
  • accountName is the Azure storage account name to use.
  • containerName is the name of the container that will be used to stage files before loading into Avalanche
  • connectionUri is the JDBC URI provided by Actian
  • clusterPassword is the password for dbuser
  • credentials specifies the Azure Active Directory configuration
"credentials": {
  "clientId": String,
  "tenantId": String,
  "clientSecret": String
}
  • clientId also called "Application Id"
  • tenantId also called "Directory Id"
  • clientSecret provided by Azure Active Directory

About


Languages

Language:Shell 50.0%Language:Scala 48.0%Language:Batchfile 2.0%