Home > Backend Development > Python Tutorial > 下厨房使用python的技术细节能详细介绍下吗??

下厨房使用python的技术细节能详细介绍下吗??

WBOY
Release: 2016-06-06 16:23:55
Original
1189 people have browsed it

回复内容:

下厨房网站主要用python完成,目前每天处理100w+动态请求(网站+api(移动))

开发框架是张教主开发的mypy(可能是地球上唯一一个在使用mypy的网站)
orm是张教主开发的sqlbean
前端模板是mako
前端使用的库是jquery
数据库是mysql+mongodb,主要数据都在mysql里面,部分不太确定的需求用mongodb实现
使用celery完成异步操作
搜索是在xapian基础上定制

部署是nginx+wsgi

监控用监控宝
版本管理和代码审核用github
上线工具用fabric定制 不叫mypy了,现在好像是zpage,不是原本那个mypy了,zpage是他们用tornado折腾出来的一套工具
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template