Azure / Azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
MIT License
1.85k stars 325 forks source link

Support for Batch APIs in Table #264

Closed preetriti1 closed 4 years ago

preetriti1 commented 5 years ago

Which service(blob, file, queue, table) does this issue concern?

table

Which version of the Azurite was used?

legacy_V2

Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)

npm

What's the Node.js version?

What problem was encountered?

We have a service in Azure which uses the current Azure Storage apis to do operations in Table and Blob. We are currently working on moving this to Linux containers and we need a storage emulator to work for linux machines (Ours is a dev box scenario). We have lots of batch operations in table so we want to keep using the same service to point to Azure storage in cloud, emulator in dev box. When are the batch apis going to be implemented for tables?

Steps to reproduce the issue?

Have you found a mitigation/solution?

No

XiaoningLiu commented 5 years ago

Hi preetriti1! Thanks for your feedback! However, supporting new features of Table service is not in our recent backlog. Cosmos DB team is working on an official cross-platform emualtor supporting both CosmosDB and Table API.

bsoulier commented 4 years ago

I see that this has been added to the 3.3 label then closed. Microsoft is not doing anything on their side to provide a *nix based emulator (have a look here).

I think providing batch operations would solve quite some issues for people trying to run their DOTNET core development using on Azure Table Storage locally