Efcore: NoSQL providers (Cassandra)

Created on 22 Sep 2017  路  11Comments  路  Source: dotnet/efcore

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.

closed-question

Most helpful comment

There is a MongoDb provider

All 11 comments

@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

@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 ?

Was this page helpful?
0 / 5 - 0 ratings