Machine Learning With Kafka Streams - DZone Big Data
The last two posts on Kafka Streams (Kafka Processor API, KStreams DSL) introduced kafka streams and described how to get started using the API. This post will demonstrate a use case that prior to the development of kafka streams, would have required using a separate cluster running another framework. We are going to take live a stream of data from twitter and perform language analysis to identify tweets in English, French and Spanish. The library we are going to do this with is LingPipe. LingPipe is tool kit for processing text using computational linguistics.
May-12-2016, 22:01:02 GMT