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

https://github.com/issacto/twitter-sentiment


https://github.com/issacto/twitter-sentiment

data-engineering

Last synced: 3 months ago
JSON representation

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