Raven DB for SQL Server (NoSQL Database for Relational Database)

Is there a way to convert / migrate NoSQL database data (Raven, Mongo, Couch) to SQL server data? Since some NoSQL databases lack tools for creating reports, it would be easier if I could move the data to SQL and work directly with them (just for data analysis, queries, and reporting needs) .Comments were appreciated.

+4
source share
2 answers

With Ravendb, you have the ability to replicate an index into a table on an SQL server. See http://ravendb.net/bundles/index-replication

In general, you need to "map" your data that does not contain schemas into a database schema.

+8

, , CSV. / CSV . .

0

All Articles