I'm using Influxdb. I think influxdb is easier as time-series database
solution.
Did you compare them?
Best regards.
2017-04-07 21:01 GMT+02:00 Matt :
> Hi all,
>
> I'm looking for an example of Tranquility (Druid's lib) as a Flink sink.
>
> I'm trying to follow the code in [1] but I feel it's
; >
> > var.write(builder.finish, OL);
>
> -Matthias
>
>
> On 01/13/2016 06:21 PM, Traku traku wrote:
> > Hi everyone.
> >
> > I'm trying to migrate some code to flink 0.10 and I'm having a problem.
> >
> > I try to create
Hi everyone.
I'm trying to migrate some code to flink 0.10 and I'm having a problem.
I try to create a custom sink to insert the data to a postgresql database.
My code was this.
var.output(
// build and configure OutputFormat
JDBCOutputFormat
.buildJDBCOutputForma