Awards - BB-Media-IT/Data-Hub GitHub Wiki
This document details the schemas used to manage the Awards
product data. During the delivery process, a specific S3 Bucket is created for each client. In each of these buckets, we have a main folder containing files in JSONL format. This folder is named Awards
. Additionally, within this folder, there is a subfolder named latest
.
Document Structure
This document is organized into the following sections:
Details of the S3 Buckets
Each client receives an S3 Bucket where data is organized into specific folders to ensure efficient management and quick access. The folder names reflect the types of data they contain, facilitating the identification and specific processing of each data set:
Example:
s3://bucket-client/Awards
This folder contains a latest
subfolder, which is periodically updated with the latest available snapshot, ensuring that customers always have access to the latest information.
Update frequency and scope
- The update of data in S3 Bucket is weekly.
🚀 You can get a weekly updated demo by connecting to the following Bucket s3://bb-media-data/awards/
using AWS CLI or any software and the endpoint parameter --endpoint https://nyc3.digitaloceanspaces.com
.
Command example
aws s3 --endpoint https://nyc3.digitaloceanspaces.com cp s3://bb-media-data/awards/ /Demo/BB-Media --recursive
File Description
We provide a detailed description of the files contained in the Awards
folder, explaining the structure and type of data handled by each one. If you wish to see the schemas in YAML, click here.
Awards
Field | Type | Description | Example |
---|---|---|---|
UID | string | The ID created by BB which identifies a group of external IDs. | a223062d1f50e0731a66bd087aadfb91 |
Event | string | Awards event. | AACTA Awards |
Territory | string | Awards event location. | Australia |
Year | integer | Awards event year. | 2012 |
Category | string | Awards catregory. | Special Award |
Subcategory | string | Awards subcategory. | AFI Members' Choice Award |
WinnerOrNominee | string | Winner or Nominee. | Nominee Winner |
Title | string | Title of content. | Mad Bastards |
EpisodeTitle | string | Episode title | null |
CotentType | string | Content Type | movie series |
ImdbIdContent | string | IMDb Id | tt1787758 |
DataPerson | array | Nominated data | View More In DataPerson |
DataPerson
Field | Type | Description | Example |
---|---|---|---|
Name | string | Name of person | Bob Connolly |
ImdbId | string | IMDb Id of person | nm0175264 |