Family of packages for interacting with Azure from R
Перейти к файлу
Hong Ooi 99cf5bca19 add logo 2019-06-20 04:30:45 +10:00
images add logo 2019-06-20 04:30:45 +10:00
.gitignore add logo 2019-06-20 04:30:45 +10:00
CONTRIBUTING.md frontpage 2019-05-23 11:14:05 +10:00
LICENSE Initial commit 2019-05-16 22:30:03 -07:00
README.md add logo 2019-06-20 04:30:45 +10:00

README.md

AzureR

AzureR

AzureR is a family of packages for working with Azure from R. They are designed to be lightweight yet powerful by working directly with the Azure REST API, without any dependencies on other languages.

The family includes the following members. All the packages are available on CRAN, and the individual repositories are also mirrored at the cloudyr project.

Package Description      Status     
AzureAuth AzureAuth provides Azure Active Directory authentication functionality. Use this package to obtain OAuth 2.0 tokens for any Azure service that uses AAD for authentication. It supports AAD v1.0 and v2.0; authenticating with certificates; and multiple authentication flows, including authorization code, device code, client credentials, on-behalf-of and resource owner grant. CRAN
Travis Build Status
AzureAuth AzureRMR is an R6-based interface to Azure Resource Manager. It enables working with subscriptions, resource groups, resources and templates: resources can be created, updated and deleted, templates can be deployed and removed, and role-based permissions assigned. Most of the other AzureR packages extend AzureRMR to provide more features specific to a given service. CRAN
Travis Build Status
AzureGraph AzureGraph is an R6-based interface to Microsoft Graph, focusing on Azure Active Directory. Its main functionality revolves around registered apps and service principals, with a view to supporting the other packages in the family, but it can also be used to manage other objects in Graph. CRAN
Travis Build Status
AzureKeyVault AzureKeyVault provides a Resource Manager and client interface to Azure Key Vault. It supports all operations with objects stored in Key Vault, such as encryption and decryption, certificate signing, and storage account key management. CRAN
Travis Build Status
AzureStor AzureStor provides a Resource Manager and client interface to storage accounts. The client interface currently supports blob, file and Data Lake Gen2 storage. Features include parallel file transfers, retry on error, and an interface to the AzCopy v10 utility. CRAN
Travis Build Status
AzureContainers AzureContainers provides a Resource Manager and client interface to containers: Azure Container Instances, Azure Container Registry, and Azure Kubernetes Service. Build a Docker image and push it to ACR; deploy it to ACI; or create a service on AKS. CRAN
Travis Build Status
AzureVM AzureVM is a package for deploying and interacting with virtual machines and virtual machine scalesets. Version 2.0.0 provides a flexible, powerful interface that lets you customise nearly all aspects of the deployment, including reusing existing resources. A selection of predefined configurations is also included to allow easy deployment of commonly used Linux and Windows images. CRAN
Travis Build Status
AzureKusto AzureKusto provides a Resource Manager and client interface to Azure Data Explorer, also known as Kusto. Its features include dplyr and DBI interfaces to Kusto, as well as the ability to manage clusters and database principals. CRAN
Travis Build Status

Currently, AzureR is not intended to support all of Azure; its focus is mainly on the Azure services that are most likely to be relevant to R users.