文件名称:log-analysis:从日志数据中查找相关信息
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-01 12:48:21
udacity udacity-fullstack-nanodegree udacity-projects Python
日志分析 Subhadeep Dey创建的Udacity全栈Web开发纳米学位项目。 关于 它是一种报告工具,可根据数据库news的数据打印出报告(以纯文本格式)。 此报告工具是一个使用psycopg2模块连接到数据库的Python程序。 数据集有超过30万行,并且必须报告以下问题: 1. What are the most popular three articles of all time? 2. Who are the most popular article authors of all time? 3. On which days did more than 1% of requests lead to errors? 数据库news包括三个表: articles -包括有关文章作者的信息。 authors -包括文章本身。 log -每次用户访问该网站时都包含一个条
【文件预览】:
log-analysis-master
----LICENSE(1KB)
----log-analyser.py(4KB)
----README.md(8KB)
----report.txt(895B)