aboutsummaryrefslogtreecommitdiff
path: root/lib/Persist.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rudimentary admin api implementationstuebinm2022-07-021-5/+4
|
* gtfs realtime: add vehicle positionsstuebinm2022-07-021-0/+1
| | | | | | (or at least something that looks like it might be correct — though it carries very little information, and lacks things like what the next stop along the route is)
* more or less functional servicealerts for gtfs rtstuebinm2022-07-021-2/+7
| | | | (kinda barebones, but the important things should be there)
* handle GTFS shapes (& send them out along trips)stuebinm2022-06-191-4/+4
| | | | | unfortunately, this makes some responses pretty large. Let's see if it works this way or if i have to find some way to break them up instead.
* a couple more database schemasstuebinm2022-06-161-5/+28
| | | | | might eventually be needed; until then they're just scaffolding so I don't loose sight of things
* foreign keys are a thingstuebinm2022-06-161-10/+10
| | | | | | (and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
* actually use the databasestuebinm2022-06-161-0/+85
(at least for a few simple things) Also, more modules!