Merb、DataMapper 和 CouchDB(或 MongoDB)的多租户
有谁知道如何实现涉及这些技术的多租户,或者有任何资源吗?
此外,是否建议将敏感数据存储在关系数据库中,而将其他类型的数据存储在 NoSQL 数据库中?
提前致谢。
Does Anyone know to achieve, or have any resources about, muti tenancy involving these technologies?
Additionally, is it recommendable to store sensitive data in a relational database and other kinds of data in NoSQL databases?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Cloudant 提供多租户集群已有几年了。该技术基于 CouchDB,但具有许多增强功能。一旦多租户集群不再需要,您可以“点击一个按钮”并切换到私有集群,所有这些 Cloudant 都会为您管理。
如果您想了解更多信息,请随时离线与我联系或查看 http://www.cloudant.com 。
我对其他技术的托管选项不太熟悉,因此我不太愿意推荐一种技术。坦白说,我在 Cloudant 工作,但我经常在他们雇用我之前推荐他们。 :)
干杯。
Cloudant has been providing multitenancy clusters for a few years now. The technology is based on CouchDB but with a bunch of enhancements. Once you outgrow the multitenant cluster you can "hit a button" and flip over to a private cluster, all of which Cloudant will manage for you.
Feel free to reach out to me offline if you want more info or check out http://www.cloudant.com.
I'm less familiar with the hosting options for those other technologies, so I wouldn't feel good about recommending one. In full disclosure I work at Cloudant, but I often recommended them before they hired me. :)
Cheers.