Developing a Multitenant SaaS
问题 I am developing a web application for data analysis on agricultural datasets. Actually I want to make the application to be multi tenant and I wish to deploy that SaaS application in a private cloud (in our school). I got a few basic doubt in the programming part. Do I need to develop the application in the Hadoop's map/reduce functionality? Secondly,the selection of database. Since the data are highly structural in nature (like sql) can I use a sql server to manage data in cloud? In such do