Hi @DTAIEB, the streaming-twitter example comes up a lot when searching online for spark streaming + messagehub. However, as a scala noob I find it difficult to extract just the bits relating to spark streaming + messagehub.
It would be great if you had a bare minimum sample project (helloSparkStreamingMessageHub?) that could be used as a template for those who want to get started with spark streaming + messagehub without needing to understand all the twitter code or using an 'unoficial' jar file like:
%AddJar https://github.com/ibm-messaging/message-hub-samples/raw/master/java/message-hub-login-library/messagehub.login-1.0.0.jar
%Addjar https://github.com/ibm-messaging/iot-messgehub-spark-samples/releases/download/v0.1/streaming-kafka.jar
Hi @DTAIEB, the streaming-twitter example comes up a lot when searching online for spark streaming + messagehub. However, as a scala noob I find it difficult to extract just the bits relating to spark streaming + messagehub.
It would be great if you had a bare minimum sample project (helloSparkStreamingMessageHub?) that could be used as a template for those who want to get started with spark streaming + messagehub without needing to understand all the twitter code or using an 'unoficial' jar file like: