1

If I have SQL tables tblA and tblB and they have one to many relationship between them.. can we create multiple raven db documents automatically .. Can I automatically load documents in Raven DB... from SQL server tables any other way... using any tool?

ZVenue
  • 4,967
  • 16
  • 61
  • 92

1 Answers1

2

There is a ETL demo in Raven's code base.

Additionally, you may have a look at how Raccoon imports a SQL database for Subtext into RavenDB.

Thomas Freudenberg
  • 5,048
  • 1
  • 35
  • 44