Web 框架和实体关系模型 (ERM)
我目前正在设计一个基于 PostgreSQL 数据库的大型网站。
我几乎已经结束了实体关系模型,我正在考虑开发(或让它开发)整个模型(Java、PHP 等)的方法。
首先,我考虑使用 CMS 来完成这项工作。但这是一个非常具体(而且很大)的项目,如果我完全开发它而不是试图让任何 CMS 满足我的需求,那就更好了。
- 我可以使用自己的 ERM 开发具有任何框架的网站吗?
- 是否有使用这些框架预先配置的 ERM(最终用于未来的项目)?
- 我正在考虑 CakePHP 或 Ruby on Rails。你会鼓励我朝这些方向发展吗?
我目前正在设计的网站预计每天的访问量将超过 1,000,000 次。因此,我需要可扩展性和强度。
非常感谢。
编辑:我正在考虑使用 Symfony。我可以用这个框架做同样的事情吗?
I am currently designing a big website a priori based on a PostgreSQL database.
I have nearly ended the Entity Relationship Model and I am thinking about the way to develop (or have it develop) the whole thing (Java, PHP, other).
First I thought about a CMS to do the job. But this is a very specific (and big) project, and it would be better if I developed it entirely instead of trying to bow any CMS into my need.
- Can I develop a website with any framework using my own ERM ?
- Are there preconfigured ERMs with those frameworks (eventually for future projects) ?
- I am thinking of CakePHP or Ruby on Rails. Would you encourage me into these directions ?
The website I am currently designing is supposed to be consulted by more than 1 000 000 times a day. As a consequence, I need scalability and strongness.
Thanks a lot by advance.
EDIT : I am thinking of taking Symfony. Can I do the same thing with this very framework ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 eZ Publish + Zeta Components + eZ Find (Solr) 搜索引擎中轻松实施任何 ERM。您还可以“免费”获得所需的其余功能。高度可扩展的架构。
开源软件许可证。 http://share.ez.no/download-develop/downloads
You can easily implement any ERM in eZ Publish + Zeta Components + eZ Find (Solr) search engine. And you get the rest of the functionality you'll need for 'free'. Highly scalable architecture.
OSS license. http://share.ez.no/download-develop/downloads
我最终以制作我的 ERM 结束,并且我使用 Symfony2,这是满足我的需求的一个很好的框架。
I finally ended by making my ERM, and I work with Symfony2, which is a good Framework for my needs.