Search code examples
database-migrationravendbravendb-studioravendb5

RavenDB import from relational database


Is it possible to import data from a relational database to RavenDB using a complex query? This query joins several tables, more than 20 in a very complex way, something that is not achievable using its Migration tool in RavenDB studio.

I was thinking in ETL but there is no path from SQL --> to --> RavenDB.

Any help is appreciated.


Solution

  • Actually using RavenDB tools this this not possible.