Proof of concept about Azure Cosmo BD API Table. Connection, fake data and seeding.
Just clone the project and compile to download all the nugget packages.
In Settings.json file update the "StorageConnectionString" with your own Table API Primary Connection String.
If you don't have a Azure Account you can use for free Azure Cosmos Emulator in order to test the application.
The app ask you for a number to create a list of fake data and insert into the Cosmo Azure Table. At the end the app will show how much time and RU/s (Request unit per second) took the whole operation.
- Bogus - A simple and sane fake data generator for C#
- Microsoft.Azure.Cosmos.Table - Microsoft Azure Cosmos Table Standard Library
- Luis Barral - All work - Barralex
This project is licensed under the MIT License