Supported by Google Jigsaw, the GDELT Project monitors the world's broadcast, print, and web news from nearly every corner of every country in over 100 languages and identifies the people, locations, organizations, themes, sources, emotions, counts, quotes, images and events driving our global society every second of every day, creating a free open platform for computing on the entire world. (Copied from official website)
docker run -it -e HOST_IP=<ip> -p 9090:9090 -p 12345:12345 pravega/pravega:latest standalone
docker pull flink:scala_2.11
cd references/flink-docker
docker-compose up
- Example
kafka-topics.sh --create --bootstrap-server localhost:9092 --replication-factor 3 --partitions 1 --topic my-replicated-topic
- Example
kafka-console-producer.sh --broker-list localhost:9092 --topic test
- Example
kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic test --from-beginning
bin/supervise -c quickstart/tutorial/conf/tutorial-cluster.conf
modify tutorial-cluster.conf as desired
--class com.machinedoll.projectdemo.jobs.option4.ExportDataProducer
--class com.machinedoll.projectdemo.jobs.option4.ExportDataConsumer