Skip to content

HeardLibrary/cloud-tvnews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud TV News

The goal of this project is to build a data pipeline for the Vanderbilt Television News Archive to replace the existing perl-based system. The data pipeline runs on Amazon Web Services using the AWS Step Functions. The code is primarily written in Python and configuration files are primarily JSON.

Documentation

The documentation for Cloud TV News is maintained on a Github Wiki.

Repo structure

├── README.md                  : Description of this repository
├── iamRoles.md                : list of potentially reusable IAM permissions roles
├── LICENSE                    : GNU General Public License v3.0 for repo
│
├── lambdas                    : scripts for current projects
│   ├──                        : 
│   │
│   └── zips                   : directory for zipped lambda packages ready for CLI upload
│ 
└── stateMachines              : Amazon State Language (ASL) code describing state machines
    └── serverlessApp.json     : state machine for overall workflow

Revised 2019-04-10

Releases

No releases published

Packages

No packages published

Languages