Skip to content

Dump movies from IMDB, analyze them and show statistics

Notifications You must be signed in to change notification settings

cpcdoy/Kafka_film_analysis

Repository files navigation

To launch Kafka:
 --> download kafka
 --> ./bin/zookeeper-server-start.sh config/zookeeper.properties
 --> ./bin/kafka-server-start.sh
 --> ./bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test
 --> cd 2_kafka_client
 --> sbt build
 --> sbt run

About

Dump movies from IMDB, analyze them and show statistics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published