All Projects → fsprojects → AzureStorageTypeProvider

fsprojects / AzureStorageTypeProvider

Licence: Unlicense license
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.

Programming Languages

F#
602 projects

Projects that are alternatives of or similar to AzureStorageTypeProvider

Serverless Url Shortener
Azure Function for a URL shortening website. Uses serverless functions, Azure Table Storage and Application Insights.
Stars: ✭ 113 (+37.8%)
Mutual labels:  azure-storage
CloudDesignPatterns
Welcome to the GitHub repository of the cloud design patterns. This repository contains the examples for the Pluralsight course series: Cloud Design Patterns for Azure. You can download a copy and follow along in the course.
Stars: ✭ 96 (+17.07%)
Mutual labels:  azure-storage
azure-static-website-deploy
Deploys static website to Azure Storage
Stars: ✭ 18 (-78.05%)
Mutual labels:  azure-storage
Laravel Azure Storage
Microsoft Azure Blob Storage integration for Laravel's Storage API
Stars: ✭ 139 (+69.51%)
Mutual labels:  azure-storage
Spring Cloud Azure
Spring Cloud integration with Azure services
Stars: ✭ 197 (+140.24%)
Mutual labels:  azure-storage
100-Days-of-Azure
In this Repository, I am going to mention my Azure Learning for Next 100 Days
Stars: ✭ 27 (-67.07%)
Mutual labels:  azure-storage
Azurite
!! This repository has now moved to https://github.com/azure/azurite !! A lightweight server clone of Azure Blob, Queue, and Table Storage that simulates most of the commands supported by it with minimal dependencies.
Stars: ✭ 103 (+25.61%)
Mutual labels:  azure-storage
mytek
Django e-commerce web application with advanced features
Stars: ✭ 27 (-67.07%)
Mutual labels:  azure-storage
Pixel level land classification
Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.
Stars: ✭ 217 (+164.63%)
Mutual labels:  azure-storage
teamcity-azure-storage
TeamCity Azure artifacts storage support plugin
Stars: ✭ 14 (-82.93%)
Mutual labels:  azure-storage
Aztk
AZTK powered by Azure Batch: On-demand, Dockerized, Spark Jobs on Azure
Stars: ✭ 152 (+85.37%)
Mutual labels:  azure-storage
Azurestorageexplorer
Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Stars: ✭ 192 (+134.15%)
Mutual labels:  azure-storage
ms-identity-javascript-tutorial
A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in Vanilla JavaScript.
Stars: ✭ 100 (+21.95%)
Mutual labels:  azure-storage
Blobxfer
Azure Storage transfer tool and data movement library
Stars: ✭ 120 (+46.34%)
Mutual labels:  azure-storage
AzureChamp
A repository for Azure Champ program to train technical experts to get ready for Azure
Stars: ✭ 16 (-80.49%)
Mutual labels:  azure-storage
World Cleanup Day
☀️ World Cleanup Day: App (React Native) & Platform (Node). Join us in building software for a cleaner planet! PRs welcome!
Stars: ✭ 110 (+34.15%)
Mutual labels:  azure-storage
CosmicClone
Cosmic Clone is a utility that can backup\clone\restore a azure Cosmos database Collection. It can also anonymize cosmos documents and helps hide personally identifiable data.
Stars: ✭ 113 (+37.8%)
Mutual labels:  azure-storage
identityazuretable
This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.
Stars: ✭ 97 (+18.29%)
Mutual labels:  azure-storage
media-services-v3-dotnet-core-functions-integration
The project includes several folders of sample Azure Functions for use with Azure Media Services v3 that show workflows related to ingesting content, encoding, publishing or live stream management.
Stars: ✭ 41 (-50%)
Mutual labels:  azure-storage
kafka-connect-fs
Kafka Connect FileSystem Connector
Stars: ✭ 107 (+30.49%)
Mutual labels:  azure-storage

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)

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].