Re: Flink scala or Java - Dataload from CSV to database..

2016-10-04 Thread Flavio Pompermaier
I think you can start from this (using flink table-api), I hope it could be helpful: PS:maybe someone could write a blog post on how to do this with Scala since it's a frequent question on the mailing list... :) public static void main(String[] args) throws Exception { String path

Flink scala or Java - Dataload from CSV to database..

2016-10-04 Thread ram kumar
Hi Guys, We are in the process of creating POC, I am looking for the sample project - Flink scala or java which can load data from database to database or CSV to relational database(any). CSV --> SQLSERVER --> AWS Redshift could you please some one help me on that.. Cheers Ram