https://github.com/issacto/twitter-sentiment
https://github.com/issacto/twitter-sentiment
data-engineering
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/issacto/twitter-sentiment
- Owner: issacto
- Created: 2021-06-10T12:12:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T04:21:00.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T20:58:39.034Z (4 months ago)
- Topics: data-engineering
- Language: Python
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter sentiment visualisation
* Tweet API
* Kafka (Data streaming)
* IBM Cloudant Database
* Docker### Kafka
```
cd kafka
docker-compose up -d
```### Producer
```
cd producer
docker build -t producer .
```### Consumer
```
cd consumer
docker build -t consumer .
```### Website
```
cd website
docker-compose up -d --build
```## Next steps
* Change the topic in the producer python file
* Deploy all the microservices on Kubernetes## Example
* ->localhost:5000
![]()