Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 822 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 822 Bytes

mastodon-feed

Python app used for streaming mastodon hastags into kafka topics

Pre-requisites

MASTODON_INSTANCE_URL=https://mastodon.social
MASTODON_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
HASHTAG=retail
KAFKA_TOPIC=mastodon

How to run

  • Run docker-compose build to build the containers
  • Run docker-compose up -d to start the containers
  • Run docker-compose logs -f to see the logs
  • Run docker-compose down to stop the containers

Architecture

Architecture