Project Name Description Document Type Dev: Date Updated by Details

You might also like

Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 4

Project Name AWS Data Analyzer

Description Web platform designed to form graphs, charts, etc. for data analytics-related p
Document Type Data Dictionary
Dev Core

Date Version Updated by Details


2/27/2019 1.0 Jules Lui Initial
etc. for data analytics-related purposes

Details
Field Name Data Type Description
countrycode string 2-letter code designating post's country of origin/establishment
location string Fully stated location of post

For social media, post is the entire text content. For news, it's the
post string entire news snippet stored in the News API.
Originally meant to contain the public name of user on social
screenname string media posts
sentiment string Calculated sentiment score based on post/news content

social string Determines if data is from social media, news, forums, or blogs
Determines which specific social media platform, news outlet,
source string forum, or blog the data comes from
tags string tags
timestamp string Timestamp when data was established/created/posted
Serves as the headline for a news article, the main query from a
title string forum, or the title of a blog
topic string Originally meant to contain the keyword used to scrape data
The link connecting to the original source. For news, will lead to
url string full article,
Originally meant to contain the handle/username of user in social
username string media posts
Contains the usernames for social media and actual authors for
author string news articles
data_id integer Serves as a primary ID for the database
comments integer Contains the number of comments attached to data point
dislikes integer Contains the number of dislikes attached to data point
likes integer Contains the number of likes attached to data point
retweets integer Contains the number of retweets attached to data point
views integer Contains the number of views attached to data point
post_id string Contains instagram IDs for development reasons
Sample Values Format
US, PH XX (letters only)
Manila, Philippines
"Life is like a house of cards.
Completely pointless and
irrelevant."

James 007, Liu Kang, Ken Lee


positive, neutral, negative

social, news, forums, blogs

twitter, instagram, Inquirer.net


tags
2017/09/20, 07/20/2018 YYYY-MM-DD

"Vaccines: What do they know?"


"philippines", "boracay"

http://twitter.com/86879895 http://something.ext

iamuser, twitterhandle009
iamuser, twitterhandle009, Josh
Koenig
1, 2, 3, 4
24, 34, 100
24, 34, 100
24, 34, 100
24, 34, 100
24, 34, 100

You might also like