Are there any NoSQL providers for EF Core? I'm particularly interested in Cassandra. I would like to use Cassandra and ASP.NET Core for my project.
@fmj02 We're starting investigation of a Cosmos DB provider targeting DocumentDB, but we haven't got anything concrete to show yet.
There is a MongoDb provider
@ericstj are you talking about that https://github.com/crhairr/EntityFrameworkCore.MongoDb ?
ref: https://github.com/aspnet/EntityFrameworkCore/issues/7243
@kuncevic I think you mentioned the wrong Eric :smile:, but yes, that is the MongoDB provider we know about.
@divega ahh i c, thanks for following up.
Is there any further news on this
@Christina005 There is some initial code checked in to support CosmosDB document databases, but nothing released yet.
@ajcvickers I apologize, I actually meant for Cassandra, I did not follow the thread long enough to see the topic had changed. Do you know if there is a provider available for Cassandra?
@Christina005 Not that I am aware of.
@ajcvickers ok, thank you
Have you tried datastax https://github.com/datastax/csharp-driver ?
Most helpful comment
There is a MongoDb provider