我對NoSQL和Cassandra相當陌生,但我的架構委員會告訴我使用它。我只是想了解如何將RDBMS模型轉換爲noSQL。Casandra數據模型不一致數據模型
我有一個數據庫,用戶需要將數據從excel或csv文件導入數據庫。該文件可能每次都有不同的列。
例如Excel文件中的數據可能是這個樣子:
Name| AName| Industry| Interest | Pint |Start Date | End date
x | 111-121 | IT | 2 | 1/1/2011 | 1/2/2011
x | 111-122 | hotel | 1 | "" | ""
y| 111-1000 | IT | 2 | 1/1/2011 | 1/2/2011
後,我們上傳此下一個excel文件看起來
Name| AName| Industry| Interest | Pint |Start Date | isTrue | isNegative
x | 111-121 | IT | 2 | 1/1/2011 | 1/2/2011 | yes | no
x | 111-122 | hotel | 1 | "" | no | no
y| 111-1000 |health | 2 | 1/1/2010 | yes|""
我不會事先知道我列我將在導入數據時創建。我完全和noSQL混淆,無法理解如何處理這個如何導入數據,當我不知道表結構
你的鏈接斷開。 – influent 2016-07-11 17:06:04