[Rd] R-Server remotecontrolled via browser-GUI
Greg Snow
Greg.Snow at intermountainmail.org
Fri Sep 28 17:24:59 CEST 2007
Have you read section 4 of the FAQ? If not, that would be a good place
to start.
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at intermountainmail.org
(801) 408-8111
> -----Original Message-----
> From: r-devel-bounces at r-project.org
> [mailto:r-devel-bounces at r-project.org] On Behalf Of idontwant
> googeltospyafterme
> Sent: Friday, September 28, 2007 8:33 AM
> To: r-devel at r-project.org
> Subject: [Rd] R-Server remotecontrolled via browser-GUI
>
> dear r-community,
>
> currently i have a workflow as following:
> data in online-MYSQL-database via .csv into R for analysis,
> results back to mysql.
> generating graphics for reports also.
>
> that's ok, but i need some process-optimization.
>
> i'd like to run r directly on the webserver. analysis should
> work automatically, after the appropriate r-script was
> selected in a browser-gui for R.
>
> until know after collecting some information, i think the
> best approach to reach that goal is:
> * using mod_R / RApache to run multiple instances of r on the server,
> * build a website that will serve as frontend/gui for r
> either with html/php or some ajax-framework,
> * connect R to the database with one of the available
> db-packages to fetch the survey-data
> * put the r-scripts for analysis somewhere on the server
> * use cairo for generation of the images
> * and see what happens...
>
> i would like to know, if my construction seems good to you,
> if you have other recommendations or constructive critics and
> what you think about the effort for configuring
> mod_R/RAPACHE, cairo and the db-package for r.
>
> thanks a lot in advance for your help!
>
> cheers,
>
> josuah r.
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
More information about the R-devel
mailing list