Mapotempo / optimizer-jsprit

3 stars 3 forks source link

Run on nodejs #1

Open joaopiopedreira opened 7 years ago

joaopiopedreira commented 7 years ago

Hi, bumped into your repo just now and it seems very interesting. I'm trying to make a jsrprit nodejs wrapper. Do you think it's feasible? What would you recommend? Thanks

frodrigo commented 7 years ago

Our way is to this is to instantiate the JSprit lib as a java executable with this repo. Then run this executable from a ruby wrapper : https://github.com/Mapotempo/optimizer-api

joaopiopedreira commented 7 years ago

Hi Frédéric, Thank you for you email. I'm far from being a Rubi/Rails expert but I assume that I could do the following:

On Mon, Mar 6, 2017 9:22 AM, Frédéric Rodrigo notifications@github.com wrote: Our way is to this is to instantiate the JSprit lib as a java executable with this repo. Then run this executable from a ruby wrapper : https://github.com/Mapotempo/optimizer-api

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

braktar commented 7 years ago

Hi,

Jsprit requires Java 8 And in order to build the Jar file you'll need Maven.

That's all you need for that part ;)