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?
Share
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.