Re: framework to load streamed data from kafka into relational database

2015-03-10 Thread David Morales
I suggest you to use Apache Flume, we have a custom JDBC sink at our Flume distribution https://github.com/Stratio/flume-ingestion/tree/develop/stratio-sinks/stratio-jdbc-sink Regards. 2015-03-10 8:23 GMT+01:00 Joe Stein : > If you wanted to use Go you could code a simple worker strategy >

Re: framework to load streamed data from kafka into relational database

2015-03-10 Thread Joe Stein
If you wanted to use Go you could code a simple worker strategy https://github.com/stealthly/go_kafka_client/blob/master/consumers/consumers.go#L162-L170 with https://godoc.org/golang.org/x/tools/oracle to-do it and have at least once insert/update guarantee. Not sure if you have language require

framework to load streamed data from kafka into relational database

2015-03-10 Thread Vadim Keylis
Good evening. Can someone suggest existing framework that allows to reliably load data from kafka into relation database like Oracle in real time? Thanks so much in advance, Vadim