Live data from Hacker News

Show HN: Valhalla, an open source routing engine

mapzen.com

11–20 of 56 posts

Re: Show HN: Valhalla, an open source routing engine

#12
I'm a bit confused. This doesn't seem like free software after reading the web page. It seems that the client is free, but the server component is proprietary SaaS and you have to get an API key through MapZen? I see several repositories on their GitHub account, but it's not apparent if this is all that is needed to self-host.

Re: Show HN: Valhalla, an open source routing engine

#14

I'm a bit confused. This doesn't seem like free software after reading the web page. It seems that the client is free, but the server component is proprietary SaaS and you have to get an API key through MapZen? I see several repositories on their GitHub account, but it's not apparent if this is all that is needed to self-host.

There is no proprietary component, if you want to self-host it's all here: https://github.com/valhalla

But there is a free hosted service (with API signup) for convenience.

Re: Show HN: Valhalla, an open source routing engine

#15
post #14

I'm a bit confused. This doesn't seem like free software after reading the web page. It seems that the client is free, but the server component is proprietary SaaS and you have to get an API key through MapZen? I see several repositories on their GitHub account, but it's not apparent if this is all that is needed to self-host.

There is no proprietary component, if you want to self-host it's all here: https://github.com/valhalla But there is a free hosted service (with API signup) for convenience.

Awesome. Thanks for clarifying.

Re: Show HN: Valhalla, an open source routing engine

#17

I'm a bit confused. This doesn't seem like free software after reading the web page. It seems that the client is free, but the server component is proprietary SaaS and you have to get an API key through MapZen? I see several repositories on their GitHub account, but it's not apparent if this is all that is needed to self-host.

its all you need to self host. check out the chef repository. it should be all you need to throw it up on aws

Re: Show HN: Valhalla, an open source routing engine

#19

Does anyone know how good the OpenStreetMap data is? I thought I'd heard that it was pretty incomplete.

Try it for some routes you are familiar with:

http://www.openstreetmap.org/directions?engine=osrm_car&rout...

It varies around the world, for the US (which I'm more familiar with) intercity is pretty solid, last mile stuff you might be missing a street.

Searching for a specific address can be an issue, but road data is pretty good.

Re: Show HN: Valhalla, an open source routing engine

#20
post #3

Also, source code is here: https://github.com/valhalla

Since most routing software is proprietary, I think it would be good to combat it by using a strong copyleft on the Valhalla components. GPLv3+ for client software and AGPLv3+ for server software would be awesome.
Post reply on HN