mbasa / pgrServer

Routing service that uses pgRouting topologies and is loaded to a JGraphT graph for fast searches even with very dense networks such as OpenStreetMap (OSM) dataset.
GNU General Public License v3.0
26 stars 11 forks source link

docker & docker-compose #1

Closed nilsnolde closed 3 years ago

nilsnolde commented 3 years ago

I think it'd make a lot of sense for this repo to have a docker setup. A lot of things could be automated this way, like spinning up a PostGIS/Tomcat instance, creating graphs, easily running on major OSs etc. Would really lower the barrier for getting started.

I can help out a little early next year if you want. Some suggestions:

Looking forward to give this a try!

mbasa commented 3 years ago

Personally, I don't believe that it is wise to place a server, be it a web server or a database server or an application server like Tomcat, into Docker since the performance and scalability diminishes especially during deployment.

But I'll gladly accept a PR though since a Docker environment will make sense in a development environment. Thanks.