Skip to content

Releases: tngaspar/twitter-stream-mongo

v0.1.0

17 Jul 15:42
Compare
Choose a tag to compare

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.