Re: Websockets for graph data streaming

2017-03-08 Thread Zala Pierre GOUPIL
Good morning, Would you mind sharing that library with us, please? Regards, Pierre Goupil Le 8 mars 2017 09:28, "Gonzalo Aguilar Delgado" a écrit : > Hi Martin, > > Thank you a lot. I'm almost done!!! > > It's so great. I made a clientside library that allows

Re: Websockets for graph data streaming

2017-03-08 Thread Martin Grigorov
You made my day, Gonzalo! Awesome! On Wed, Mar 8, 2017 at 9:10 AM, Gonzalo Aguilar Delgado < gagui...@level2crm.com> wrote: > Hi Martin, > > Thank you a lot. I'm almost done!!! > > It's so great. I made a clientside library that allows widgets to register > for data streams. And the Websockets

Re: Websockets for graph data streaming

2017-03-08 Thread Gonzalo Aguilar Delgado
Hi Martin, Thank you a lot. I'm almost done!!! It's so great. I made a clientside library that allows widgets to register for data streams. And the Websockets library integrated with Wicket subscribe delivers the specific data to each subscriptor. It takes just one connection. And I loove

Re: Websockets for graph data streaming

2017-03-07 Thread Martin Grigorov
Hi, On Tue, Mar 7, 2017 at 10:07 AM, Gonzalo Aguilar Delgado < gagui...@level2crm.com> wrote: > Hi Martin, > > I must say I was working with websockets yesterday. And it's delightful > experience. Have to check how it does scale but it seams just great. > > I have a doubt. Since I'm doing fully

Re: Websockets for graph data streaming

2017-03-07 Thread Gonzalo Aguilar Delgado
Hi Martin, I must say I was working with websockets yesterday. And it's delightful experience. Have to check how it does scale but it seams just great. I have a doubt. Since I'm doing fully async I'm doing fully async request with WebSocketResource. I suppose that there's no way to update the

Re: Websockets for graph data streaming

2017-03-06 Thread Martin Grigorov
Hi, On Mon, Mar 6, 2017 at 3:57 AM, Gonzalo Aguilar Delgado < gagui...@aguilardelgado.com> wrote: > Hello, > > I'm using the fantastic Decebals dashboard, adding a widget json > registry and some other improvements. The idea is to provide data > streaming functionality like the one provided by

Websockets for graph data streaming

2017-03-05 Thread Gonzalo Aguilar Delgado
Hello, I'm using the fantastic Decebals dashboard, adding a widget json registry and some other improvements. The idea is to provide data streaming functionality like the one provided by graphana, kibana and friends. So the server will contain the datasources. And the dashboard will apply to one