There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A Springboot project that creates a real-time stream to Twitter API, returning all tweets based on a set of specified keywords. The microservice will store the tweets in its own db before broadcasting all updates to an event topic that can be consumed by other services. A REST based controller was also implemented allowing the tweet feed to be consumed by a UI. demoing rest, jpa, rabbitmq messaging, twitter stream api