Leszek
Leszek

Reputation: 13

How can I make ETL from code?

I would like to run ETL transformation during my deployment - from current database to transformed and then swap transformed db to current, for ex. when I have to change my documents structure. Is there any api to do this from the code?

https://ravendb.net/docs/article-page/3.5/csharp/studio/overview/settings/etl

Thanks

Upvotes: 1

Views: 59

Answers (1)

Ayende Rahien
Ayende Rahien

Reputation: 22956

The ETL configuration is saved as a replication destination. You can save the document on the new db from the old one, and it will work

Upvotes: 2

Related Questions