Analyze date from Postgres database which from a fictional website.
To find out the questions beblows:
- What are the most popular three articles of all time?
- Who are the most popular article authors of all time?
- On which days did more than 1% of requests lead to errors?
- id
- name
- bio
- id
- title
- slug
- lead
- body
- author
- time
- id
- ip
- method
- path
- status
- time
- Python2
- psycopg2 (Python Library)
- Postgres server & blank database named "news"
- Fictional data provided by Udacity
execute $ psql -d news -f newsdata.sql
execute $ python main.py