Grafana plug-in for Flink

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Grafana plug-in for Flink

Andy Gibraltar
Hi,

In his presentation “The Stream Processor as a Database”, Jamie Grier mentions a Grafana plugin for Flink. Does anyone know where can I find it. Unfortunately Google search did not yield anything. I’m not sure if he “open-sourced” it.



Thanks,
Andy
Reply | Threaded
Open this post in threaded view
|

Re: Grafana plug-in for Flink

Dawid Wysakowicz
Hi,
As far as I am aware Jamie used the example json datasource for grafana https://github.com/grafana/simple-json-datasource

At least I used it when I recreated his example for some introductory purposes. You can browse my example here: https://github.com/dawidwys/flink-intro.

Best,
Dawid

2017-04-24 18:04 GMT+02:00 Andy Gibraltar <[hidden email]>:
Hi,

In his presentation “The Stream Processor as a Database”, Jamie Grier mentions a Grafana plugin for Flink. Does anyone know where can I find it. Unfortunately Google search did not yield anything. I’m not sure if he “open-sourced” it.



Thanks,
Andy

Reply | Threaded
Open this post in threaded view
|

Re: Grafana plug-in for Flink

Ufuk Celebi
Hey Andy!

I agree with Dawid. Jamie has some code available here:
https://github.com/dataArtisans/queryable-state-demo/blob/master/flink-state-server/src/main/scala/com/dataartisans/stateserver/server/FlinkStateServerController.scala

This returns the JSON objects that are used by the simple-json-datasource.

– Ufuk


On Mon, Apr 24, 2017 at 6:38 PM, Dawid Wysakowicz
<[hidden email]> wrote:

> Hi,
> As far as I am aware Jamie used the example json datasource for grafana
> https://github.com/grafana/simple-json-datasource .
>
> At least I used it when I recreated his example for some introductory
> purposes. You can browse my example here:
> https://github.com/dawidwys/flink-intro.
>
> Best,
> Dawid
>
> 2017-04-24 18:04 GMT+02:00 Andy Gibraltar <[hidden email]>:
>>
>> Hi,
>>
>> In his presentation “The Stream Processor as a Database”, Jamie Grier
>> mentions a Grafana plugin for Flink. Does anyone know where can I find it.
>> Unfortunately Google search did not yield anything. I’m not sure if he
>> “open-sourced” it.
>>
>>
>> https://image.slidesharecdn.com/jamiegrier-thestreamprocessorasadatabase-buildingonlineapplicationsdirectlyonstreams-160919123750/95/jamie-grier-the-stream-processor-as-a-database-building-online-applications-directly-on-streams-19-638.jpg?cb=1474290476
>>
>>
>> Thanks,
>> Andy
>
>