Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是liferay的新手。我有 Liferay Tomcat 捆绑包。现在我想将 Liferay 门户与 NoSql 数据库(mongodb 或 dynamodb)连接起来。请告诉我将liferay门户与mongodb连接的步骤。
谢谢。
您不能完全从 RDBMS 转移到 Nosql 数据库。
因为 Liferay 在 RDBMS 中存储权限以及其他与元数据相关的内容,但是您可以将所有内容和数据存储到 mongodb 以实现更快的访问和可扩展性。
您的自定义 portlet 数据也可以存储到 mongodb,但您必须使用 mongo 驱动程序编写自己的服务层。
这没有足够的空间来提供所有细节,但下面提供的链接可能会给它一些阴影以及如何进一步进行。
Lifera+mongoDB