我正在研究一個需要在Rails中重寫的網站。該網站之前在Drupal中,數據庫中有近100,000條記錄。現在,在Drupal中,我認爲有些表格在Rails中沒有任何地方。例如,基於Drupal的網站架構可以導入到Rails嗎?
Table name: node_type
It stores information regarding modules in Drupal.
Table name: node
It stores information for node(s) in Drupal.
Table name: semaphore # I've no idea what it is!
Table name: rdf_mapping # No idea
我沒有一直與Drupal的,所以我只想問:是否有可能對Rails的架構,其中已有10萬條記錄可以從Drupal的進口?如果是這樣,怎麼樣?如果不是這樣,我剩下的其他選擇是什麼?或者我必須設計一個全新的數據庫模式?
無論如何,您需要編寫一個腳本將Drupal數據庫中的記錄導入到Rails中,因此您不妨花時間小心處理它,並設計出最適合您需求的模式。 – sebkkom 2014-11-25 11:09:43