Home  >  Article  >  Backend Development  >  怎么设计像知乎那种标签系统?

怎么设计像知乎那种标签系统?

WBOY
WBOYOriginal
2016-06-06 20:08:371337browse

知乎的标签系统是如何设计的?有人可以深入的解答一下嘛?

回复内容:

知乎的标签系统是如何设计的?有人可以深入的解答一下嘛?

首先是产品设计:
1、标签是什么?分类还是关键词?
2、标签怎么产生?用户主动录入,编辑录入,自动生成?

技术方面:
最简单的实现就是数据库:
1、标签表:标签内容,ID,其他比如图标,url什么的
2、关系表:问题和标签的关系

之后可能根据访问量优化,做些智能化,编辑排重排序

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn