Therefore, ignore the fact that we just need to use the NoSQL database infrastructure requirements — client capabilities.
We have data that obviously belongs to a non-relational model, but we must use SQL Server 2014 to save it. Is there a way to use the library for something like RavenDB or MongoDB with SQL Server for persistence? For example, storing JSON or BSON in a SQL Server table, but using Mongo or Raven to query and serialize?
At first, we were going to just store JSON data in a column, but I decided there should be a more elegant solution. I have seen that RavenDB supports SQL Server replication, but it does not look like it can be used for the main component of persistence.
We are launching a C # ASP.NET MVC web application. The front end is a knockout design, so he will be happy to bind JSON data.
source
share