xperiandri / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.

Home Page:http://fsprojects.github.io/AzureStorageTypeProvider/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Storage Type Provider

An F# Azure Type Provider which can be used to explore Azure Storage assets quickly and easily.

The goal is to create a provider which allows lightweight access to your Azure storage data within the context of e.g. F# scripts or applications to allow CRUD operations quickly and easily.

Support exists reading and writing from Blobs, Tables and Queues, as well as fallback to the standard .NET Azure SDK.

The provider currently does not support .NET Core for the reasons specified here.

AppVeyor build status

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

About

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.

http://fsprojects.github.io/AzureStorageTypeProvider/

License:The Unlicense


Languages

Language:F# 99.1%Language:PowerShell 0.5%Language:Shell 0.4%Language:Batchfile 0.1%