Re: [julia-users] Using Julia program as computation backend

2015-05-21 Thread Michael Turok
I have to admit that I looked at Morsel and JuliaWebAPI (back when it was 
JuliaBox.jl).I found Morsel to have a more intuitive API in the way you 
describe your routes.

But looks like Mux might be an even better solution.

On Tuesday, May 19, 2015 at 8:53:59 PM UTC-4, Eric Forgy wrote:

 Hi Roman,

 I have a simple toy model (Morsel) using REST API (well http anyway) that 
 I'm happy with, but Julia Computing (i.e. Viral :)) is convincing me to go 
 with JuliaWebAPI.jl https://github.com/tanmaykm/JuliaWebAPI.jl (formally 
 JuliaBox.jl). I'd be happy to see more people take interest and help 
 improve JuliaWebAPI for exactly this purpose. It currently supports REST 
 and ZeroMQ.

 Best regards,
 Eric


 On Wednesday, May 20, 2015 at 6:22:38 AM UTC+8, Jeff Waller wrote:



 On Monday, May 18, 2015 at 10:55:10 AM UTC-4, Roman Kravchik wrote:

 Thanks for the link.
 But it seems to be like CGI-style operation - eval julia expression and 
 i'm not sure it's a perspective direction.


 Hmm, if I I'm understanding this correctly, then no, it's not CGI-like; 
 there is no exec-ing of a process per call.



Re: [julia-users] Using Julia program as computation backend

2015-05-21 Thread Eric Forgy
Oh nice. I hadn't seen Mux.jl. Thanks.

On Thursday, May 21, 2015 at 8:58:04 PM UTC+8, Michael Turok wrote:

 I have to admit that I looked at Morsel and JuliaWebAPI (back when it was 
 JuliaBox.jl).I found Morsel to have a more intuitive API in the way you 
 describe your routes.

 But looks like Mux might be an even better solution.



Re: [julia-users] Using Julia program as computation backend

2015-05-19 Thread Eric Forgy
Hi Roman,

I have a simple toy model (Morsel) using REST API (well http anyway) that 
I'm happy with, but Julia Computing (i.e. Viral :)) is convincing me to go 
with JuliaWebAPI.jl https://github.com/tanmaykm/JuliaWebAPI.jl (formally 
JuliaBox.jl). I'd be happy to see more people take interest and help 
improve JuliaWebAPI for exactly this purpose. It currently supports REST 
and ZeroMQ.

Best regards,
Eric


On Wednesday, May 20, 2015 at 6:22:38 AM UTC+8, Jeff Waller wrote:



 On Monday, May 18, 2015 at 10:55:10 AM UTC-4, Roman Kravchik wrote:

 Thanks for the link.
 But it seems to be like CGI-style operation - eval julia expression and 
 i'm not sure it's a perspective direction.


 Hmm, if I I'm understanding this correctly, then no, it's not CGI-like; 
 there is no exec-ing of a process per call.



Re: [julia-users] Using Julia program as computation backend

2015-05-19 Thread Jeff Waller


On Monday, May 18, 2015 at 10:55:10 AM UTC-4, Roman Kravchik wrote:

 Thanks for the link.
 But it seems to be like CGI-style operation - eval julia expression and 
 i'm not sure it's a perspective direction.


Hmm, if I I'm understanding this correctly, then no, it's not CGI-like; 
there is no exec-ing of a process per call.


[julia-users] Using Julia program as computation backend

2015-05-18 Thread Roman Kravchik
I am building a web app for DSP tasks. It consists of SPA frontend, REST 
API Server, RabbitMQ and computation server.
And I want to use Julia lang for develop computation back-end.
Has anybody had some experience in integration Julia programs with AMQP 
message brokers?

P.S. I've read this topic 
https://groups.google.com/forum/#!topic/julia-users/umHiBwVLQ4g.


Re: [julia-users] Using Julia program as computation backend

2015-05-18 Thread Kevin Squire
That's true.

On Monday, May 18, 2015, Roman Kravchik ro...@kravchik.ru wrote:

 Thanks for the link.
 But it seems to be like CGI-style operation - eval julia expression and
 i'm not sure it's a perspective direction.

 понедельник, 18 мая 2015 г., 17:46:16 UTC+3 пользователь Kevin Squire
 написал:

 Hi Roman,

 Not a direct answer to your question, but you might check out node-julia
 (https://www.npmjs.com/package/node-julia), if you're open to including
 node in the soup of web components.

 Cheers,
Kevin

 On Monday, May 18, 2015, Roman Kravchik ro...@kravchik.ru wrote:

 I am building a web app for DSP tasks. It consists of SPA frontend, REST
 API Server, RabbitMQ and computation server.
 And I want to use Julia lang for develop computation back-end.
 Has anybody had some experience in integration Julia programs with AMQP
 message brokers?

 P.S. I've read this topic
 https://groups.google.com/forum/#!topic/julia-users/umHiBwVLQ4g.




Re: [julia-users] Using Julia program as computation backend

2015-05-18 Thread Kevin Squire
Hi Roman,

Not a direct answer to your question, but you might check out node-julia (
https://www.npmjs.com/package/node-julia), if you're open to including node
in the soup of web components.

Cheers,
   Kevin

On Monday, May 18, 2015, Roman Kravchik ro...@kravchik.ru wrote:

 I am building a web app for DSP tasks. It consists of SPA frontend, REST
 API Server, RabbitMQ and computation server.
 And I want to use Julia lang for develop computation back-end.
 Has anybody had some experience in integration Julia programs with AMQP
 message brokers?

 P.S. I've read this topic
 https://groups.google.com/forum/#!topic/julia-users/umHiBwVLQ4g.



Re: [julia-users] Using Julia program as computation backend

2015-05-18 Thread Roman Kravchik
Thanks for the link.
But it seems to be like CGI-style operation - eval julia expression and i'm 
not sure it's a perspective direction.

понедельник, 18 мая 2015 г., 17:46:16 UTC+3 пользователь Kevin Squire 
написал:

 Hi Roman,

 Not a direct answer to your question, but you might check out node-julia (
 https://www.npmjs.com/package/node-julia), if you're open to including 
 node in the soup of web components. 

 Cheers,
Kevin 

 On Monday, May 18, 2015, Roman Kravchik ro...@kravchik.ru javascript: 
 wrote:

 I am building a web app for DSP tasks. It consists of SPA frontend, REST 
 API Server, RabbitMQ and computation server.
 And I want to use Julia lang for develop computation back-end.
 Has anybody had some experience in integration Julia programs with AMQP 
 message brokers?

 P.S. I've read this topic 
 https://groups.google.com/forum/#!topic/julia-users/umHiBwVLQ4g.