Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@tngaspar tngaspar released this 17 Jul 15:42
· 5 commits to main since this release

Stable release of full twitter streaming pipeline. Includes a docker-compose.yml prepared to launch the following 8 docker containers:

  • Streaming Client that connects to Twitter API
  • MongoDB
  • Mongo Express to query MongoDB easily
  • Elasticsearch with mirror data from MongoDB
  • Monstache for real-time sync between MongoDB and Elasticsearch
  • Kibana for creating Dashboards and interact with Elasticsearch
  • Flask webapp that functions as a search engine connected to Elasticsearch
  • Nginx as the webserver.