Hi all,
I consider the opportunity to migrate the website in I am in charge on Drupal for a while now. This website is composed of different categories (films, short-films, books, musics, …) on a unique thematic.
The website is complex because of interconnections between categories and I would like to know if it is possible to easily import the SQL database in Drupal?
At the moment, data are hard-coded (in HTML files). I plane to migrate data in a database soon. In broad outline, here how things will be organized:
- tables for people (actors, writers, directors,…)
- a table for films, a film should have one or more directors, one or more actors, etc…
- a table for books, a book should have been written by one or more authors, have a description, etc... But books could have a reference to a film (film adaptation) and vice versa (-> another table for those links).
- and so on for each category, categories that could have references between items as explained before with books and films.
… so there are as many tables as categories interconnections.
I have seen a couple of modules that should help for Drupal, but I have to admit that it is hard to know which modules will fully correspond to my needs.
For example, for SQL database import, is its complexity will be a problem? Will there be a loss of interconnection knowledge?