Running R on Meteor.js mongodb -


i want port mean stack app meteor.js. need use r run time-series calculation on bi-weekly basis on mongodb data. rest crud app. guessing can run r on ec2 instance, connect mongo, extract data, calculations , insert results. worried performance impact. thinking deploying on aws , using above approach.

are there other ways? if want deploy meteor app galaxy or modulus, running r on ec2 perhaps bad idea performance reasons.

so not expert in meteor.js know different way doing things work express , should work meteor, since have restful endpoints. use similar https://www.hirefire.io/ or polls (bi-weekly) app @ specific restful endpoints process time series calc via r. lets sat /timeseries . lastly in service respond route request invoke r via shelljs. https://github.com/shelljs/shelljs or if have r wrapper use that.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -