lundi 25 janvier 2016

How to setup/initialize seed data for Azure Storage Emulator?

I am beginning to try to use Azure Storage Emulator for some integration testing. I am testing a console application that reads data from Azure Table Storage and throws it into a database (a mocked db at this time).

As part of setup/arrange/initialize step, I would like to be able to populate my Emulator's local dev storage with some seed data without having to call our writing api's to write the data into emulated storage, since I am not trying to test that piece.

Is there any way to feed it a database file or something? I've worked on similar efforts in SQLLite and Cassandra Cluster Manager (CCM) that allow for this kind of seed data setup.

Aucun commentaire:

Enregistrer un commentaire