2

Are there any ETL tools available to export data from RavenDB? Or will I be forced to write c# code to do the data migration?

The RavenDB is version 1 (build 888).

CamHart
  • 3,825
  • 7
  • 33
  • 69

2 Answers2

2

Yes, it is builtin to the product. See: https://ravendb.net/docs/article-page/3.0/Csharp/server/bundles/sql-replication/basics

Ayende Rahien
  • 22,925
  • 1
  • 36
  • 41
  • This is only available for RavenDB v3+ though right? I would have to upgrade to v3 in order to use it. – CamHart Feb 11 '16 at 18:02
1

It looks like the creator of RavenDB also created Rhino ETL to help with ETL. But it looks to be a .NET extension. Googling "RavenDB ETL" mostly came up with Rhino ETL.

Jeffrey Van Laethem
  • 2,601
  • 1
  • 20
  • 30