Re: Regarding Flink as a web service

2017-02-07 Thread Robert Metzger
ets to read from kafka using NodeJS or other. >> >> >> >> -- >> View this message in context: http://apache-flink-user- >> mailing-list-archive.2336050.n4.nabble.com/Regarding-Flink- >> as-a-web-service-tp11364p11365.html >> Sent from the Apache Flink User Mailing List archive. mailing list >> archive at Nabble.com. >> >

Re: Regarding Flink as a web service

2017-01-31 Thread Aljoscha Krettek
> use websockets to read from kafka using NodeJS or other. > > > > -- > View this message in context: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Regarding-Flink-as-a-web-service-tp11364p11365.html > Sent from the Apache Flink User Mailing List arch

Re: Regarding Flink as a web service

2017-01-29 Thread Jonas
You could write your data back to Kafka using the FlinkKafkaProducer and then use websockets to read from kafka using NodeJS or other. -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Regarding-Flink-as-a-web-service-tp11364p11365.html Sent

Regarding Flink as a web service

2017-01-29 Thread Sam Hawk
Hi, I am new to Flink and I have a very basic question to start with. I have started working with some very basic exampes and was wondering we can make the streams available as json(via a rest service) which can be further be used by any front end technology for visualization in the form of chart