An open API service indexing awesome lists of open source software.

https://github.com/tcd93/sentimental

AWS data pipeline to analyze "sentiment" of public internet about a topic
https://github.com/tcd93/sentimental

Last synced: about 1 year ago
JSON representation

AWS data pipeline to analyze "sentiment" of public internet about a topic

Awesome Lists containing this project

README

          

# Introduction

This project is a sentiment analysis data pipeline for Reddit and Steam games.
Runs twice a day and the final data stored in `sentiment` table of `sentimental` database (see Glue Catalog).

# Deployment
1. Create the Iceberg tables before hand:
```python
cd ./sentiment_getter/scripts && python create_iceberg_table.py
```

2. Create `sampconfig.toml` from the `samconfig.toml.example`

3. Deploy the SAM template:
```bash
sam build
sam deploy
```