Extension request: pgRouting for Managed Postgres
What is pgRouting?
A widely-used open-source extension that adds geospatial routing and graph analysis capabilities to PostgreSQL, things like shortest path (Dijkstra, A*), traveling salesman, and turn restrictions. It’s the go-to solution for anything involving road networks, delivery routing, or map-based pathfinding.
Why it fits naturally on MPG
pgRouting is designed to work on top of PostGIS, which Fly already supports as a managed extension. Anyone using PostGIS for geospatial data who also needs routing functionality would benefit from this.
Relevant links
- GitHub: GitHub - pgRouting/pgrouting: Repository contains pgRouting library. Development branch is "develop", stable branch is "master" · GitHub
- Docs: https://docs.pgrouting.org
Would love to hear if this is on the roadmap or if others here have the same need. Happy to help test it if there’s an early build to try out!
Thanks