VROOM-Project/vroom-express

I want to use VROOM backend API as a service

djmomen opened this issue · 2 comments

I see your VROOM project and it's amazing, I want to ask about the limitation of using the VROOM as a service, and kindly what you suggest of the minimum requirement to deployment it as production, I mean such as RAM, CPU, SSL ...etc, and the policy of using the VROOM open source as service, and does OpenStreetMap + OSRM works with VROOM can be
handle many requests without the blocking IP, because I have been testing the VROOM in my localhost, and it seems my IP blocked and after one day it comes normally, I just want advice to let vroom work as production as service and be stable.

The limitation associated with using the demo server are listed on the wiki page. If you want to setup your own optimization stack, then I suggest you look around the docs in the various repos here.

If you want to use optimization as a service without bothering with the hassle of deploying and maintaining the whole stack, then you may want to take a look at the Verso route optimization API which is powered by VROOM.

thanks too much .