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

Generate schema file from live data #118

Open isaacabraham opened 5 years ago

isaacabraham commented 5 years ago

We should provide the ability for the TP to generate a schema file for offline use from a live data store. This would give the best of both worlds - type safety from a known good schema but simplify the whole CI/CD process by making it easy to create a schema.

There should be the ability to generate schema for at least blobs and tables, as well as supply some "depth" parameters e.g. folder depth for blobs, and number of rows for type inference from tables.