Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 657 Bytes

quickstart.rst

File metadata and controls

21 lines (13 loc) · 657 Bytes

Quick Start

In this section we will be constructing an ETL pipeline that:
  1. Detects the presence of data files and manifests on some remote system
  2. Transfers those manifests and data files to a local system
  3. Performs sentiment analysis on the text content of the data files and generates a result file for each analysis
  4. Transfers the results files to a remote system for archiving

Bash | Python

TapisV3 CLI (interactive)