bikehopper / graphhopper

Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
https://www.graphhopper.com/open-source/
Apache License 2.0
3 stars 0 forks source link

Replace in-memory graph data strcture with Neo4j #37

Closed abhumbla closed 4 months ago

abhumbla commented 2 years ago

@Andykmcc mentioned this as something he wanted to do. though it def will be a lot of work i have a hunch it shouldn't be incomprehensibly difficult to do this. the current data structure is basically attempting to be a graph database anyways, just not a very effective one