I have an existing database (SQL) with relational data (for example with various 1-n and m-n relationships) that I would like to integrate into a Orchard CMS based website. That database has a ASP.NET Dynamic Data as the backend data maintenance application.
What I would like to do is integrate this information into Orchard, i.e. use Orchard CMS to surface the information to the users. Furthermore, I would like to take advantage of Orchard's concept to extend a content type with further functionality (example tagging, comments).
But: I struggle with finding the best way to integrate that data without creating a complicated maintenance process (creating a content part where one would have to specify the Id of the item in my existing database).
Unfortunately, I did not find any sample for what I would like to achieve... Any suggestions?