Teaching

Summer School
Lab session files

M2 Research
2017-2018

Previous years

Mastère Spécialisé Big Data

./fileProducer.sh ../1Mtweets_en.txt .1 | bin/kafka-console-producer.sh --broker-list localhost:9092 --topic batch_tweets
M2 MIAGE / M2 PGI
fileproducer.sh:
#!/bin/sh
while true
do
while read p; do
echo $p
sleep $2
done <$1
done

Ensimag ISI