DanielV
DanielV

Reputation: 2670

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.

Upvotes: 2

Views: 43

Answers (1)

DanielV
DanielV

Reputation: 2670

Actually using RavenDB tools this this not possible.

Upvotes: 0

Related Questions