Something like pipeup.io?

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

Something like pipeup.io?

hernanmd
Hi,

We are starting a project here which involves executing scripts in a (remote) CentOS HPC environment I have built. The stack is going to be Pharo + Seaside + QCMagritte + Voyage.

The bash scripts could take a long time to finish, besides they are in beta state so I want to monitor a RT log of what's happening. Like this solution:

http://pipeup.io/

Do we have something like that in Pharo?

I read Zinc/Swazoo supports web sockets but I would like to read experiences or recommendations (links?).

Cheers,

Hernán

Reply | Threaded
Open this post in threaded view
|

Re: Something like pipeup.io?

Sven Van Caekenberghe-2

> On 12 Sep 2015, at 01:43, Hernán Morales Durand <[hidden email]> wrote:
>
> Hi,
>
> We are starting a project here which involves executing scripts in a (remote) CentOS HPC environment I have built. The stack is going to be Pharo + Seaside + QCMagritte + Voyage.
>
> The bash scripts could take a long time to finish, besides they are in beta state so I want to monitor a RT log of what's happening. Like this solution:
>
> http://pipeup.io/
>
> Do we have something like that in Pharo?

The key concept is quite easy: here is a live demo

  http://websocket.stfx.eu:9999/ws-status-client

More live demos

  http://websocket.stfx.eu:9999/ws-demo

Docs

  https://github.com/svenvc/docs/blob/master/zinc/zinc-websockets-paper.md

> I read Zinc/Swazoo supports web sockets but I would like to read experiences or recommendations (links?).
>
> Cheers,
>
> Hernán
>


Reply | Threaded
Open this post in threaded view
|

Re: Something like pipeup.io?

hernanmd


2015-09-12 3:44 GMT-03:00 Sven Van Caekenberghe <[hidden email]>:

> On 12 Sep 2015, at 01:43, Hernán Morales Durand <[hidden email]> wrote:
>
> Hi,
>
> We are starting a project here which involves executing scripts in a (remote) CentOS HPC environment I have built. The stack is going to be Pharo + Seaside + QCMagritte + Voyage.
>
> The bash scripts could take a long time to finish, besides they are in beta state so I want to monitor a RT log of what's happening. Like this solution:
>
> http://pipeup.io/
>
> Do we have something like that in Pharo?

The key concept is quite easy: here is a live demo

  http://websocket.stfx.eu:9999/ws-status-client

More live demos

  http://websocket.stfx.eu:9999/ws-demo

Docs

  https://github.com/svenvc/docs/blob/master/zinc/zinc-websockets-paper.md


Very nice!
Thank you.

Hernán

 
> I read Zinc/Swazoo supports web sockets but I would like to read experiences or recommendations (links?).
>
> Cheers,
>
> Hernán
>