../qr-live-rail-map
By exampleQR Live Rail Map
Overview
I made this a while ago and need to add filters one day to only show selected routes. Website fixed as encouragement to also make it load faster; It used to reprocess the routes each time, taking 10 minutes to populate redis, but now stores geojson in a table of route data and starts in maybe 10 seconds.
The cpu load is pretty high while the site is streaming geojson around though, so it may not always be running, until the next couple of changes are made.
Tmp link
Todo
- Dockerize and relocate so that this is always live ⏫
- Use redis pubsub from clients instead of streaming geojson ⏫
- Update URL for map page ⏫
- Add cache DB to be read on launch ⏫ ✅ 2024-11-08
- Add more notes and documentation on site setup 🔽
- Add github and link to code 🔽