An open API service indexing awesome lists of open source software.

https://github.com/weakky/journey_planner

Journey planner for railz
https://github.com/weakky/journey_planner

Last synced: about 1 year ago
JSON representation

Journey planner for railz

Awesome Lists containing this project

README

          

# Journey planner

## Build graph in memory

1. Run src/neighbour_map/group_by_hours.ts
2. Run src/neighbour_map/stops_by_id.ts
3. Run src/neighbour_map/build_neighbour_map.ts (~7mn for ~200mb+)
4. Run build_graph.ts
5. Run index.ts

# Upgrade nodejs heap

`node --max-old-space-size=8192`