fsprojects / 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.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Support for CosmosDB Tables #108

Open isaacabraham opened 7 years ago

isaacabraham commented 7 years ago

Description

Cosmos DB now supports Tables (https://docs.microsoft.com/en-us/azure/cosmos-db/create-table-dotnet). This appears at this stage to be a wrapper around the existing table store but with support for secondary indexes and a few other bits and pieces. It might be possible to add support for this within the existing TP.

isaacabraham commented 6 years ago

I've tested this out and it seems to "just work". However, there might be some optimisations required regarding things like inserts etc.

xperiandri commented 5 years ago

Cool idea. It has now been now released! 2 days ago actually https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table