RavenDB import from relational database

43 views Asked by At

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.

1

There are 1 answers

0
DanielV On

Actually using RavenDB tools this this not possible.