Our customer would like to use Cosmos DB for storing all businees data. Is it possible to support storing data in Cosmos DB from the abpio project temaplte wtih Angular as frontend ? In that case what happens to the system data like Account, Identity Auditing etc? Can we shift that to Cosmos DB as well ?
Can you please point us in the right direction urgently please ?
Thanks
2 Answer(s)
-
0
Hi,
See https://github.com/abpframework/abp/issues/386
EF Core team has completed this feature : https://docs.microsoft.com/en-us/ef/core/providers/cosmos/?tabs=dotnet-core-cli
You can use
Microsoft.EntityFrameworkCore.Cosmos
package. -
0
hi,
EF Core supports CosmosDB, you can switch to CosmosDB. There's no integration doc for CosmosDB but it's pretty similar to Oracle integration. Check out https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Oracle-Official follow the similar steps for CosmosDB