Cosmosnaut: A simple and easy to use entity store for CosmsosDB
Hello everyone,
I found it very easy and cheap to use cosmosdb for prototypes and small productions projects but I had to write a lot of boilerplate code every time. Also Microsoft's SDK doesn't offer an easy to use Dao/poco to db and visa versa (it does but it comes with challenges and mapping issues).
To solve that problem I made an entity store called Cosmonaut. A simple and easy to use solution offering straightforward functionality and flexibility when it comes to storing objects to collections (similar to Entity Framework).
Github: https://github.com/Elfocrash/Cosmonaut
Nuget: https://www.nuget.org/packages/Cosmonaut
Story about the development: https://medium.com/@nick.chapsas/i-made-an-entity-store-package-for-cosmosdb-in-c-cosmonaut-243434273d45
0 comments:
Post a Comment