All Projects β†’ Azure β†’ Azurer

Azure / Azurer

Licence: mit
Family of packages for interacting with Azure from R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Azurer

Cloud Custodian
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Stars: ✭ 3,926 (+4214.29%)
Mutual labels:  azure, cloud-computing
Dasync
Every developer deserves the right of creating microservices without using any framework 🀍
Stars: ✭ 154 (+69.23%)
Mutual labels:  azure, cloud-computing
Pulumi
Pulumi - Developer-First Infrastructure as Code. Your Cloud, Your Language, Your Way πŸš€
Stars: ✭ 10,887 (+11863.74%)
Mutual labels:  azure, cloud-computing
Cloudskew
Create free cloud architecture diagrams
Stars: ✭ 183 (+101.1%)
Mutual labels:  azure, cloud-computing
Cloudquery
cloudquery transforms your cloud infrastructure into SQL or Graph database for easy monitoring, governance and security.
Stars: ✭ 1,300 (+1328.57%)
Mutual labels:  azure, cloud-computing
Pragmaticai
[Book-2019] Pragmatic AI: An Introduction to Cloud-based Machine Learning
Stars: ✭ 79 (-13.19%)
Mutual labels:  azure
Nether
Building blocks for gaming on Azure
Stars: ✭ 85 (-6.59%)
Mutual labels:  azure
Azure
Azure-related repository
Stars: ✭ 78 (-14.29%)
Mutual labels:  azure
Automatedlab
AutomatedLab is a provisioning solution and framework that lets you deploy complex labs on HyperV and Azure with simple PowerShell scripts. It supports all Windows operating systems from 2008 R2 to 2019, some Linux distributions and various products like AD, Exchange, PKI, IIS, etc.
Stars: ✭ 1,194 (+1212.09%)
Mutual labels:  azure
Powershell
PowerShell functions and scripts (Azure, Active Directory, SCCM, SCSM, Exchange, O365, ...)
Stars: ✭ 1,302 (+1330.77%)
Mutual labels:  azure
The Bits And Bytes Of Computer Networking
Networking , N/W layer, Transport and Application Layer, Networking Service, Internet, Troubleshooting , N/W future
Stars: ✭ 87 (-4.4%)
Mutual labels:  cloud-computing
Servicebusexplorer
The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
Stars: ✭ 1,259 (+1283.52%)
Mutual labels:  azure
Aws Automation
AWS automation scripts and lambda functions
Stars: ✭ 81 (-10.99%)
Mutual labels:  cloud-computing
Azure Kinect Unreal
Azure Kinect Body Tracking plugin for Unreal
Stars: ✭ 86 (-5.49%)
Mutual labels:  azure
Tensorflow Lambda Layer
Lets you import Tensorflow + Keras from an AWS lambda
Stars: ✭ 79 (-13.19%)
Mutual labels:  cloud-computing
Azurestorageexplorer
β˜πŸ’Ύ Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application.
Stars: ✭ 88 (-3.3%)
Mutual labels:  azure
Architecture Center
Azure Architecture Center
Stars: ✭ 1,207 (+1226.37%)
Mutual labels:  azure
Exram.gremlinq
A .NET object-graph-mapper for Apache TinkerPopβ„’ Gremlin enabled databases.
Stars: ✭ 84 (-7.69%)
Mutual labels:  azure
Trainingdays
Azure Developer College's application development training days content.
Stars: ✭ 86 (-5.49%)
Mutual labels:  azure
Terraformize
Apply\Destory Terraform modules via a simple REST API endpoint.
Stars: ✭ 84 (-7.69%)
Mutual labels:  cloud-computing

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
R-CMD-check
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
R-CMD-check
AzureRMR 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
R-CMD-check
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
R-CMD-check
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
R-CMD-check
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. As a bonus, AzureContainers can talk to any Docker registry or Kubernetes cluster, not just those in Azure. CRAN
R-CMD-check
AzureVM AzureVM is a package for deploying and interacting with virtual machines and virtual machine scalesets. It 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
R-CMD-check
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
R-CMD-check
AzureVMmetadata AzureVMmetadata is a simple interface to the instance metadata service in an Azure virtual machine. This provides information on the VM's configuration, such as the number of processors, memory, storage, networking, Azure resource details, and so on. CRAN
R-CMD-check
AzureCognitive AzureCognitive implements basic functionality for communicating with Azure Cognitive Services. Both a Resource Manager interface, extending AzureRMR, and a client interface to the REST APIs are provided. While it can be called by the end-user, it is meant to provide a foundation for other packages that will support specific services, like Computer Vision, LUIS (language understanding), etc. CRAN
R-CMD-check
AzureVision AzureVision is an interface to Azure Computer Vision and Azure Custom Vision, building on the low-level functionality provided by the AzureCognitive package. These services let you leverage the cloud to carry out visual recognition tasks using advanced image processing models, without needing powerful hardware of your own. CRAN
R-CMD-check
AzureQstor AzureQstor is a lightweight, R6-based interface to Azure Queue Storage, building on the functionality provided by the AzureStor package. CRAN
R-CMD-check
AzureTableStor AzureTableStor is a lightweight interface to Azure Table Storage, building on the functionality provided by the AzureStor package. Both tables in storage accounts and in Azure Cosmos DB are supported. CRAN
R-CMD-check
AzureCosmosR AzureCosmosR is a frontend to the Azure Cosmos DB, NoSQL database service. It provides both a Resource Manager interface extending AzureRMR, and a comprehensive client interface to the core/SQL API. CRAN
R-CMD-check
Microsoft365R Microsoft365R is an interface to the Microsoft 365 (formerly known as Office 365) suite of cloud services, extending the framework supplied by AzureGraph. Currently it allows access to data in SharePoint Online and OneDrive (both personal OneDrive and OneDrive for Business). Future versions may add support for other Microsoft 365 services. CRAN
R-CMD-check

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].